HAL + 0/50 examples
CodeScope will show references to FLASH_TYPEERASE_SECTORS from the following samples and libraries:
Examples
STM32F413H-Discovery
Demonstrations
Applications
USB_Device
STM32446E-Nucleo
Applications
EEPROM
STM32446E_EVAL
Applications
EEPROM
USB_Device
USB_Host
Examples
FLASH
STM32469I-Discovery
Applications
EEPROM
USB_Device
USB_Host
FileX
FX_IAP
Examples
FLASH
STM32469I_EVAL
Applications
EEPROM
USB_Device
Examples
FLASH
STM324x9I_EVAL
Applications
EEPROM
LwIP
USB_Device
USB_Host
Examples
FLASH
STM324xG_EVAL
Applications
EEPROM
LwIP
USB_Device
USB_Host
Examples
FLASH
STM32F4-Discovery
Applications
EEPROM
Examples
FLASH
STM32F401-Discovery
Applications
EEPROM
Examples
FLASH
STM32F401RE-Nucleo
Applications
EEPROM
STM32F410xx-Nucleo
Applications
EEPROM
STM32F411E-Discovery
Applications
EEPROM
Examples
FLASH
STM32F411RE-Nucleo
Applications
EEPROM
STM32F412G-Discovery
Applications
EEPROM
STM32F412ZG-Nucleo
Applications
EEPROM
Examples
FLASH
STM32F413ZH-Nucleo
Applications
EEPROM
USB_Device
Examples
FLASH
STM32F429I-Discovery
Applications
EEPROM
USB_Host
Examples
FLASH
STM32F429ZI-Nucleo
Applications
EEPROM
USBX
USB_Device
Examples
FLASH
STM32F446ZE-Nucleo
Applications
EEPROM
USB_Device
Examples
FLASH
 
Symbols
loading...
Files
loading...

FLASH_TYPEERASE_SECTORS macro

Sectors erase only

Syntax

#define FLASH_TYPEERASE_SECTORS 0x00000000U

Examples

FLASH_TYPEERASE_SECTORS is referenced by 50 libraries and example projects.

References

LocationText
stm32f4xx_hal_flash_ex.h:144
#define FLASH_TYPEERASE_SECTORS 0x00000000U /*!< Sectors erase only */
stm32_hal_legacy.h:455
#define TYPEERASE_SECTORS FLASH_TYPEERASE_SECTORS
stm32f4xx_hal_flash_ex.h:811
#define IS_FLASH_TYPEERASE(VALUE)(((VALUE) == FLASH_TYPEERASE_SECTORS) || \