[][src]Function esp_idf_sys::spicommon_periph_free

pub unsafe extern "C" fn spicommon_periph_free(host: spi_host_device_t) -> bool

@brief Return the SPI peripheral so another driver can claim it.

@param host Peripheral to return @return True if peripheral is returned successfully; false if peripheral was free to claim already.