Type Alias avr_device::atmega2560::tc2::tccr2a::COM2B_R
source · pub type COM2B_R = FieldReader<u8, COM2B_A>;Expand description
Field COM2B reader - Compare Output B Mode
Aliased Type§
struct COM2B_R { /* private fields */ }Implementations§
source§impl COM2B_R
impl COM2B_R
sourcepub fn is_disconnected(&self) -> bool
pub fn is_disconnected(&self) -> bool
Checks if the value of the field is DISCONNECTED
sourcepub fn is_match_toggle(&self) -> bool
pub fn is_match_toggle(&self) -> bool
Checks if the value of the field is MATCH_TOGGLE
sourcepub fn is_match_clear(&self) -> bool
pub fn is_match_clear(&self) -> bool
Checks if the value of the field is MATCH_CLEAR
sourcepub fn is_match_set(&self) -> bool
pub fn is_match_set(&self) -> bool
Checks if the value of the field is MATCH_SET