Feprot

Type Alias Feprot 

pub type Feprot = Reg<FeprotSpec>;
Expand description

FEPROT (rw) register accessor: EEPROM Protection Register

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

For information about available fields see feprot module

Aliased Type§

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

Fields§

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