STM32F103xB HAL User Manual
Defines
FLASHEx Private Constants
FLASHEx

Defines

#define FLASH_POSITION_IWDGSW_BIT   FLASH_OBR_IWDG_SW_Pos
#define FLASH_POSITION_OB_USERDATA0_BIT   FLASH_OBR_DATA0_Pos
#define FLASH_POSITION_OB_USERDATA1_BIT   FLASH_OBR_DATA1_Pos
#define FLASH_SIZE_DATA_REGISTER   0x1FFFF7E0U
#define OBR_REG_INDEX   1U
#define SR_FLAG_MASK   ((uint32_t)(FLASH_SR_BSY | FLASH_SR_PGERR | FLASH_SR_WRPRTERR | FLASH_SR_EOP))

Define Documentation

#define FLASH_POSITION_IWDGSW_BIT   FLASH_OBR_IWDG_SW_Pos

Definition at line 76 of file stm32f1xx_hal_flash_ex.c.

Referenced by FLASH_OB_GetUser().

#define FLASH_POSITION_OB_USERDATA0_BIT   FLASH_OBR_DATA0_Pos

Definition at line 77 of file stm32f1xx_hal_flash_ex.c.

Referenced by HAL_FLASHEx_OBGetUserData().

#define FLASH_POSITION_OB_USERDATA1_BIT   FLASH_OBR_DATA1_Pos

Definition at line 78 of file stm32f1xx_hal_flash_ex.c.

Referenced by HAL_FLASHEx_OBGetUserData().

#define FLASH_SIZE_DATA_REGISTER   0x1FFFF7E0U

Definition at line 43 of file stm32f1xx_hal_flash_ex.h.

#define OBR_REG_INDEX   1U

Definition at line 44 of file stm32f1xx_hal_flash_ex.h.

#define SR_FLAG_MASK   ((uint32_t)(FLASH_SR_BSY | FLASH_SR_PGERR | FLASH_SR_WRPRTERR | FLASH_SR_EOP))

Definition at line 45 of file stm32f1xx_hal_flash_ex.h.