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

FLASH_VOLTAGE_RANGE_3 macro

Device operating range: 2.7V to 3.6V

Syntax

#define FLASH_VOLTAGE_RANGE_3 0x00000002U

Examples

FLASH_VOLTAGE_RANGE_3 is referenced by 32 libraries and example projects.

References

LocationText
stm32f4xx_hal_flash_ex.h:155
#define FLASH_VOLTAGE_RANGE_3 0x00000002U /*!< Device operating range: 2.7V to 3.6V */
stm32_hal_legacy.h:481
#define VOLTAGE_RANGE_3 FLASH_VOLTAGE_RANGE_3
stm32f4xx_hal_flash_ex.c:600
else if (VoltageRange == FLASH_VOLTAGE_RANGE_3)
stm32f4xx_hal_flash_ex.c:996
else if (VoltageRange == FLASH_VOLTAGE_RANGE_3)
stm32f4xx_hal_flash_ex.h:816
((RANGE) == FLASH_VOLTAGE_RANGE_3) || \