PrexcenW

Type Alias PrexcenW 

pub type PrexcenW<'a, REG> = BitWriter<'a, REG, Prexcen>;
Expand description

Field PREXCEN writer - Protocol Exception Enable

Aliased Type§

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

Implementations§

§

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

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

Protocol Exception is disabled.

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

Protocol Exception is enabled.