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