AvieW

Type Alias AvieW 

pub type AvieW<'a, REG> = BitWriter<'a, REG, Avie>;
Expand description

Field AVIE writer - Address Valid Interrupt Enable

Aliased Type§

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

Implementations§

§

impl<'a, REG> AvieW<'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.