Es

Type Alias Es 

pub type Es = Reg<EsSpec>;
Expand description

ES (r) register accessor: Error Status Register

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

For information about available fields see es module

Aliased Type§

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

Fields§

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