Type Alias EEPM_W

Source
pub type EEPM_W<'a, REG> = FieldWriter<'a, REG, 2, EEPM_A>;
Expand description

Field EEPM writer - EEPROM Programming Mode Bits

Aliased Type§

struct EEPM_W<'a, REG> { /* private fields */ }

Implementations§

Source§

impl<'a, REG> EEPM_W<'a, REG>
where REG: Writable + RegisterSpec, REG::Ux: From<u8>,

Source

pub fn atomic(self) -> &'a mut W<REG>

Atomic (erase and write in one operation)

Source

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

Erase only

Source

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

Write only