pub struct W(_);
Expand description
Register RD_STATUS
writer
Implementations§
source§impl W
impl W
sourcepub fn status(&mut self) -> STATUS_W<'_, 0>
pub fn status(&mut self) -> STATUS_W<'_, 0>
Bits 0:15 - In the slave mode, it is the status for master to read out.
sourcepub fn wb_mode(&mut self) -> WB_MODE_W<'_, 16>
pub fn wb_mode(&mut self) -> WB_MODE_W<'_, 16>
Bits 16:23 - Mode bits in the flash fast read mode, it is combined with spi_fastrd_mode bit.
sourcepub fn status_ext(&mut self) -> STATUS_EXT_W<'_, 24>
pub fn status_ext(&mut self) -> STATUS_EXT_W<'_, 24>
Bits 24:31 - In the slave mode,it is the status for master to read out.
Methods from Deref<Target = W<RD_STATUS_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