/hal_espressif-latest/tools/esptool_py/flasher_stub/ |
D | stub_flasher.c | 36 esp_command_req_t *command; /* Pointer to buf_a or buf_b as latest command received */ member 170 static esp_command_error verify_data_len(esp_command_req_t *command, uint8_t len) in verify_data_len() 181 esp_command_req_t *command = ub.command; in cmd_loop() local
|
D | stub_write_flash.c | 300 …uint32_t command = block_erase ? SPI_FLASH_BE : SPI_FLASH_SE; /* block erase, 64KB : sector erase,… in start_next_erase() local 307 …uint32_t command = block_erase ? SPI_FLASH_BE : SPI_FLASH_SE; /* block erase, 64KB : sector erase,… in start_next_erase() local
|
/hal_espressif-latest/components/bootloader_support/bootloader_flash/src/ |
D | bootloader_flash.c | 536 uint8_t command, in bootloader_flash_execute_command_common() 602 uint32_t IRAM_ATTR bootloader_execute_flash_command(uint8_t command, uint32_t mosi_data, uint8_t mo… in bootloader_execute_flash_command() 616 const uint8_t command = CMD_RDSFDP; in bootloader_flash_read_sfdp() local
|
/hal_espressif-latest/zephyr/port/bootloader/ |
D | bootloader_flash.c | 528 uint8_t command, in bootloader_flash_execute_command_common() 594 uint32_t IRAM_ATTR bootloader_execute_flash_command(uint8_t command, uint32_t mosi_data, uint8_t mo… in bootloader_execute_flash_command() 608 const uint8_t command = CMD_RDSFDP; in bootloader_flash_read_sfdp() local
|
/hal_espressif-latest/tools/esptool_py/espefuse/efuse/esp32/ |
D | operations.py | 322 def espefuse(esp, efuses, args, command): argument
|
/hal_espressif-latest/components/bt/host/bluedroid/hci/ |
D | hci_layer.c | 251 BT_HDR *command, in transmit_command() 274 static future_t *transmit_command_futured(BT_HDR *command) in transmit_command_futured()
|
/hal_espressif-latest/tools/esptool_py/espefuse/efuse/esp32c2/ |
D | operations.py | 308 def espefuse(esp, efuses, args, command): argument
|
/hal_espressif-latest/tools/esptool_py/espefuse/efuse/esp32c3/ |
D | operations.py | 361 def espefuse(esp, efuses, args, command): argument
|
/hal_espressif-latest/tools/esptool_py/espefuse/efuse/esp32c5/ |
D | operations.py | 352 def espefuse(esp, efuses, args, command): argument
|
/hal_espressif-latest/tools/esptool_py/espefuse/efuse/esp32c5beta3/ |
D | operations.py | 352 def espefuse(esp, efuses, args, command): argument
|
/hal_espressif-latest/tools/esptool_py/espefuse/efuse/esp32c6/ |
D | operations.py | 368 def espefuse(esp, efuses, args, command): argument
|
/hal_espressif-latest/tools/esptool_py/espefuse/efuse/esp32h2/ |
D | operations.py | 381 def espefuse(esp, efuses, args, command): argument
|
/hal_espressif-latest/tools/esptool_py/espefuse/efuse/esp32h2beta1/ |
D | operations.py | 364 def espefuse(esp, efuses, args, command): argument
|
/hal_espressif-latest/components/wpa_supplicant/esp_supplicant/src/ |
D | esp_dpp.c | 415 char *command = (char *)evt->data; in esp_dpp_task() local 604 char *command = os_zalloc(1200); in esp_supp_dpp_bootstrap_gen() local
|
/hal_espressif-latest/tools/esptool_py/espefuse/efuse/esp32c61/ |
D | operations.py | 419 def espefuse(esp, efuses, args, command): argument
|
/hal_espressif-latest/tools/esptool_py/espefuse/efuse/esp32p4/ |
D | operations.py | 415 def espefuse(esp, efuses, args, command): argument
|
/hal_espressif-latest/tools/esptool_py/espefuse/efuse/esp32s2/ |
D | operations.py | 478 def espefuse(esp, efuses, args, command): argument
|
/hal_espressif-latest/tools/esptool_py/espefuse/efuse/esp32s3/ |
D | operations.py | 478 def espefuse(esp, efuses, args, command): argument
|
/hal_espressif-latest/tools/esptool_py/espefuse/efuse/esp32s3beta2/ |
D | operations.py | 478 def espefuse(esp, efuses, args, command): argument
|
/hal_espressif-latest/components/spi_flash/sim/stubs/soc/include/hal/ |
D | spi_flash_types.h | 17 uint8_t command; ///< Command to send, always 8bits member
|
/hal_espressif-latest/components/hal/esp32h2/include/hal/ |
D | gpspi_flash_ll.h | 287 static inline void gpspi_flash_ll_set_command(spi_dev_t *dev, uint8_t command, uint32_t bitlen) in gpspi_flash_ll_set_command()
|
/hal_espressif-latest/components/hal/esp32c6/include/hal/ |
D | gpspi_flash_ll.h | 287 static inline void gpspi_flash_ll_set_command(spi_dev_t *dev, uint8_t command, uint32_t bitlen) in gpspi_flash_ll_set_command()
|
/hal_espressif-latest/components/hal/esp32s3/include/hal/ |
D | gpspi_flash_ll.h | 292 static inline void gpspi_flash_ll_set_command(spi_dev_t *dev, uint8_t command, uint32_t bitlen) in gpspi_flash_ll_set_command()
|
/hal_espressif-latest/components/hal/esp32s2/include/hal/ |
D | gpspi_flash_ll.h | 281 static inline void gpspi_flash_ll_set_command(spi_dev_t *dev, uint8_t command, uint32_t bitlen) in gpspi_flash_ll_set_command()
|
/hal_espressif-latest/components/hal/esp32c2/include/hal/ |
D | gpspi_flash_ll.h | 287 static inline void gpspi_flash_ll_set_command(spi_dev_t *dev, uint8_t command, uint32_t bitlen) in gpspi_flash_ll_set_command()
|