pub type WmodeR = BitReader<Wmodeselect>;
Expand description
Field WMODE
reader - Write Mode
Aliased Type§
struct WmodeR { /* private fields */ }
Implementations§
Source§impl WmodeR
impl WmodeR
Sourcepub const fn variant(&self) -> Wmodeselect
pub const fn variant(&self) -> Wmodeselect
Get enumerated values variant
Sourcepub fn is_unbuffered(&self) -> bool
pub fn is_unbuffered(&self) -> bool
A NVM write command is issued after each write in the pagebuffer
Sourcepub fn is_buffered(&self) -> bool
pub fn is_buffered(&self) -> bool
A NVM write command is issued when a write to a new page is requested