Type Alias ACIS_W

Source
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>
where REG: Writable + RegisterSpec, REG::Ux: From<u8>,

Source

pub fn on_toggle(self) -> &'a mut W<REG>

Interrupt on Toggle

Source

pub fn on_falling_edge(self) -> &'a mut W<REG>

Interrupt on Falling Edge

Source

pub fn on_rising_edge(self) -> &'a mut W<REG>

Interrupt on Rising Edge