Searched refs:handle_write_reg (Results 1 – 3 of 3) 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() function
348 …error = handle_write_reg((const write_reg_args_t *)data_words, command->data_len/sizeof(write_reg_… in cmd_loop()