STM32F439xx HAL User Manual
Defines
FLASH Type Program
FLASH Exported Constants

Defines

#define FLASH_TYPEPROGRAM_BYTE   0x00000000U
#define FLASH_TYPEPROGRAM_HALFWORD   0x00000001U
#define FLASH_TYPEPROGRAM_WORD   0x00000002U
#define FLASH_TYPEPROGRAM_DOUBLEWORD   0x00000003U

Define Documentation

#define FLASH_TYPEPROGRAM_BYTE   0x00000000U

Program byte (8-bit) at a specified address

Definition at line 120 of file stm32f4xx_hal_flash.h.

Referenced by HAL_FLASH_Program(), and HAL_FLASH_Program_IT().

#define FLASH_TYPEPROGRAM_DOUBLEWORD   0x00000003U

Program a double word (64-bit) at a specified address

Definition at line 123 of file stm32f4xx_hal_flash.h.

#define FLASH_TYPEPROGRAM_HALFWORD   0x00000001U

Program a half-word (16-bit) at a specified address

Definition at line 121 of file stm32f4xx_hal_flash.h.

Referenced by HAL_FLASH_Program(), and HAL_FLASH_Program_IT().

#define FLASH_TYPEPROGRAM_WORD   0x00000002U

Program a word (32-bit) at a specified address

Definition at line 122 of file stm32f4xx_hal_flash.h.

Referenced by HAL_FLASH_Program(), and HAL_FLASH_Program_IT().