UmR

Type Alias UmR 

pub type UmR = BitReader<Um>;
Expand description

Field UM reader - Update Mode

Aliased Type§

pub struct UmR { /* private fields */ }

Implementations§

§

impl UmR

pub const fn variant(&self) -> Um

Get enumerated values variant

pub fn is_0(&self) -> bool

Registers cannot be written when locked.

pub fn is_1(&self) -> bool

Registers can be written when locked under limited conditions.