Type Alias ACIS_W

Source
pub type ACIS_W<'a, const O: u8> = FieldWriter<'a, u8, ACSR_SPEC, u8, ACIS_A, 2, O>;
Expand description

Field ACIS writer - Analog Comparator Interrupt Mode Select

Aliased Type§

struct ACIS_W<'a, const O: u8> { /* private fields */ }

Implementations§

Source§

impl<'a, const O: u8> ACIS_W<'a, O>

Source

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

Interrupt on Toggle

Source

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

Interrupt on Falling Edge

Source

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

Interrupt on Rising Edge