Type Alias WmodeW

Source
pub type WmodeW<'a, REG> = BitWriter<'a, REG, Wmodeselect>;
Expand description

Field WMODE writer - Write Mode

Aliased Type§

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

Implementations§

Source§

impl<'a, REG> WmodeW<'a, REG>
where REG: Writable + RegisterSpec,

Source

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

A NVM write command is issued after each write in the pagebuffer

Source

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

A NVM write command is issued when a write to a new page is requested