Type Alias Fifo
pub type Fifo = Reg<FifoSpec>;Expand description
Aliased Type§
#[repr(transparent)]pub struct Fifo {
register: VolatileCell<u32>,
_marker: PhantomData<FifoSpec>,
}Fields§
§register: VolatileCell<u32>§_marker: PhantomData<FifoSpec>