Searched refs:write_reg_args_t (Results 1 – 3 of 3) sorted by relevance
39 } write_reg_args_t; typedef41 esp_command_error handle_write_reg(const write_reg_args_t *cmd_buf, uint32_t num_commands);
345 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()
247 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()