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