pub struct R(_);
Expand description
Register SRAM_CMD
reader
Implementations§
§impl R
impl R
pub fn sram_dio(&self) -> BitReaderRaw<bool>
pub fn sram_dio(&self) -> BitReaderRaw<bool>
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.
pub fn sram_qio(&self) -> BitReaderRaw<bool>
pub fn sram_qio(&self) -> BitReaderRaw<bool>
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.
pub fn sram_rstio(&self) -> BitReaderRaw<bool>
pub fn sram_rstio(&self) -> BitReaderRaw<bool>
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>>§
pub fn bits(&self) -> <REG as RegisterSpec>::Ux
pub fn bits(&self) -> <REG as RegisterSpec>::Ux
Reads raw bits from register.
Trait Implementations§
§impl From<R<SRAM_CMD_SPEC>> for R
impl From<R<SRAM_CMD_SPEC>> for R
§fn from(reader: R<SRAM_CMD_SPEC>) -> R
fn from(reader: R<SRAM_CMD_SPEC>) -> R
Converts to this type from the input type.