Function esp_idf_sys::sdmmc_mmc_can_sanitize
source ยท pub unsafe extern "C" fn sdmmc_mmc_can_sanitize(
card: *mut sdmmc_card_t,
) -> esp_err_t
Expand description
Check if SD/MMC card supports sanitize
@param card pointer to card information structure previously initialized using sdmmc_card_init @return - ESP_OK if supported by the card/device - ESP_FAIL if not supported by the card/device