__HAL_FLASH_ENABLE_IT macro
Enable the specified FLASH interrupt.
Syntax
#define __HAL_FLASH_ENABLE_IT(__INTERRUPT__) (FLASH->CR |= (__INTERRUPT__)) Arguments
__INTERRUPT__
FLASH interrupt This parameter can be any combination of the following values: @arg FLASH_IT_EOP: End of FLASH Operation Interrupt @arg FLASH_IT_ERR: Error Interrupt
Return value
none