pub type LOCK = Reg<LOCK_SPEC>;
LOCK (rw) register accessor: CPU0 Lock GPR
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.
read
lock::R
reset
write
write_with_zero
lock::W
modify
For information about available fields see lock module
lock
pub struct LOCK { /* private fields */ }