pub type COM0A_R = FieldReader<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
impl COM0B_R
Sourcepub fn is_disconnected(&self) -> bool
pub fn is_disconnected(&self) -> bool
Normal port operation, OCix disconnected
Sourcepub fn is_match_toggle(&self) -> bool
pub fn is_match_toggle(&self) -> bool
Toggle OCix on Compare Match (Might depend on WGM)
Sourcepub fn is_match_clear(&self) -> bool
pub fn is_match_clear(&self) -> bool
Clear OCix on Compare Match (If PWM is enabled, OCix is set at BOTTOM)
Sourcepub fn is_match_set(&self) -> bool
pub fn is_match_set(&self) -> bool
Set OCix on Compare Match (If PWM is enabled, OCix is cleared at BOTTOM)