Fsec

Type Alias Fsec 

pub type Fsec = Reg<FsecSpec>;
Expand description

FSEC (r) register accessor: Flash Security Register

You can read this register and get fsec::R. See API.

For information about available fields see fsec module

Aliased Type§

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

Fields§

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