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