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