Fcfg1

Type Alias Fcfg1 

pub type Fcfg1 = Reg<Fcfg1Spec>;
Expand description

FCFG1 (rw) register accessor: Flash Configuration Register 1

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

For information about available fields see fcfg1 module

Aliased Type§

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

Fields§

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