Ear0

Type Alias Ear0 

pub type Ear0 = Reg<Ear0Spec>;
Expand description

EAR0 (r) register accessor: ERM Memory n Error Address Register

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

For information about available fields see ear0 module

Aliased Type§

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

Fields§

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