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