Home
last modified time | relevance | path

Searched refs:usr (Results 1 – 25 of 36) sorted by relevance

12

/hal_espressif-latest/components/hal/esp32h2/include/hal/
Dgpspi_flash_ll.h70 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()
Dspimem_flash_ll.h323 dev->cmd.usr = 1; in spimem_flash_ll_user_start()
/hal_espressif-latest/components/hal/esp32s3/include/hal/
Dgpspi_flash_ll.h75 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()
Dspimem_flash_ll.h317 dev->cmd.usr = 1; in spimem_flash_ll_user_start()
/hal_espressif-latest/components/hal/esp32c6/include/hal/
Dgpspi_flash_ll.h70 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()
Dspimem_flash_ll.h322 dev->cmd.usr = 1; in spimem_flash_ll_user_start()
/hal_espressif-latest/components/hal/esp32c2/include/hal/
Dgpspi_flash_ll.h79 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()
Dspimem_flash_ll.h321 dev->cmd.usr = 1; in spimem_flash_ll_user_start()
/hal_espressif-latest/components/hal/esp32c3/include/hal/
Dgpspi_flash_ll.h70 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()
Dspimem_flash_ll.h321 dev->cmd.usr = 1; in spimem_flash_ll_user_start()
/hal_espressif-latest/components/hal/esp32s2/include/hal/
Dgpspi_flash_ll.h134 dev->cmd.usr = 1; in gpspi_flash_ll_user_start()
Dspimem_flash_ll.h317 dev->cmd.usr = 1; in spimem_flash_ll_user_start()
/hal_espressif-latest/components/hal/esp32/include/hal/
Dspi_flash_ll.h206 dev->cmd.usr = 1; in spi_flash_ll_user_start()
Dspi_ll.h143 hw->cmd.usr = 1; in spi_ll_user_start()
/hal_espressif-latest/components/bootloader_support/bootloader_flash/src/
Dbootloader_flash.c587 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/
Dbootloader_flash.c579 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/
Dindex.rst66 pkcs11_lib = /usr/local/lib/softhsm/libsofthsm2.so
/hal_espressif-latest/components/soc/esp32c3/include/soc/
Dspi_struct.h19 …uint32_t usr : 1; /*User define command enable. An operation will b… member
Dspi_mem_struct.h20 …uint32_t usr: 1; /*User define command enable. An operation will be tr… member
/hal_espressif-latest/components/soc/esp32c2/include/soc/
Dspi_struct.h21 …uint32_t usr : 1; /*User define command enable. An operation will b… member
Dspi_mem_struct.h21 …uint32_t usr : 1; /*User define command enable. An operation will b… member
/hal_espressif-latest/components/soc/esp32s3/include/soc/
Dspi_struct.h29 …uint32_t usr : 1; /*User define command enable. An operation will b… member
/hal_espressif-latest/components/soc/esp32c6/include/soc/
Dspi_struct.h34 uint32_t usr:1; member
/hal_espressif-latest/components/soc/esp32h2/include/soc/
Dspi_struct.h34 uint32_t usr:1; member
/hal_espressif-latest/components/soc/esp32/include/soc/
Dspi_struct.h29 …uint32_t usr: 1; /*User define command enable. An operation will b… member

12