pub type ACIS_R = FieldReader<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
Interrupt on Toggle
Sourcepub fn is_on_falling_edge(&self) -> bool
pub fn is_on_falling_edge(&self) -> bool
Interrupt on Falling Edge
Sourcepub fn is_on_rising_edge(&self) -> bool
pub fn is_on_rising_edge(&self) -> bool
Interrupt on Rising Edge