STM32L486xx HAL User Manual
Defines
FLASH Interrupts Definition
FLASH

FLASH Interrupt definition. More...

Defines

#define FLASH_IT_EOP   FLASH_CR_EOPIE
#define FLASH_IT_OPERR   FLASH_CR_ERRIE
#define FLASH_IT_RDERR   FLASH_CR_RDERRIE
#define FLASH_IT_ECCC   (FLASH_ECCR_ECCIE >> 24)

Detailed Description

FLASH Interrupt definition.


Define Documentation

#define FLASH_IT_ECCC   (FLASH_ECCR_ECCIE >> 24)

ECC Correction Interrupt source

Definition at line 566 of file stm32l4xx_hal_flash.h.

#define FLASH_IT_EOP   FLASH_CR_EOPIE

End of FLASH Operation Interrupt source

Definition at line 563 of file stm32l4xx_hal_flash.h.

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

#define FLASH_IT_OPERR   FLASH_CR_ERRIE

Error Interrupt source

Definition at line 564 of file stm32l4xx_hal_flash.h.

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

#define FLASH_IT_RDERR   FLASH_CR_RDERRIE

PCROP Read Error Interrupt source

Definition at line 565 of file stm32l4xx_hal_flash.h.