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