pub type LCKR = Reg<u32, _LCKR>;
GPIO port configuration lock register
This register you can read, reset, write, write_with_zero, modify. See API.
read
reset
write
write_with_zero
modify
For information about available fields see lckr module
pub struct LCKR { /* private fields */ }
Register LCKR reset()’s with value 0
reset()
read() method returns lckr::R reader structure
read()
write(|w| ..) method takes lckr::W writer structure
write(|w| ..)