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