Esr1

Type Alias Esr1 

pub type Esr1 = Reg<Esr1Spec>;
Expand description

ESR1 (rw) register accessor: Error and Status 1 register

You can read this register and get esr1::R. You can reset, write, write_with_zero this register using esr1::W. You can also modify this register. See API.

For information about available fields see esr1 module

Aliased Type§

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

Fields§

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