|
STM32F479xx HAL User Manual
|
FLASH Interrupt definition. More...
Defines | |
| #define | FLASH_IT_EOP FLASH_CR_EOPIE |
| #define | FLASH_IT_ERR 0x02000000U |
FLASH Interrupt definition.
| #define FLASH_IT_EOP FLASH_CR_EOPIE |
End of FLASH Operation Interrupt source
Definition at line 134 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 135 of file stm32f4xx_hal_flash.h.
Referenced by HAL_FLASH_IRQHandler(), HAL_FLASH_Program_IT(), and HAL_FLASHEx_Erase_IT().
1.7.6.1