Type Alias avr_device::attiny85::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 atomic(self) -> &'a mut W

Atomic (erase and write in one operation)

source

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

Erase only

source

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

Write only