pub type Es = Reg<EsSpec>;
ES (r) register accessor: Error Status Register
You can read this register and get es::R. See API.
read
es::R
For information about available fields see es module
es
#[repr(transparent)]pub struct Es { register: VolatileCell<u32>, _marker: PhantomData<EsSpec>, }
register: VolatileCell<u32>
_marker: PhantomData<EsSpec>