Function storage_sd_info
Source pub unsafe extern "C" fn storage_sd_info(
storage: *mut Storage,
info: *mut SDInfo,
) -> FS_Error
Expand description
Get SD card information.
§Arguments
storage - pointer to a storage API instance.
info - pointer to the info object to contain the requested information.
§Returns
FSE_OK if the info was successfully received, any other error code on failure.