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