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