Skip to main content

ADE_W

Type Alias ADE_W 

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

Field ADE writer - Alarm Time-of-Day Interrupt Enable.

Aliased Type§

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

Implementations§

Source§

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

Source

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

Disabled.

Source

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

Enabled.