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