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