Searched refs:handle_spi_attach (Results 1 – 3 of 3) sorted by relevance
26 esp_command_error handle_spi_attach(uint32_t hspi_config_arg);
182 esp_command_error handle_spi_attach(uint32_t hspi_config_arg) in handle_spi_attach() function
341 error = verify_data_len(command, 4) || handle_spi_attach(data_words[0]); in cmd_loop()