LrlR

Type Alias LrlR 

pub type LrlR = BitReader<Lrl>;
Expand description

Field LRL reader - Lock Register Lock

Aliased Type§

pub struct LrlR { /* private fields */ }

Implementations§

§

impl LrlR

pub const fn variant(&self) -> Lrl

Get enumerated values variant

pub fn is_0(&self) -> bool

Lock Register is locked and writes are ignored.

pub fn is_1(&self) -> bool

Lock Register is not locked and writes complete as normal.