STM32L443xx HAL User Manual
Defines
FLASH Program Type
FLASH Exported Constants

Defines

#define FLASH_TYPEPROGRAM_DOUBLEWORD   ((uint32_t)0x00)
#define FLASH_TYPEPROGRAM_FAST   ((uint32_t)0x01)
#define FLASH_TYPEPROGRAM_FAST_AND_LAST   ((uint32_t)0x02)

Define Documentation

#define FLASH_TYPEPROGRAM_DOUBLEWORD   ((uint32_t)0x00)

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

Definition at line 198 of file stm32l4xx_hal_flash.h.

Referenced by HAL_FLASH_Program(), and HAL_FLASH_Program_IT().

#define FLASH_TYPEPROGRAM_FAST   ((uint32_t)0x01)

Fast program a 32 row double-word (64-bit) at a specified address. And another 32 row double-word (64-bit) will be programmed

Definition at line 199 of file stm32l4xx_hal_flash.h.

Referenced by HAL_FLASH_Program(), and HAL_FLASH_Program_IT().

#define FLASH_TYPEPROGRAM_FAST_AND_LAST   ((uint32_t)0x02)

Fast program a 32 row double-word (64-bit) at a specified address. And this is the last 32 row double-word (64-bit) programmed

Definition at line 201 of file stm32l4xx_hal_flash.h.

Referenced by HAL_FLASH_Program(), and HAL_FLASH_Program_IT().