STM32F439xx HAL User Manual
Defines
FLASH Interrupt definition
FLASH Exported Constants

FLASH Interrupt definition. More...

Defines

#define FLASH_IT_EOP   FLASH_CR_EOPIE
#define FLASH_IT_ERR   0x02000000U

Detailed Description

FLASH Interrupt definition.


Define Documentation

#define FLASH_IT_EOP   FLASH_CR_EOPIE

End of FLASH Operation Interrupt source

Definition at line 150 of file stm32f4xx_hal_flash.h.

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

#define FLASH_IT_ERR   0x02000000U

Error Interrupt source

Definition at line 151 of file stm32f4xx_hal_flash.h.

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