pub struct W(_);Expand description
Register SRAM_CMD writer
Implementations
sourceimpl W
impl W
sourcepub fn sram_dio(&mut self) -> SRAM_DIO_W<'_>
pub fn sram_dio(&mut self) -> SRAM_DIO_W<'_>
Bit 0 - For SPI0 SRAM DIO mode enable . SRAM DIO enable command will be send when the bit is set. The bit will be cleared once the operation done.
sourcepub fn sram_qio(&mut self) -> SRAM_QIO_W<'_>
pub fn sram_qio(&mut self) -> SRAM_QIO_W<'_>
Bit 1 - For SPI0 SRAM QIO mode enable . SRAM QIO enable command will be send when the bit is set. The bit will be cleared once the operation done.
sourcepub fn sram_rstio(&mut self) -> SRAM_RSTIO_W<'_>
pub fn sram_rstio(&mut self) -> SRAM_RSTIO_W<'_>
Bit 4 - For SPI0 SRAM IO mode reset enable. SRAM IO mode reset operation will be triggered when the bit is set. The bit will be cleared once the operation done
Methods from Deref<Target = W<SRAM_CMD_SPEC>>
Trait Implementations
sourceimpl From<W<SRAM_CMD_SPEC>> for W
impl From<W<SRAM_CMD_SPEC>> for W
sourcefn from(writer: W<SRAM_CMD_SPEC>) -> Self
fn from(writer: W<SRAM_CMD_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