pub type CTRLB = Reg<u32, _CTRLB>;
Control B
This register you can read, reset, write, write_with_zero, modify. See API.
read
reset
write
write_with_zero
modify
For information about avaliable fields see ctrlb module
pub struct CTRLB { /* private fields */ }
Register CTRLB reset()’s with value 0
reset()
read() method returns ctrlb::R reader structure
read()
write(|w| ..) method takes ctrlb::W writer structure
write(|w| ..)