pub struct CMD_W<'a> { /* private fields */ }
Expand description
Field CMD
writer - Command
Implementations
sourceimpl<'a> CMD_W<'a>
impl<'a> CMD_W<'a>
sourcepub fn wp(self) -> &'a mut W
pub fn wp(self) -> &'a mut W
Write Page - Writes the contents of the page buffer to the page addressed by the ADDR register.
sourcepub fn ear(self) -> &'a mut W
pub fn ear(self) -> &'a mut W
Erase Auxiliary Row - Erases the auxiliary row addressed by the ADDR register. This command can be given only when the security bit is not set and only to the user configuration row.
sourcepub fn wap(self) -> &'a mut W
pub fn wap(self) -> &'a mut W
Write Auxiliary Page - Writes the contents of the page buffer to the page addressed by the ADDR register. This command can be given only when the security bit is not set and only to the user configuration row.
sourcepub fn lr(self) -> &'a mut W
pub fn lr(self) -> &'a mut W
Lock Region - Locks the region containing the address location in the ADDR register.
sourcepub fn ur(self) -> &'a mut W
pub fn ur(self) -> &'a mut W
Unlock Region - Unlocks the region containing the address location in the ADDR register.
Auto Trait Implementations
impl<'a> RefUnwindSafe for CMD_W<'a>
impl<'a> Send for CMD_W<'a>
impl<'a> Sync for CMD_W<'a>
impl<'a> Unpin for CMD_W<'a>
impl<'a> !UnwindSafe for CMD_W<'a>
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more