LOCK

Type Alias LOCK 

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

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.

For information about available fields see lock module

Aliased Typeยง

pub struct LOCK { /* private fields */ }