LOCK

Type Alias LOCK 

Source
pub type LOCK = Reg<LOCK_SPEC>;
Expand description

LOCK (rw) register accessor: Once a LOCK bit is written to 1, ACCESSCTRL silently ignores writes from that master. LOCK is writable only by a Secure, Privileged processor or debugger. LOCK bits are only writable when their value is zero. Once set, they can never be cleared, except by a full reset of ACCESSCTRL Setting the LOCK bit does not affect whether an access raises a bus error. Unprivileged writes, or writes from the DMA, will continue to raise bus errors. All other accesses will continue not to.

You can read this register and get lock::R. You can reset, write, write_with_zero this register using lock::W. You can also modify this register. See API.

For information about available fields see lock module

Aliased Typeยง

pub struct LOCK { /* private fields */ }