Fsr

Type Alias Fsr 

pub type Fsr = Reg<FsrSpec>;
Expand description

FSR (r) register accessor: FIFO Status Register

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

For information about available fields see fsr module

Aliased Type§

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

Fields§

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