Type Alias COM1A_R

Source
pub type COM1A_R = FieldReader<u8, COM1A_A>;
Expand description

Field COM1A reader - Compare Output Mode, Bits

Aliased Type§

struct COM1A_R { /* private fields */ }

Implementations§

Source§

impl COM1A_R

Source

pub fn variant(&self) -> COM1A_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