STM32F4xx HAL Documentation
Hardware Abstraction Layer for STM32F4 familiy
|
Flag definition. More...
Macros | |
#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_BSY FLASH_SR_BSY |
Flag definition.
#define FLASH_FLAG_EOP FLASH_SR_EOP |
#include <stm32f4xx_hal_flash.h>
FLASH End of Operation flag
Definition at line 114 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 |
#include <stm32f4xx_hal_flash.h>
FLASH operation Error flag
Definition at line 115 of file stm32f4xx_hal_flash.h.
Referenced by FLASH_SetErrorCode(), FLASH_WaitForLastOperation(), HAL_FLASH_IRQHandler(), and HAL_FLASHEx_Erase_IT().
#define FLASH_FLAG_WRPERR FLASH_SR_WRPERR |
#include <stm32f4xx_hal_flash.h>
FLASH Write protected error flag
Definition at line 116 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 |
#include <stm32f4xx_hal_flash.h>
FLASH Programming Alignment error flag
Definition at line 117 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 |
#include <stm32f4xx_hal_flash.h>
FLASH Programming Parallelism error flag
Definition at line 118 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 |
#include <stm32f4xx_hal_flash.h>
FLASH Programming Sequence error flag
Definition at line 119 of file stm32f4xx_hal_flash.h.
Referenced by FLASH_SetErrorCode(), FLASH_WaitForLastOperation(), HAL_FLASH_IRQHandler(), and HAL_FLASHEx_Erase_IT().
#define FLASH_FLAG_BSY FLASH_SR_BSY |
#include <stm32f4xx_hal_flash.h>
FLASH Busy flag
Definition at line 123 of file stm32f4xx_hal_flash.h.
Referenced by FLASH_WaitForLastOperation().