Type Alias CSR
Source pub type CSR = Reg<CSRrs>;
Expand description
CSR (r) register accessor: ADC Common status register
You can read
this register and get csr::R
. See API.
See register structure
For information about available fields see csr
module
pub struct CSR { }