Macros | |
#define | HAL_MMC_SRT_ERASE 0x00000001U |
#define | HAL_MMC_SRT_VENDOR_DEFINED 0x00000008U |
#define | HAL_MMC_SRT_WRITE_CHAR_COMPL_RANDOM 0x00000004U |
#define | HAL_MMC_SRT_WRITE_CHAR_ERASE 0x00000002U |
#define | IS_MMC_SRT_TYPE(TYPE) |
#define HAL_MMC_SRT_ERASE 0x00000001U |
Information removed by an erase
Definition at line 384 of file stm32h7xx_hal_mmc.h.
#define HAL_MMC_SRT_VENDOR_DEFINED 0x00000008U |
Information removed using a vendor defined
Definition at line 387 of file stm32h7xx_hal_mmc.h.
#define HAL_MMC_SRT_WRITE_CHAR_COMPL_RANDOM 0x00000004U |
Information removed by an overwriting with a character, its complement then a random character
Definition at line 386 of file stm32h7xx_hal_mmc.h.
#define HAL_MMC_SRT_WRITE_CHAR_ERASE 0x00000002U |
Information removed by an overwriting with a character followed by an erase
Definition at line 385 of file stm32h7xx_hal_mmc.h.
#define IS_MMC_SRT_TYPE | ( | TYPE | ) |
Definition at line 390 of file stm32h7xx_hal_mmc.h.