STM32F479xx 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 104 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 107 of file stm32f4xx_hal_flash.h.

#define FLASH_TYPEPROGRAM_HALFWORD   0x00000001U

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

Definition at line 105 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 106 of file stm32f4xx_hal_flash.h.

Referenced by HAL_FLASH_Program(), and HAL_FLASH_Program_IT().