Function esp_idf_sys::sdmmc_host_get_dma_info
source ยท pub unsafe extern "C" fn sdmmc_host_get_dma_info(
slot: c_int,
dma_mem_info: *mut esp_dma_mem_info_t,
) -> esp_err_t
Expand description
@brief Get the DMA memory information for the host driver
@param[in] slot slot number (SDMMC_HOST_SLOT_0 or SDMMC_HOST_SLOT_1) @param[out] dma_mem_info DMA memory information structure @return - ESP_OK: ON success. - ESP_ERR_INVALID_ARG: Invalid argument.