Type Alias atsamd51p::nvmctrl::seecfg::WMODE_W

source ·
pub type WMODE_W<'a, REG, const O: u8> = BitWriter<'a, REG, O, WMODESELECT_A>;
Expand description

Field WMODE writer - Write Mode

Aliased Type§

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

Implementations§

source§

impl<'a, REG, const O: u8> WMODE_W<'a, REG, O>
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