[][src]Function esp_idf_sys::spi_device_release_bus

pub unsafe extern "C" fn spi_device_release_bus(dev: spi_device_handle_t)

@brief Release the SPI bus occupied by the device. All other devices can start sending transactions.

@param dev The device to release the bus.