CrlR

Type Alias CrlR 

pub type CrlR = BitReader<Crl>;
Expand description

Field CRL reader - Control Register Lock

Aliased Type§

pub struct CrlR { /* private fields */ }

Implementations§

§

impl CrlR

pub const fn variant(&self) -> Crl

Get enumerated values variant

pub fn is_0(&self) -> bool

Control Register is locked and writes are ignored.

pub fn is_1(&self) -> bool

Control Register is not locked and writes complete as normal.