Home
last modified time | relevance | path

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

/hal_espressif-latest/tools/esptool_py/flasher_stub/include/
Dstub_commands.h39 } write_reg_args_t; typedef
41 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_flasher.c345 if (command->data_len % sizeof(write_reg_args_t) != 0) { in cmd_loop()
348 …error = handle_write_reg((const write_reg_args_t *)data_words, command->data_len/sizeof(write_reg_… in cmd_loop()
Dstub_commands.c247 esp_command_error handle_write_reg(const write_reg_args_t *cmds, uint32_t num_commands) in handle_write_reg()
250 const write_reg_args_t *cmd = &cmds[i]; in handle_write_reg()