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