Type Alias WmodeR

Source
pub type WmodeR = BitReader<Wmodeselect>;
Expand description

Field WMODE reader - Write Mode

Aliased Type§

struct WmodeR { /* private fields */ }

Implementations§

Source§

impl WmodeR

Source

pub const fn variant(&self) -> Wmodeselect

Get enumerated values variant

Source

pub fn is_unbuffered(&self) -> bool

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

Source

pub fn is_buffered(&self) -> bool

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