Module esp32c6::spi1::flash_waiti_ctrl
source · Expand description
SPI1 wait idle control register
Structs§
- SPI1 wait idle control register
Type Aliases§
- Register
FLASH_WAITI_CTRLreader - Register
FLASH_WAITI_CTRLwriter - Field
WAITI_ADDR_CYCLELENreader - 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_CYCLELENwriter - 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_ENreader - 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_ENwriter - 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_2Breader - 1:The wait idle command bit length is 16. 0: The wait idle command bit length is 8. - Field
WAITI_CMD_2Bwriter - 1:The wait idle command bit length is 16. 0: The wait idle command bit length is 8. - Field
WAITI_CMDreader - The command value to wait flash idle(RDSR). - Field
WAITI_CMDwriter - The command value to wait flash idle(RDSR). - Field
WAITI_DUMMY_CYCLELENreader - The dummy cycle length when wait flash idle(RDSR). - Field
WAITI_DUMMY_CYCLELENwriter - The dummy cycle length when wait flash idle(RDSR). - Field
WAITI_DUMMYreader - The dummy phase enable when wait flash idle (RDSR) - Field
WAITI_DUMMYwriter - The dummy phase enable when wait flash idle (RDSR) - Field
WAITI_ENreader - 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_ENwriter - 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.