STM32H735xx HAL User Manual
Defines
FLASH Voltage Range
FLASH Exported Constants

Defines

#define FLASH_VOLTAGE_RANGE_1   0x00000000U
#define FLASH_VOLTAGE_RANGE_2   FLASH_CR_PSIZE_0
#define FLASH_VOLTAGE_RANGE_3   FLASH_CR_PSIZE_1
#define FLASH_VOLTAGE_RANGE_4   FLASH_CR_PSIZE

Define Documentation

#define FLASH_VOLTAGE_RANGE_1   0x00000000U

Flash program/erase by 8 bits

Definition at line 201 of file stm32h7xx_hal_flash_ex.h.

#define FLASH_VOLTAGE_RANGE_2   FLASH_CR_PSIZE_0

Flash program/erase by 16 bits

Definition at line 202 of file stm32h7xx_hal_flash_ex.h.

#define FLASH_VOLTAGE_RANGE_3   FLASH_CR_PSIZE_1

Flash program/erase by 32 bits

Definition at line 203 of file stm32h7xx_hal_flash_ex.h.

#define FLASH_VOLTAGE_RANGE_4   FLASH_CR_PSIZE

Flash program/erase by 64 bits

Definition at line 204 of file stm32h7xx_hal_flash_ex.h.