Rximr

Type Alias Rximr 

pub type Rximr = Reg<RximrSpec>;
Expand description

RXIMR (rw) register accessor: Rx Individual Mask Registers

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

For information about available fields see rximr module

Aliased Type§

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

Fields§

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