Searched refs:flash_per_command (Results 1 – 12 of 12) sorted by relevance
/hal_espressif-latest/components/hal/esp32s2/include/hal/ |
D | spimem_flash_ll.h | 169 HAL_FORCE_MODIFY_U32_REG_FIELD(dev->flash_sus_ctrl, flash_per_command, res_cmd); in spimem_flash_ll_resume_cmd_setup()
|
/hal_espressif-latest/components/hal/esp32c6/include/hal/ |
D | spimem_flash_ll.h | 160 HAL_FORCE_MODIFY_U32_REG_FIELD(dev->sus_status, flash_per_command, res_cmd); in spimem_flash_ll_resume_cmd_setup()
|
/hal_espressif-latest/components/hal/esp32c2/include/hal/ |
D | spimem_flash_ll.h | 159 dev->flash_sus_cmd.flash_per_command = res_cmd; in spimem_flash_ll_resume_cmd_setup()
|
/hal_espressif-latest/components/hal/esp32c3/include/hal/ |
D | spimem_flash_ll.h | 159 HAL_FORCE_MODIFY_U32_REG_FIELD(dev->flash_sus_cmd, flash_per_command, res_cmd); in spimem_flash_ll_resume_cmd_setup()
|
/hal_espressif-latest/components/hal/esp32s3/include/hal/ |
D | spimem_flash_ll.h | 159 HAL_FORCE_MODIFY_U32_REG_FIELD(dev->flash_sus_ctrl, flash_per_command, res_cmd); in spimem_flash_ll_resume_cmd_setup()
|
/hal_espressif-latest/components/hal/esp32h2/include/hal/ |
D | spimem_flash_ll.h | 161 HAL_FORCE_MODIFY_U32_REG_FIELD(dev->sus_status, flash_per_command, res_cmd); in spimem_flash_ll_resume_cmd_setup()
|
/hal_espressif-latest/components/soc/esp32c2/include/soc/ |
D | spi_mem_struct.h | 233 uint32_t flash_per_command : 8; /*Program/Erase resume command.*/ member
|
/hal_espressif-latest/components/soc/esp32c3/include/soc/ |
D | spi_mem_struct.h | 232 uint32_t flash_per_command: 8; /*Program/Erase resume command.*/ member
|
/hal_espressif-latest/components/soc/esp32s2/include/soc/ |
D | spi_mem_struct.h | 285 uint32_t flash_per_command: 8; /*Program/Erase resume command.*/ member
|
/hal_espressif-latest/components/soc/esp32s3/include/soc/ |
D | spi_mem_struct.h | 298 uint32_t flash_per_command : 8; /*Program/Erase resume command value.*/ member
|
/hal_espressif-latest/components/soc/esp32c6/include/soc/ |
D | spi_mem_struct.h | 335 uint32_t flash_per_command : 16; /*Program/Erase resume command.*/ member
|
/hal_espressif-latest/components/soc/esp32h2/include/soc/ |
D | spi_mem_struct.h | 336 uint32_t flash_per_command : 16; /*Program/Erase resume command.*/ member
|