Type Alias avr_device::atmega2560::eeprom::eecr::EEPM_W

source ·
pub type EEPM_W<'a, const O: u8> = FieldWriter<'a, u8, EECR_SPEC, u8, EEPM_A, 2, O>;
Expand description

Field EEPM writer - EEPROM Programming Mode Bits

Aliased Type§

struct EEPM_W<'a, const O: u8> { /* private fields */ }

Implementations§

source§

impl<'a, const O: u8> EEPM_W<'a, O>

source

pub fn val_0x00(self) -> &'a mut W

Erase and Write in one operation

source

pub fn val_0x01(self) -> &'a mut W

Erase Only

source

pub fn val_0x02(self) -> &'a mut W

Write Only