Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of TUKS-COURSE-TIMER by
Functions | |
| HAL_StatusTypeDef | FLASH_WaitForLastOperation (uint32_t Timeout) |
| Wait for a FLASH operation to complete. | |
| void | FLASH_PageErase (uint32_t Page, uint32_t Banks) |
| Erase the specified FLASH memory page. | |
| void | FLASH_FlushCaches (void) |
| Flush the instruction and data caches. | |
| static void | FLASH_SetErrorCode (void) |
| Set the specific FLASH error flag. | |
| static void | FLASH_Program_DoubleWord (uint32_t Address, uint64_t Data) |
| Program double-word (64-bit) at a specified address. | |
| static void | FLASH_Program_Fast (uint32_t Address, uint32_t DataAddress) |
| Fast program a 32 row double-word (64-bit) at a specified address. | |
Function Documentation
| void FLASH_FlushCaches | ( | void | ) |
Flush the instruction and data caches.
- Return values:
-
None
Definition at line 430 of file stm32l4xx_hal_flash_ex.c.
| void FLASH_PageErase | ( | uint32_t | Page, |
| uint32_t | Banks | ||
| ) |
Erase the specified FLASH memory page.
- Parameters:
-
Page,: FLASH page to erase This parameter must be a value between 0 and (max number of pages in the bank - 1) Banks,: Bank(s) where the page will be erased This parameter can be one or a combination of the following values: - FLASH_BANK_1: Page in bank 1 to be erased
- FLASH_BANK_2: Page in bank 2 to be erased
- Return values:
-
None
Definition at line 403 of file stm32l4xx_hal_flash_ex.c.
| static void FLASH_Program_DoubleWord | ( | uint32_t | Address, |
| uint64_t | Data | ||
| ) | [static] |
Program double-word (64-bit) at a specified address.
- Parameters:
-
Address,: specifies the address to be programmed. Data,: specifies the data to be programmed.
- Return values:
-
None
Definition at line 734 of file stm32l4xx_hal_flash.c.
| static void FLASH_Program_Fast | ( | uint32_t | Address, |
| uint32_t | DataAddress | ||
| ) | [static] |
Fast program a 32 row double-word (64-bit) at a specified address.
- Parameters:
-
Address,: specifies the address to be programmed. DataAddress,: specifies the address where the data are stored.
- Return values:
-
None
Definition at line 753 of file stm32l4xx_hal_flash.c.
| static void FLASH_SetErrorCode | ( | void | ) | [static] |
Set the specific FLASH error flag.
- Return values:
-
None
Definition at line 659 of file stm32l4xx_hal_flash.c.
| HAL_StatusTypeDef FLASH_WaitForLastOperation | ( | uint32_t | Timeout ) |
Wait for a FLASH operation to complete.
- Parameters:
-
Timeout,: maximum flash operation timeout
- Return values:
-
HAL_StatusTypeDef HAL Status
Definition at line 608 of file stm32l4xx_hal_flash.c.
Generated on Tue Jul 12 2022 17:38:53 by
1.7.2
