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