Type Alias esp32c6::spi0::cache_fctrl::R

source ·
pub type R = R<CACHE_FCTRL_SPEC>;
Expand description

Register CACHE_FCTRL reader

Aliased Type§

struct R { /* private fields */ }

Implementations§

source§

impl R

source

pub fn axi_req_en(&self) -> AXI_REQ_EN_R

Bit 0 - For SPI0, AXI master access enable, 1: enable, 0:disable.

source

pub fn cache_usr_addr_4byte(&self) -> CACHE_USR_ADDR_4BYTE_R

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

source

pub fn cache_flash_usr_cmd(&self) -> CACHE_FLASH_USR_CMD_R

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

source

pub fn fdin_dual(&self) -> FDIN_DUAL_R

Bit 3 - For SPI0 flash, din phase apply 2 signals. 1: enable 0: disable. The bit is the same with spi_mem_fread_dio.

source

pub fn fdout_dual(&self) -> FDOUT_DUAL_R

Bit 4 - For SPI0 flash, dout phase apply 2 signals. 1: enable 0: disable. The bit is the same with spi_mem_fread_dio.

source

pub fn faddr_dual(&self) -> FADDR_DUAL_R

Bit 5 - For SPI0 flash, address phase apply 2 signals. 1: enable 0: disable. The bit is the same with spi_mem_fread_dio.

source

pub fn fdin_quad(&self) -> FDIN_QUAD_R

Bit 6 - For SPI0 flash, din phase apply 4 signals. 1: enable 0: disable. The bit is the same with spi_mem_fread_qio.

source

pub fn fdout_quad(&self) -> FDOUT_QUAD_R

Bit 7 - For SPI0 flash, dout phase apply 4 signals. 1: enable 0: disable. The bit is the same with spi_mem_fread_qio.

source

pub fn faddr_quad(&self) -> FADDR_QUAD_R

Bit 8 - For SPI0 flash, address phase apply 4 signals. 1: enable 0: disable. The bit is the same with spi_mem_fread_qio.

source

pub fn spi_same_aw_ar_addr_chk_en(&self) -> SPI_SAME_AW_AR_ADDR_CHK_EN_R

Bit 30 - Set this bit to check AXI read/write the same address region.

source

pub fn spi_close_axi_inf_en(&self) -> SPI_CLOSE_AXI_INF_EN_R

Bit 31 - Set this bit to close AXI read/write transfer to MSPI, which means that only SLV_ERR will be replied to BRESP/RRESP.