Struct esp32s3::spi1::cache_fctrl::W
source · pub struct W(_);
Expand description
Register CACHE_FCTRL
writer
Implementations§
source§impl W
impl W
sourcepub fn cache_usr_cmd_4byte(&mut self) -> CACHE_USR_CMD_4BYTE_W<'_, 1>
pub fn cache_usr_cmd_4byte(&mut self) -> CACHE_USR_CMD_4BYTE_W<'_, 1>
Bit 1 - Set this bit to enable SPI1 transfer with 32 bits address. The value of SPI_MEM_USR_ADDR_BITLEN should be 31.
sourcepub fn fdin_dual(&mut self) -> FDIN_DUAL_W<'_, 3>
pub fn fdin_dual(&mut self) -> FDIN_DUAL_W<'_, 3>
Bit 3 - When SPI1 accesses to flash or Ext_RAM, set this bit to enable 2-bm in DIN phase.
sourcepub fn fdout_dual(&mut self) -> FDOUT_DUAL_W<'_, 4>
pub fn fdout_dual(&mut self) -> FDOUT_DUAL_W<'_, 4>
Bit 4 - When SPI1 accesses to flash or Ext_RAM, set this bit to enable 2-bm in DOUT phase.
sourcepub fn faddr_dual(&mut self) -> FADDR_DUAL_W<'_, 5>
pub fn faddr_dual(&mut self) -> FADDR_DUAL_W<'_, 5>
Bit 5 - When SPI1 accesses to flash or Ext_RAM, set this bit to enable 2-bm in ADDR phase.
sourcepub fn fdin_quad(&mut self) -> FDIN_QUAD_W<'_, 6>
pub fn fdin_quad(&mut self) -> FDIN_QUAD_W<'_, 6>
Bit 6 - When SPI1 accesses to flash or Ext_RAM, set this bit to enable 4-bm in DIN phase.
sourcepub fn fdout_quad(&mut self) -> FDOUT_QUAD_W<'_, 7>
pub fn fdout_quad(&mut self) -> FDOUT_QUAD_W<'_, 7>
Bit 7 - When SPI1 accesses to flash or Ext_RAM, set this bit to enable 4-bm in DOUT phase.
sourcepub fn faddr_quad(&mut self) -> FADDR_QUAD_W<'_, 8>
pub fn faddr_quad(&mut self) -> FADDR_QUAD_W<'_, 8>
Bit 8 - When SPI1 accesses to flash or Ext_RAM, set this bit to enable 4-bm in ADDR phase.