|
STM32L443xx HAL User Manual
|
Data Structures | |
| struct | FLASH_EraseInitTypeDef |
| FLASH Erase structure definition. More... | |
| struct | FLASH_OBProgramInitTypeDef |
| FLASH Option Bytes Program structure definition. More... | |
| struct | FLASH_ProcessTypeDef |
| FLASH handle Structure definition. More... | |
Enumerations | |
| enum | FLASH_ProcedureTypeDef { FLASH_PROC_NONE = 0, FLASH_PROC_PAGE_ERASE, FLASH_PROC_MASS_ERASE, FLASH_PROC_PROGRAM, FLASH_PROC_PROGRAM_LAST } |
| FLASH Procedure structure definition. More... | |
| enum | FLASH_CacheTypeDef { FLASH_CACHE_DISABLED = 0, FLASH_CACHE_ICACHE_ENABLED, FLASH_CACHE_DCACHE_ENABLED, FLASH_CACHE_ICACHE_DCACHE_ENABLED } |
| FLASH Cache structure definition. More... | |
| enum FLASH_CacheTypeDef |
FLASH Cache structure definition.
| FLASH_CACHE_DISABLED | |
| FLASH_CACHE_ICACHE_ENABLED | |
| FLASH_CACHE_DCACHE_ENABLED | |
| FLASH_CACHE_ICACHE_DCACHE_ENABLED |
Definition at line 111 of file stm32l4xx_hal_flash.h.
FLASH Procedure structure definition.
| FLASH_PROC_NONE | |
| FLASH_PROC_PAGE_ERASE | |
| FLASH_PROC_MASS_ERASE | |
| FLASH_PROC_PROGRAM | |
| FLASH_PROC_PROGRAM_LAST |
Definition at line 99 of file stm32l4xx_hal_flash.h.
1.7.6.1