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