HAL
HAL_FLASH_EndOfOperationCallback() is only used within HAL.
 
Symbols
loading...
Files
loading...
CodeScopeSTM32 Libraries and SamplesHALHAL_FLASH_EndOfOperationCallback()

HAL_FLASH_EndOfOperationCallback() function

FLASH end of operation interrupt callback

Syntax

void HAL_FLASH_EndOfOperationCallback(uint32_t ReturnValue);
Implemented in stm32f4xx_hal_flash.c:382

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 which has been erased (if 0xFFFFFFFFU, it means that all the selected sectors have been erased) Program: Address which was selected for data program

Return value

None

References

LocationReferrerText
stm32f4xx_hal_flash.c:382
__weak void HAL_FLASH_EndOfOperationCallback(uint32_t ReturnValue)
stm32f4xx_hal_flash.h:311
void HAL_FLASH_EndOfOperationCallback(uint32_t ReturnValue);
stm32f4xx_hal_flash.c:315HAL_FLASH_IRQHandler()
HAL_FLASH_EndOfOperationCallback(addresstmp);
stm32f4xx_hal_flash.c:333HAL_FLASH_IRQHandler()
HAL_FLASH_EndOfOperationCallback(addresstmp);
stm32f4xx_hal_flash.c:345HAL_FLASH_IRQHandler()
HAL_FLASH_EndOfOperationCallback(pFlash.Bank);
stm32f4xx_hal_flash.c:351HAL_FLASH_IRQHandler()
HAL_FLASH_EndOfOperationCallback(pFlash.Address);

Call Tree

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