HAL + 0/1 examples
CodeScope will show references to FLASH_TYPEERASE_MASSERASE from the following samples and libraries:
Examples
STM32469I-Discovery
Applications
USB_Host
 
Symbols
loading...
Files
loading...

FLASH_TYPEERASE_MASSERASE macro

Flash Mass erase activation

Syntax

#define FLASH_TYPEERASE_MASSERASE 0x00000001U

Examples

FLASH_TYPEERASE_MASSERASE is referenced by 1 libraries and example projects.

References

LocationText
stm32f4xx_hal_flash_ex.h:145
#define FLASH_TYPEERASE_MASSERASE 0x00000001U /*!< Flash Mass erase activation */
stm32f4xx_hal_flash_ex.c:179
if (pEraseInit->TypeErase == FLASH_TYPEERASE_MASSERASE)
stm32f4xx_hal_flash_ex.c:251
if (pEraseInit->TypeErase == FLASH_TYPEERASE_MASSERASE)
stm32f4xx_hal_flash_ex.h:812
((VALUE) == FLASH_TYPEERASE_MASSERASE))