Function esp_idf_sys::spi_device_release_bus
source ยท pub unsafe extern "C" fn spi_device_release_bus(
dev: spi_device_handle_t,
)
Expand description
@brief Release the SPI bus occupied by the device. All other devices can start sending transactions.
@param dev The device to release the bus.