Type Alias COM0A_R

Source
pub type COM0A_R = FieldReader<u8, COM0B_A>;
Expand description

Field COM0A reader - Compare Output A Mode Field COM0B reader - Compare Output B Mode

Aliased Type§

struct COM0A_R { /* private fields */ }

Implementations§

Source§

impl COM0B_R

Source

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