Type Alias avr_device::atmega2560::tc3::tccr3a::COM3A_R

source ·
pub type COM3A_R = FieldReader<u8, COM3C_A>;
Expand description

Field COM3A reader - Compare Output Mode 1A, bits Field COM3C reader - Compare Output Mode 3C, bits

Aliased Type§

struct COM3A_R { /* private fields */ }

Implementations§

source§

impl COM3C_R

source

pub fn variant(&self) -> COM3C_A

Get enumerated values variant

source

pub fn is_disconnected(&self) -> bool

Checks if the value of the field is DISCONNECTED

source

pub fn is_match_toggle(&self) -> bool

Checks if the value of the field is MATCH_TOGGLE

source

pub fn is_match_clear(&self) -> bool

Checks if the value of the field is MATCH_CLEAR

source

pub fn is_match_set(&self) -> bool

Checks if the value of the field is MATCH_SET