Type Alias avr_device::attiny85::ac::acsr::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