Type Alias avr_device::atmega2560::tc5::tccr5a::COM5C_R
source · pub type COM5C_R = FieldReader<u8, COM5C_A>;Expand description
Field COM5C reader - Compare Output Mode 5C, bits
Aliased Type§
struct COM5C_R { /* private fields */ }Implementations§
source§impl COM5C_R
impl COM5C_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