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