STM32H735xx HAL User Manual
|
Defines | |
#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
Definition at line 388 of file stm32h7xx_hal_mmc.h.
#define HAL_MMC_SRT_VENDOR_DEFINED 0x00000008U |
Information removed using a vendor defined
Definition at line 391 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 390 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 389 of file stm32h7xx_hal_mmc.h.
#define IS_MMC_SRT_TYPE | ( | TYPE | ) |
(((TYPE) == HAL_MMC_SRT_ERASE) || \ ((TYPE) == HAL_MMC_SRT_WRITE_CHAR_ERASE) || \ ((TYPE) == HAL_MMC_SRT_WRITE_CHAR_COMPL_RANDOM) || \ ((TYPE) == HAL_MMC_SRT_VENDOR_DEFINED))
Definition at line 394 of file stm32h7xx_hal_mmc.h.
Referenced by HAL_MMC_ConfigSecRemovalType().