Home
last modified time | relevance | path

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

/hal_espressif-latest/tools/esptool_py/flasher_stub/include/
Dstub_commands.h41 esp_command_error handle_write_reg(const write_reg_args_t *cmd_buf, uint32_t num_commands);
/hal_espressif-latest/tools/esptool_py/flasher_stub/
Dstub_commands.c247 esp_command_error handle_write_reg(const write_reg_args_t *cmds, uint32_t num_commands) in handle_write_reg() function
Dstub_flasher.c348 …error = handle_write_reg((const write_reg_args_t *)data_words, command->data_len/sizeof(write_reg_… in cmd_loop()