![]() |
RTEMS 6.1-rc7
|
Macros | |
#define | HAL_MMC_ERASE 0x00000000U |
#define | HAL_MMC_TRIM 0x00000001U |
#define | HAL_MMC_DISCARD 0x00000003U |
#define | HAL_MMC_SECURE_ERASE 0x80000000U |
#define | HAL_MMC_SECURE_TRIM_STEP1 0x80000001U |
#define | HAL_MMC_SECURE_TRIM_STEP2 0x80008000U |
#define | IS_MMC_ERASE_TYPE(TYPE) |
#define HAL_MMC_DISCARD 0x00000003U |
Discard the write blocks identified by CMD35 & 36
#define HAL_MMC_ERASE 0x00000000U |
Erase the erase groups identified by CMD35 & 36
#define HAL_MMC_SECURE_ERASE 0x80000000U |
Perform a secure purge according SRT on the erase groups identified by CMD35 & 36
#define HAL_MMC_SECURE_TRIM_STEP1 0x80000001U |
Mark the write blocks identified by CMD35 & 36 for secure erase
#define HAL_MMC_SECURE_TRIM_STEP2 0x80008000U |
Perform a secure purge according SRT on the write blocks previously identified
#define HAL_MMC_TRIM 0x00000001U |
Erase the write blocks identified by CMD35 & 36
#define IS_MMC_ERASE_TYPE | ( | TYPE | ) |