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