Type Alias CSR

Source
pub type CSR = Reg<CSR_SPEC>;
Expand description

CSR register accessor: an alias for Reg<CSR_SPEC>

Aliased Typeยง

pub struct CSR { /* private fields */ }