![]() |
RTEMS 6.1-rc7
|
Macros | |
#define | HAL_MMC_SRT_ERASE 0x00000001U |
#define | HAL_MMC_SRT_WRITE_CHAR_ERASE 0x00000002U |
#define | HAL_MMC_SRT_WRITE_CHAR_COMPL_RANDOM 0x00000004U |
#define | HAL_MMC_SRT_VENDOR_DEFINED 0x00000008U |
#define | IS_MMC_SRT_TYPE(TYPE) |
#define HAL_MMC_SRT_ERASE 0x00000001U |
Information removed by an erase
#define HAL_MMC_SRT_VENDOR_DEFINED 0x00000008U |
Information removed using a vendor defined
#define HAL_MMC_SRT_WRITE_CHAR_COMPL_RANDOM 0x00000004U |
Information removed by an overwriting with a character, its complement then a random character
#define HAL_MMC_SRT_WRITE_CHAR_ERASE 0x00000002U |
Information removed by an overwriting with a character followed by an erase
#define IS_MMC_SRT_TYPE | ( | TYPE | ) |