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