pub struct R(_);
Expand description
Register SRAM_CMD
reader
Implementations
sourceimpl R
impl R
sourcepub fn sram_dio(&self) -> SRAM_DIO_R
pub fn sram_dio(&self) -> SRAM_DIO_R
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(&self) -> SRAM_QIO_R
pub fn sram_qio(&self) -> SRAM_QIO_R
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(&self) -> SRAM_RSTIO_R
pub fn sram_rstio(&self) -> SRAM_RSTIO_R
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 = R<SRAM_CMD_SPEC>>
Trait Implementations
sourceimpl From<R<SRAM_CMD_SPEC>> for R
impl From<R<SRAM_CMD_SPEC>> for R
sourcefn from(reader: R<SRAM_CMD_SPEC>) -> Self
fn from(reader: R<SRAM_CMD_SPEC>) -> Self
Converts to this type from the input type.
Auto Trait Implementations
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