Mfcr

Type Alias Mfcr 

pub type Mfcr = Reg<MfcrSpec>;
Expand description

MFCR (rw) register accessor: Master FIFO Control Register

You can read this register and get mfcr::R. You can reset, write, write_with_zero this register using mfcr::W. You can also modify this register. See API.

For information about available fields see mfcr module

Aliased Type§

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

Fields§

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