|
STM32L4xx_HAL_Driver
1.14.0
|
Functions | |
| HAL_StatusTypeDef | FLASH_WaitForLastOperation (uint32_t Timeout) |
| Wait for a FLASH operation to complete. More... | |
| static void | FLASH_Program_DoubleWord (uint32_t Address, uint64_t Data) |
| Program double-word (64-bit) at a specified address. More... | |
| static void | FLASH_Program_Fast (uint32_t Address, uint32_t DataAddress) |
| Fast program a row double-word (64-bit) at a specified address. More... | |
|
static |
Program double-word (64-bit) at a specified address.
| Address | specifies the address to be programmed. |
| Data | specifies the data to be programmed. |
| None |
Definition at line 700 of file stm32l4xx_hal_flash.c.
|
static |
Fast program a row double-word (64-bit) at a specified address.
| Address | specifies the address to be programmed. |
| DataAddress | specifies the address where the data are stored. |
| None |
Definition at line 725 of file stm32l4xx_hal_flash.c.
| HAL_StatusTypeDef FLASH_WaitForLastOperation | ( | uint32_t | Timeout | ) |
Wait for a FLASH operation to complete.
| Timeout | maximum flash operation timeout |
| HAL_StatusTypeDef | HAL Status |
Definition at line 649 of file stm32l4xx_hal_flash.c.