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