/hal_espressif-latest/components/hal/esp32h2/include/hal/ |
D | gpspi_flash_ll.h | 70 return (dev->cmd.usr == 0); in gpspi_flash_ll_cmd_is_done() 140 dev->cmd.usr = 1; in gpspi_flash_ll_user_start() 162 return dev->cmd.usr == 0; in gpspi_flash_ll_host_idle()
|
D | spimem_flash_ll.h | 323 dev->cmd.usr = 1; in spimem_flash_ll_user_start()
|
/hal_espressif-latest/components/hal/esp32s3/include/hal/ |
D | gpspi_flash_ll.h | 75 return (dev->cmd.usr == 0); in gpspi_flash_ll_cmd_is_done() 145 dev->cmd.usr = 1; in gpspi_flash_ll_user_start() 167 return dev->cmd.usr == 0; in gpspi_flash_ll_host_idle()
|
D | spimem_flash_ll.h | 317 dev->cmd.usr = 1; in spimem_flash_ll_user_start()
|
/hal_espressif-latest/components/hal/esp32c6/include/hal/ |
D | gpspi_flash_ll.h | 70 return (dev->cmd.usr == 0); in gpspi_flash_ll_cmd_is_done() 140 dev->cmd.usr = 1; in gpspi_flash_ll_user_start() 162 return dev->cmd.usr == 0; in gpspi_flash_ll_host_idle()
|
D | spimem_flash_ll.h | 322 dev->cmd.usr = 1; in spimem_flash_ll_user_start()
|
/hal_espressif-latest/components/hal/esp32c2/include/hal/ |
D | gpspi_flash_ll.h | 79 return (dev->cmd.usr == 0); in gpspi_flash_ll_cmd_is_done() 150 dev->cmd.usr = 1; in gpspi_flash_ll_user_start() 162 return dev->cmd.usr == 0; in gpspi_flash_ll_host_idle()
|
D | spimem_flash_ll.h | 321 dev->cmd.usr = 1; in spimem_flash_ll_user_start()
|
/hal_espressif-latest/components/hal/esp32c3/include/hal/ |
D | gpspi_flash_ll.h | 70 return (dev->cmd.usr == 0); in gpspi_flash_ll_cmd_is_done() 140 dev->cmd.usr = 1; in gpspi_flash_ll_user_start() 162 return dev->cmd.usr == 0; in gpspi_flash_ll_host_idle()
|
D | spimem_flash_ll.h | 321 dev->cmd.usr = 1; in spimem_flash_ll_user_start()
|
/hal_espressif-latest/components/hal/esp32s2/include/hal/ |
D | gpspi_flash_ll.h | 134 dev->cmd.usr = 1; in gpspi_flash_ll_user_start()
|
D | spimem_flash_ll.h | 317 dev->cmd.usr = 1; in spimem_flash_ll_user_start()
|
/hal_espressif-latest/components/hal/esp32/include/hal/ |
D | spi_flash_ll.h | 206 dev->cmd.usr = 1; in spi_flash_ll_user_start()
|
D | spi_ll.h | 143 hw->cmd.usr = 1; in spi_ll_user_start()
|
/hal_espressif-latest/components/bootloader_support/bootloader_flash/src/ |
D | bootloader_flash.c | 587 SPIFLASH.cmd.usr = 1; in bootloader_flash_execute_command_common() 588 while (SPIFLASH.cmd.usr != 0) { in bootloader_flash_execute_command_common()
|
/hal_espressif-latest/zephyr/port/bootloader/ |
D | bootloader_flash.c | 579 SPIFLASH.cmd.usr = 1; in bootloader_flash_execute_command_common() 580 while (SPIFLASH.cmd.usr != 0) { in bootloader_flash_execute_command_common()
|
/hal_espressif-latest/tools/esptool_py/docs/en/espsecure/ |
D | index.rst | 66 pkcs11_lib = /usr/local/lib/softhsm/libsofthsm2.so
|
/hal_espressif-latest/components/soc/esp32c3/include/soc/ |
D | spi_struct.h | 19 …uint32_t usr : 1; /*User define command enable. An operation will b… member
|
D | spi_mem_struct.h | 20 …uint32_t usr: 1; /*User define command enable. An operation will be tr… member
|
/hal_espressif-latest/components/soc/esp32c2/include/soc/ |
D | spi_struct.h | 21 …uint32_t usr : 1; /*User define command enable. An operation will b… member
|
D | spi_mem_struct.h | 21 …uint32_t usr : 1; /*User define command enable. An operation will b… member
|
/hal_espressif-latest/components/soc/esp32s3/include/soc/ |
D | spi_struct.h | 29 …uint32_t usr : 1; /*User define command enable. An operation will b… member
|
/hal_espressif-latest/components/soc/esp32c6/include/soc/ |
D | spi_struct.h | 34 uint32_t usr:1; member
|
/hal_espressif-latest/components/soc/esp32h2/include/soc/ |
D | spi_struct.h | 34 uint32_t usr:1; member
|
/hal_espressif-latest/components/soc/esp32/include/soc/ |
D | spi_struct.h | 29 …uint32_t usr: 1; /*User define command enable. An operation will b… member
|