Type Alias AsintenW

Source
pub type AsintenW<'a, REG> = BitWriter<'a, REG, Asintenselect>;
Expand description

Field ASINTEN writer - Asynchronous Interrupt Enable

Aliased Type§

struct AsintenW<'a, REG> { /* private fields */ }

Implementations§

Source§

impl<'a, REG> AsintenW<'a, REG>
where REG: Writable + RegisterSpec,

Source

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

Disabled

Source

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

Enabled