[][src]Type Definition esp32::spi::spi_sram_cmd_reg::R

type R = R<u32, SPI_SRAM_CMD_REG>;

Reader of register SPI_SRAM_CMD_REG

Methods

impl R[src]

pub fn spi_sram_rstio(&self) -> SPI_SRAM_RSTIO_R[src]

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

pub fn spi_sram_qio(&self) -> SPI_SRAM_QIO_R[src]

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 spi_sram_dio(&self) -> SPI_SRAM_DIO_R[src]

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.