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