UmW

Type Alias UmW 

pub type UmW<'a, REG> = BitWriter<'a, REG, Um>;
Expand description

Field UM writer - Update Mode

Aliased Type§

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

Implementations§

§

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

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

Registers cannot be written when locked.

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

Registers can be written when locked under limited conditions.