Searched refs:handle_spi_set_params (Results 1 – 3 of 3) sorted by relevance
24 esp_command_error handle_spi_set_params(uint32_t *args, int *status);
176 esp_command_error handle_spi_set_params(uint32_t *args, int *status) in handle_spi_set_params() function
337 error = verify_data_len(command, 24) || handle_spi_set_params(data_words, &status); in cmd_loop()