STM32F439xx HAL User Manual
Defines
FLASH Flag definition
FLASH Exported Constants

Flag definition. More...

Defines

#define FLASH_FLAG_EOP   FLASH_SR_EOP
#define FLASH_FLAG_OPERR   FLASH_SR_SOP
#define FLASH_FLAG_WRPERR   FLASH_SR_WRPERR
#define FLASH_FLAG_PGAERR   FLASH_SR_PGAERR
#define FLASH_FLAG_PGPERR   FLASH_SR_PGPERR
#define FLASH_FLAG_PGSERR   FLASH_SR_PGSERR
#define FLASH_FLAG_RDERR   FLASH_SR_RDERR
#define FLASH_FLAG_BSY   FLASH_SR_BSY

Detailed Description

Flag definition.


Define Documentation

#define FLASH_FLAG_BSY   FLASH_SR_BSY

FLASH Busy flag

Definition at line 141 of file stm32f4xx_hal_flash.h.

Referenced by FLASH_WaitForLastOperation().

#define FLASH_FLAG_EOP   FLASH_SR_EOP

FLASH End of Operation flag

Definition at line 132 of file stm32f4xx_hal_flash.h.

Referenced by FLASH_WaitForLastOperation(), HAL_FLASH_IRQHandler(), and HAL_FLASHEx_Erase_IT().

#define FLASH_FLAG_OPERR   FLASH_SR_SOP

FLASH operation Error flag

Definition at line 133 of file stm32f4xx_hal_flash.h.

Referenced by FLASH_SetErrorCode(), FLASH_WaitForLastOperation(), HAL_FLASH_IRQHandler(), and HAL_FLASHEx_Erase_IT().

#define FLASH_FLAG_PGAERR   FLASH_SR_PGAERR

FLASH Programming Alignment error flag

Definition at line 135 of file stm32f4xx_hal_flash.h.

Referenced by FLASH_SetErrorCode(), FLASH_WaitForLastOperation(), HAL_FLASH_IRQHandler(), and HAL_FLASHEx_Erase_IT().

#define FLASH_FLAG_PGPERR   FLASH_SR_PGPERR

FLASH Programming Parallelism error flag

Definition at line 136 of file stm32f4xx_hal_flash.h.

Referenced by FLASH_SetErrorCode(), FLASH_WaitForLastOperation(), HAL_FLASH_IRQHandler(), and HAL_FLASHEx_Erase_IT().

#define FLASH_FLAG_PGSERR   FLASH_SR_PGSERR

FLASH Programming Sequence error flag

Definition at line 137 of file stm32f4xx_hal_flash.h.

Referenced by FLASH_SetErrorCode(), FLASH_WaitForLastOperation(), HAL_FLASH_IRQHandler(), and HAL_FLASHEx_Erase_IT().

#define FLASH_FLAG_RDERR   FLASH_SR_RDERR

Read Protection error flag (PCROP)

Definition at line 139 of file stm32f4xx_hal_flash.h.

Referenced by FLASH_SetErrorCode(), FLASH_WaitForLastOperation(), and HAL_FLASH_IRQHandler().

#define FLASH_FLAG_WRPERR   FLASH_SR_WRPERR

FLASH Write protected error flag

Definition at line 134 of file stm32f4xx_hal_flash.h.

Referenced by FLASH_SetErrorCode(), FLASH_WaitForLastOperation(), HAL_FLASH_IRQHandler(), and HAL_FLASHEx_Erase_IT().