Type Alias Rxfgmask
pub type Rxfgmask = Reg<RxfgmaskSpec>;Expand description
RXFGMASK (rw) register accessor: Rx FIFO Global Mask register
You can read this register and get rxfgmask::R. You can reset, write, write_with_zero this register using rxfgmask::W. You can also modify this register. See API.
For information about available fields see rxfgmask module
Aliased Type§
#[repr(transparent)]pub struct Rxfgmask {
register: VolatileCell<u32>,
_marker: PhantomData<RxfgmaskSpec>,
}Fields§
§register: VolatileCell<u32>§_marker: PhantomData<RxfgmaskSpec>