pub struct W(_);
Expand description
Register SPI_MEM_RD_STATUS
writer
Implementations
sourceimpl W
impl W
sourcepub fn spi_mem_status(&mut self) -> SPI_MEM_STATUS_W<'_, 0>
pub fn spi_mem_status(&mut self) -> SPI_MEM_STATUS_W<'_, 0>
Bits 0:15 - The value is stored when set spi_mem_flash_rdsr bit and spi_mem_flash_res bit.
sourcepub fn spi_mem_wb_mode(&mut self) -> SPI_MEM_WB_MODE_W<'_, 16>
pub fn spi_mem_wb_mode(&mut self) -> SPI_MEM_WB_MODE_W<'_, 16>
Bits 16:23 - Mode bits in the flash fast read mode it is combined with spi_mem_fastrd_mode bit.
Methods from Deref<Target = W<SPI_MEM_RD_STATUS_SPEC>>
Trait Implementations
sourceimpl From<W<SPI_MEM_RD_STATUS_SPEC>> for W
impl From<W<SPI_MEM_RD_STATUS_SPEC>> for W
sourcefn from(writer: W<SPI_MEM_RD_STATUS_SPEC>) -> Self
fn from(writer: W<SPI_MEM_RD_STATUS_SPEC>) -> Self
Converts to this type from the input type.
Auto Trait Implementations
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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