Function esp_idf_sys::sdmmc_host_get_slot_width

source ยท
pub unsafe extern "C" fn sdmmc_host_get_slot_width(
    slot: c_int,
) -> usize
Expand description

@brief Get bus width configured in sdmmc_host_init_slot to be used for data transfer

@param slot slot number (SDMMC_HOST_SLOT_0 or SDMMC_HOST_SLOT_1) @return configured bus width of the specified slot.