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