pub type KEYR = Reg<u32, _KEYR>;
Flash key register
This register you can reset, write, write_with_zero. See API.
reset
write
write_with_zero
For information about available fields see keyr module
pub struct KEYR { /* private fields */ }
Register KEYR reset()’s with value 0
reset()
write(|w| ..) method takes keyr::W writer structure
write(|w| ..)