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