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