HAL
HAL_FLASH_OperationErrorCallback() is only used within HAL.
 
Symbols
loading...
Files
loading...
CodeScopeSTM32 Libraries and SamplesHALHAL_FLASH_OperationErrorCallback()

HAL_FLASH_OperationErrorCallback() function

FLASH operation error interrupt callback

Syntax

void HAL_FLASH_OperationErrorCallback(uint32_t ReturnValue);
Implemented in stm32f4xx_hal_flash.c:399

Arguments

ReturnValue

The value saved in this parameter depends on the ongoing procedure Mass Erase: Bank number which has been requested to erase Sectors Erase: Sector number which returned an error Program: Address which was selected for data program

Return value

None

References

LocationReferrerText
stm32f4xx_hal_flash.c:399
__weak void HAL_FLASH_OperationErrorCallback(uint32_t ReturnValue)
stm32f4xx_hal_flash.h:312
void HAL_FLASH_OperationErrorCallback(uint32_t ReturnValue);
stm32f4xx_hal_flash.c:293HAL_FLASH_IRQHandler()
HAL_FLASH_OperationErrorCallback(addresstmp);

Call Tree

Functions calling HAL_FLASH_OperationErrorCallback()
all items filtered out
HAL_FLASH_OperationErrorCallback()
Data read by HAL_FLASH_OperationErrorCallback()
HAL_FLASH_OperationErrorCallback()