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