Skip to main content

LockR

Type Alias LockR 

Source
pub type LockR = BitReader<Lock>;
Expand description

Field LOCK reader - This 1-bit field provides a mechanism to limit writes to the this register to protect its contents. Once set, this bit remains asserted until a system reset.

Aliased Type§

pub struct LockR { /* private fields */ }

Implementations§

Source§

impl LockR

Source

pub const fn variant(&self) -> Lock

Get enumerated values variant

Source

pub fn is_lock_0(&self) -> bool

This register is not locked and can be altered.

Source

pub fn is_lock_1(&self) -> bool

This register is locked and cannot be altered until a system reset.