STM32F103xB HAL User Manual
Defines
Interrupt definition
FLASH Constants

FLASH Interrupt definition. More...

Defines

#define FLASH_IT_EOP   FLASH_CR_EOPIE
#define FLASH_IT_ERR   FLASH_CR_ERRIE

Detailed Description

FLASH Interrupt definition.


Define Documentation

#define FLASH_IT_EOP   FLASH_CR_EOPIE

End of FLASH Operation Interrupt source

Definition at line 557 of file stm32f1xx_hal_flash_ex.h.

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

#define FLASH_IT_ERR   FLASH_CR_ERRIE

Error Interrupt source

Definition at line 558 of file stm32f1xx_hal_flash_ex.h.

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