Fcnfg

Type Alias Fcnfg 

pub type Fcnfg = Reg<FcnfgSpec>;
Expand description

FCNFG (rw) register accessor: Flash Configuration Register

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

For information about available fields see fcnfg module

Aliased Type§

#[repr(transparent)]
pub struct Fcnfg { register: VolatileCell<u8>, _marker: PhantomData<FcnfgSpec>, }

Fields§

§register: VolatileCell<u8>§_marker: PhantomData<FcnfgSpec>