pub unsafe extern "C" fn sdmmc_full_erase(
    card: *mut sdmmc_card_t
) -> esp_err_t
Expand description

Erase complete SD/MMC card

@param card pointer to card information structure previously initialized using sdmmc_card_init @return - ESP_OK on success - One of the error codes from SDMMC host controller