CSR

Type Alias CSR 

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

CSR (rw) register accessor: VREF_BUF 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.

See register structure

For information about available fields see csr module

Aliased Typeยง

pub struct CSR { /* private fields */ }