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