STM32F439xx HAL User Manual
Defines
FLASH Program Parallelism
FLASH Exported Constants

Defines

#define FLASH_PSIZE_BYTE   0x00000000U
#define FLASH_PSIZE_HALF_WORD   0x00000100U
#define FLASH_PSIZE_WORD   0x00000200U
#define FLASH_PSIZE_DOUBLE_WORD   0x00000300U
#define CR_PSIZE_MASK   0xFFFFFCFFU

Define Documentation

#define CR_PSIZE_MASK   0xFFFFFCFFU

Definition at line 163 of file stm32f4xx_hal_flash.h.

#define FLASH_PSIZE_BYTE   0x00000000U

Definition at line 159 of file stm32f4xx_hal_flash.h.

Referenced by FLASH_Erase_Sector(), and FLASH_Program_Byte().

#define FLASH_PSIZE_DOUBLE_WORD   0x00000300U

Definition at line 162 of file stm32f4xx_hal_flash.h.

Referenced by FLASH_Erase_Sector(), and FLASH_Program_DoubleWord().

#define FLASH_PSIZE_HALF_WORD   0x00000100U

Definition at line 160 of file stm32f4xx_hal_flash.h.

Referenced by FLASH_Erase_Sector(), and FLASH_Program_HalfWord().

#define FLASH_PSIZE_WORD   0x00000200U

Definition at line 161 of file stm32f4xx_hal_flash.h.

Referenced by FLASH_Erase_Sector(), and FLASH_Program_Word().