pub type CFGR2 = Reg<u32, _CFGR2>;
CFGR2
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 cfgr2 module
pub struct CFGR2 { /* private fields */ }
Register CFGR2 reset()’s with value 0
reset()
read() method returns cfgr2::R reader structure
read()
write(|w| ..) method takes cfgr2::W writer structure
write(|w| ..)