pub unsafe extern "C" fn spi_bus_remove_device(
    handle: spi_device_handle_t
) -> esp_err_t
Expand description

@brief Remove a device from the SPI bus

@param handle Device handle to free @return - ESP_ERR_INVALID_ARG if parameter is invalid - ESP_ERR_INVALID_STATE if device already is freed - ESP_OK on success