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