pub type ACIS_W<'a, REG> = FieldWriter<'a, REG, 2, ACIS_A>;Expand description
Field ACIS writer - Analog Comparator Interrupt Mode Select
Aliased Type§
struct ACIS_W<'a, REG> { /* private fields */ }Implementations§
Source§impl<'a, REG> ACIS_W<'a, REG>
impl<'a, REG> ACIS_W<'a, REG>
Sourcepub fn on_falling_edge(self) -> &'a mut W<REG>
pub fn on_falling_edge(self) -> &'a mut W<REG>
Interrupt on Falling Edge
Sourcepub fn on_rising_edge(self) -> &'a mut W<REG>
pub fn on_rising_edge(self) -> &'a mut W<REG>
Interrupt on Rising Edge