AenW

Type Alias AenW 

pub type AenW<'a, REG> = BitWriter<'a, REG, Aen>;
Expand description

Field AEN writer - Abort Enable

Aliased Type§

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

Implementations§

§

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

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

Abort disabled.

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

Abort enabled.