Type Alias Ferstat
pub type Ferstat = Reg<FerstatSpec>;Expand description
FERSTAT (rw) register accessor: Flash Error Status Register
You can read this register and get ferstat::R. You can reset, write, write_with_zero this register using ferstat::W. You can also modify this register. See API.
For information about available fields see ferstat module
Aliased Type§
#[repr(transparent)]pub struct Ferstat {
register: VolatileCell<u8>,
_marker: PhantomData<FerstatSpec>,
}Fields§
§register: VolatileCell<u8>§_marker: PhantomData<FerstatSpec>