Fstat

Type Alias Fstat 

pub type Fstat = Reg<FstatSpec>;
Expand description

FSTAT (rw) register accessor: Flash Status Register

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

For information about available fields see fstat module

Aliased Type§

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

Fields§

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