Fdprot

Type Alias Fdprot 

pub type Fdprot = Reg<FdprotSpec>;
Expand description

FDPROT (rw) register accessor: Data Flash Protection Register

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

For information about available fields see fdprot module

Aliased Type§

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

Fields§

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