SrlR

Type Alias SrlR 

pub type SrlR = BitReader<Srl>;
Expand description

Field SRL reader - Status Register Lock

Aliased Type§

pub struct SrlR { /* private fields */ }

Implementations§

§

impl SrlR

pub const fn variant(&self) -> Srl

Get enumerated values variant

pub fn is_0(&self) -> bool

Status Register is locked and writes are ignored.

pub fn is_1(&self) -> bool

Status Register is not locked and writes complete as normal.