Type Alias 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