Function esp_idf_sys::sdmmc_host_io_int_enable
source ยท pub unsafe extern "C" fn sdmmc_host_io_int_enable(
slot: c_int,
) -> esp_err_t
Expand description
@brief Enable IO interrupts
This function configures the host to accept SDIO interrupts.
@param slot slot number (SDMMC_HOST_SLOT_0 or SDMMC_HOST_SLOT_1) @return returns ESP_OK, other errors possible in the future