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