Rsr

Type Alias Rsr 

pub type Rsr = Reg<RsrSpec>;
Expand description

RSR (r) register accessor: Receive Status Register

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

For information about available fields see rsr module

Aliased Type§

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

Fields§

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