Home
last modified time | relevance | path

Searched defs:command (Results 1 – 25 of 51) sorted by relevance

123

/hal_espressif-latest/tools/esptool_py/flasher_stub/
Dstub_flasher.c36 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
Dstub_write_flash.c300 …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/
Dbootloader_flash.c536 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/
Dbootloader_flash.c528 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/
Doperations.py322 def espefuse(esp, efuses, args, command): argument
/hal_espressif-latest/components/bt/host/bluedroid/hci/
Dhci_layer.c251 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/
Doperations.py308 def espefuse(esp, efuses, args, command): argument
/hal_espressif-latest/tools/esptool_py/espefuse/efuse/esp32c3/
Doperations.py361 def espefuse(esp, efuses, args, command): argument
/hal_espressif-latest/tools/esptool_py/espefuse/efuse/esp32c5/
Doperations.py352 def espefuse(esp, efuses, args, command): argument
/hal_espressif-latest/tools/esptool_py/espefuse/efuse/esp32c5beta3/
Doperations.py352 def espefuse(esp, efuses, args, command): argument
/hal_espressif-latest/tools/esptool_py/espefuse/efuse/esp32c6/
Doperations.py368 def espefuse(esp, efuses, args, command): argument
/hal_espressif-latest/tools/esptool_py/espefuse/efuse/esp32h2/
Doperations.py381 def espefuse(esp, efuses, args, command): argument
/hal_espressif-latest/tools/esptool_py/espefuse/efuse/esp32h2beta1/
Doperations.py364 def espefuse(esp, efuses, args, command): argument
/hal_espressif-latest/components/wpa_supplicant/esp_supplicant/src/
Desp_dpp.c415 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/
Doperations.py419 def espefuse(esp, efuses, args, command): argument
/hal_espressif-latest/tools/esptool_py/espefuse/efuse/esp32p4/
Doperations.py415 def espefuse(esp, efuses, args, command): argument
/hal_espressif-latest/tools/esptool_py/espefuse/efuse/esp32s2/
Doperations.py478 def espefuse(esp, efuses, args, command): argument
/hal_espressif-latest/tools/esptool_py/espefuse/efuse/esp32s3/
Doperations.py478 def espefuse(esp, efuses, args, command): argument
/hal_espressif-latest/tools/esptool_py/espefuse/efuse/esp32s3beta2/
Doperations.py478 def espefuse(esp, efuses, args, command): argument
/hal_espressif-latest/components/spi_flash/sim/stubs/soc/include/hal/
Dspi_flash_types.h17 uint8_t command; ///< Command to send, always 8bits member
/hal_espressif-latest/components/hal/esp32h2/include/hal/
Dgpspi_flash_ll.h287 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/
Dgpspi_flash_ll.h287 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/
Dgpspi_flash_ll.h292 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/
Dgpspi_flash_ll.h281 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/
Dgpspi_flash_ll.h287 static inline void gpspi_flash_ll_set_command(spi_dev_t *dev, uint8_t command, uint32_t bitlen) in gpspi_flash_ll_set_command()

123