Csr

Type Alias Csr 

pub type Csr = Reg<CsrSpec>;
Expand description

CSR (r) register accessor: Clock Status Register

You can read this register and get csr::R. See API.

For information about available fields see csr module

Aliased Type§

#[repr(transparent)]
pub struct Csr { register: VolatileCell<u32>, _marker: PhantomData<CsrSpec>, }

Fields§

§register: VolatileCell<u32>§_marker: PhantomData<CsrSpec>