Rxfir

Type Alias Rxfir 

pub type Rxfir = Reg<RxfirSpec>;
Expand description

RXFIR (r) register accessor: Rx FIFO Information Register

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

For information about available fields see rxfir module

Aliased Type§

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

Fields§

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