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