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