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