AlieW

Type Alias AlieW 

pub type AlieW<'a, REG> = BitWriter<'a, REG, Alie>;
Expand description

Field ALIE writer - Arbitration Lost Interrupt Enable

Aliased Type§

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

Implementations§

§

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

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

Interrupt disabled.

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

Interrupt enabled.