[][src]Function esp_idf_sys::spicommon_dma_chan_free

pub unsafe extern "C" fn spicommon_dma_chan_free(dma_chan: c_int) -> bool

@brief Return the SPI DMA channel so other driver can claim it, or just to power down DMA.

@param dma_chan channel to return

@return True if success; false otherwise.