STM32F4xx_HAL_Driver  1.8.3
FLASH Private Functions
+ Collaboration diagram for FLASH Private Functions:

Functions

void FLASH_FlushCaches (void)
 Flush the instruction and data caches. More...
 
HAL_StatusTypeDef FLASH_WaitForLastOperation (uint32_t Timeout)
 Wait for a FLASH operation to complete. More...
 

Detailed Description

Function Documentation

◆ FLASH_FlushCaches()

void FLASH_FlushCaches ( void  )

Flush the instruction and data caches.

Return values
None

Definition at line 1306 of file stm32f4xx_hal_flash_ex.c.

◆ FLASH_WaitForLastOperation()

HAL_StatusTypeDef FLASH_WaitForLastOperation ( uint32_t  Timeout)

Wait for a FLASH operation to complete.

Parameters
Timeoutmaximum flash operationtimeout
Return values
HALStatus

Definition at line 544 of file stm32f4xx_hal_flash.c.