Esr2

Type Alias Esr2 

pub type Esr2 = Reg<Esr2Spec>;
Expand description

ESR2 (r) register accessor: Error and Status 2 register

You can read this register and get esr2::R. See API.

For information about available fields see esr2 module

Aliased Type§

#[repr(transparent)]
pub struct Esr2 { register: VolatileCell<u32>, _marker: PhantomData<Esr2Spec>, }

Fields§

§register: VolatileCell<u32>§_marker: PhantomData<Esr2Spec>