__HAL_FLASH_DISABLE_IT macro
Disable the specified FLASH interrupt.
Syntax
#define __HAL_FLASH_DISABLE_IT(__INTERRUPT__) (FLASH->CR &= ~(uint32_t)(__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