Home
last modified time | relevance | path

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

/hal_espressif-latest/tools/esptool_py/flasher_stub/include/
Dstub_commands.h24 esp_command_error handle_spi_set_params(uint32_t *args, int *status);
/hal_espressif-latest/tools/esptool_py/flasher_stub/
Dstub_commands.c176 esp_command_error handle_spi_set_params(uint32_t *args, int *status) in handle_spi_set_params() function
Dstub_flasher.c337 error = verify_data_len(command, 24) || handle_spi_set_params(data_words, &status); in cmd_loop()