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