pub type ACIS_R = FieldReader<u8, ACIS_A>;
Expand description
Field ACIS
reader - Analog Comparator Interrupt Mode Select
Aliased Type§
struct ACIS_R { /* private fields */ }
Implementations§
source§impl ACIS_R
impl ACIS_R
sourcepub fn is_on_toggle(&self) -> bool
pub fn is_on_toggle(&self) -> bool
Checks if the value of the field is ON_TOGGLE
sourcepub fn is_on_falling_edge(&self) -> bool
pub fn is_on_falling_edge(&self) -> bool
Checks if the value of the field is ON_FALLING_EDGE
sourcepub fn is_on_rising_edge(&self) -> bool
pub fn is_on_rising_edge(&self) -> bool
Checks if the value of the field is ON_RISING_EDGE