Home
last modified time | relevance | path

Searched refs:handle_spi_attach (Results 1 – 3 of 3) sorted by relevance

/hal_espressif-latest/tools/esptool_py/flasher_stub/include/
Dstub_commands.h26 esp_command_error handle_spi_attach(uint32_t hspi_config_arg);
/hal_espressif-latest/tools/esptool_py/flasher_stub/
Dstub_commands.c182 esp_command_error handle_spi_attach(uint32_t hspi_config_arg) in handle_spi_attach() function
Dstub_flasher.c341 error = verify_data_len(command, 4) || handle_spi_attach(data_words[0]); in cmd_loop()