pub type CSR = Reg<CSR_SPEC>;
CSR (rw) register accessor: Control and status register
You can read this register and get csr::R. You can reset, write, write_with_zero this register using csr::W. You can also modify this register. See API.
read
csr::R
reset
write
write_with_zero
csr::W
modify
For information about available fields see csr module
csr
struct CSR { /* private fields */ }