pub struct W(_);
Expand description
Register CMD
writer
Implementations§
source§impl W
impl W
sourcepub fn read_cmd(&mut self) -> READ_CMD_W<'_, 0>
pub fn read_cmd(&mut self) -> READ_CMD_W<'_, 0>
Bit 0 - Set this bit to send read command.
sourcepub fn pgm_cmd(&mut self) -> PGM_CMD_W<'_, 1>
pub fn pgm_cmd(&mut self) -> PGM_CMD_W<'_, 1>
Bit 1 - Set this bit to send programming command.
Methods from Deref<Target = W<CMD_SPEC>>§
Trait Implementations§
Auto Trait Implementations§
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more