Searched refs:num_commands (Results 1 – 2 of 2) sorted by relevance
41 esp_command_error handle_write_reg(const write_reg_args_t *cmd_buf, uint32_t num_commands);
247 esp_command_error handle_write_reg(const write_reg_args_t *cmds, uint32_t num_commands) in handle_write_reg() argument249 for (uint32_t i = 0; i < num_commands; i++) { in handle_write_reg()