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