STM32F4xx_HAL_Driver
1.8.3
|
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... | |
void FLASH_FlushCaches | ( | void | ) |
Flush the instruction and data caches.
None |
Definition at line 1306 of file stm32f4xx_hal_flash_ex.c.
HAL_StatusTypeDef FLASH_WaitForLastOperation | ( | uint32_t | Timeout | ) |
Wait for a FLASH operation to complete.
Timeout | maximum flash operationtimeout |
HAL | Status |
Definition at line 544 of file stm32f4xx_hal_flash.c.