Skip to main content

ALDF_W

Type Alias ALDF_W 

Source
pub type ALDF_W<'a, REG, const O: u8> = BitWriter<'a, REG, O, ALDF_A>;
Expand description

Field ALDF writer - Time-of-Day Alarm Interrupt Flag.

Aliased Type§

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

Implementations§

Source§

impl<'a, REG, const O: u8> ALDF_W<'a, REG, O>
where REG: Writable + RegisterSpec,

Source

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

Not active.

Source

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

Active.