Module esp32c6::spi1::flash_waiti_ctrl

source ·
Expand description

SPI1 wait idle control register

Structs§

Type Aliases§

  • Register FLASH_WAITI_CTRL reader
  • Register FLASH_WAITI_CTRL writer
  • Field WAITI_ADDR_CYCLELEN reader - When SPI_MEM_WAITI_ADDR_EN is set, the cycle length of sent out address is (SPI_MEM_WAITI_ADDR_CYCLELEN[1:0] + 1) SPI bus clock cycles. It is not active when SPI_MEM_WAITI_ADDR_EN is cleared.
  • Field WAITI_ADDR_CYCLELEN writer - When SPI_MEM_WAITI_ADDR_EN is set, the cycle length of sent out address is (SPI_MEM_WAITI_ADDR_CYCLELEN[1:0] + 1) SPI bus clock cycles. It is not active when SPI_MEM_WAITI_ADDR_EN is cleared.
  • Field WAITI_ADDR_EN reader - 1: Output address 0 in RDSR or read SUS command transfer. 0: Do not send out address in RDSR or read SUS command transfer.
  • Field WAITI_ADDR_EN writer - 1: Output address 0 in RDSR or read SUS command transfer. 0: Do not send out address in RDSR or read SUS command transfer.
  • Field WAITI_CMD_2B reader - 1:The wait idle command bit length is 16. 0: The wait idle command bit length is 8.
  • Field WAITI_CMD_2B writer - 1:The wait idle command bit length is 16. 0: The wait idle command bit length is 8.
  • Field WAITI_CMD reader - The command value to wait flash idle(RDSR).
  • Field WAITI_CMD writer - The command value to wait flash idle(RDSR).
  • Field WAITI_DUMMY_CYCLELEN reader - The dummy cycle length when wait flash idle(RDSR).
  • Field WAITI_DUMMY_CYCLELEN writer - The dummy cycle length when wait flash idle(RDSR).
  • Field WAITI_DUMMY reader - The dummy phase enable when wait flash idle (RDSR)
  • Field WAITI_DUMMY writer - The dummy phase enable when wait flash idle (RDSR)
  • Field WAITI_EN reader - 1: The hardware will wait idle after SE/PP/WRSR automatically, and hardware auto Suspend/Resume can be enabled. 0: The functions of hardware wait idle and auto Suspend/Resume are not supported.
  • Field WAITI_EN writer - 1: The hardware will wait idle after SE/PP/WRSR automatically, and hardware auto Suspend/Resume can be enabled. 0: The functions of hardware wait idle and auto Suspend/Resume are not supported.