STM32F439xx HAL User Manual
Defines
FLASH Private Constants
FLASH

Defines

#define FLASH_TIMEOUT_VALUE   50000U /* 50 s */
#define ACR_BYTE0_ADDRESS   0x40023C00U
 ACR register byte 0 (Bits[7:0]) base address.
#define OPTCR_BYTE0_ADDRESS   0x40023C14U
 OPTCR register byte 0 (Bits[7:0]) base address.
#define OPTCR_BYTE1_ADDRESS   0x40023C15U
 OPTCR register byte 1 (Bits[15:8]) base address.
#define OPTCR_BYTE2_ADDRESS   0x40023C16U
 OPTCR register byte 2 (Bits[23:16]) base address.
#define OPTCR_BYTE3_ADDRESS   0x40023C17U
 OPTCR register byte 3 (Bits[31:24]) base address.

Define Documentation

#define ACR_BYTE0_ADDRESS   0x40023C00U

ACR register byte 0 (Bits[7:0]) base address.

Definition at line 379 of file stm32f4xx_hal_flash.h.

#define FLASH_TIMEOUT_VALUE   50000U /* 50 s */

Definition at line 112 of file stm32f4xx_hal_flash.c.

Referenced by HAL_FLASH_OB_Launch(), and HAL_FLASH_Program().

#define OPTCR_BYTE0_ADDRESS   0x40023C14U

OPTCR register byte 0 (Bits[7:0]) base address.

Definition at line 383 of file stm32f4xx_hal_flash.h.

Referenced by FLASH_OB_BootConfig(), FLASH_OB_BOR_LevelConfig(), FLASH_OB_GetBOR(), FLASH_OB_UserConfig(), HAL_FLASH_OB_Launch(), and HAL_FLASHEx_AdvOBGetConfig().

#define OPTCR_BYTE1_ADDRESS   0x40023C15U

OPTCR register byte 1 (Bits[15:8]) base address.

Definition at line 387 of file stm32f4xx_hal_flash.h.

Referenced by FLASH_OB_GetRDP(), and FLASH_OB_RDP_LevelConfig().

#define OPTCR_BYTE2_ADDRESS   0x40023C16U

OPTCR register byte 2 (Bits[23:16]) base address.

Definition at line 391 of file stm32f4xx_hal_flash.h.

Referenced by FLASH_OB_DisablePCROP(), FLASH_OB_DisableWRP(), FLASH_OB_EnablePCROP(), FLASH_OB_EnableWRP(), FLASH_OB_GetWRP(), and HAL_FLASHEx_AdvOBGetConfig().

#define OPTCR_BYTE3_ADDRESS   0x40023C17U

OPTCR register byte 3 (Bits[31:24]) base address.

Definition at line 395 of file stm32f4xx_hal_flash.h.

Referenced by HAL_FLASHEx_OB_DeSelectPCROP(), and HAL_FLASHEx_OB_SelectPCROP().