pub unsafe extern "C" fn spi_release(bus: spi_t)
Expand description
@brief Finish an ongoing SPI transaction by releasing the given SPI bus
After release, the given SPI bus should be fully powered down until acquired again.
@param[in] bus SPI device to release