[][src]Type Definition esp32::spi::spi_cache_fctrl_reg::W

type W = W<u32, SPI_CACHE_FCTRL_REG>;

Writer for register SPI_CACHE_FCTRL_REG

Methods

impl W[src]

pub fn spi_cache_flash_pes_en(&mut self) -> SPI_CACHE_FLASH_PES_EN_W[src]

Bit 3 - For SPI0 spi1 send suspend command before cache read flash 1: enable 0:disable.

pub fn spi_cache_flash_usr_cmd(&mut self) -> SPI_CACHE_FLASH_USR_CMD_W[src]

Bit 2 - For SPI0 cache read flash for user define command 1: enable 0:disable.

pub fn spi_cache_usr_cmd_4byte(&mut self) -> SPI_CACHE_USR_CMD_4BYTE_W[src]

Bit 1 - For SPI0 cache read flash with 4 bytes command 1: enable 0:disable.

pub fn spi_cache_req_en(&mut self) -> SPI_CACHE_REQ_EN_W[src]

Bit 0 - For SPI0 Cache access enable 1: enable 0:disable.