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