Fprot

Type Alias Fprot 

pub type Fprot = Reg<FprotSpec>;
Expand description

FPROT (rw) register accessor: Program Flash Protection Registers

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

For information about available fields see fprot module

Aliased Type§

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

Fields§

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