STM32L486xx HAL User Manual
Data Structures | Enumerations
FLASH Exported Types
FLASH

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...

Enumeration Type Documentation

FLASH Cache structure definition.

Enumerator:
FLASH_CACHE_DISABLED 
FLASH_CACHE_ICACHE_ENABLED 
FLASH_CACHE_DCACHE_ENABLED 
FLASH_CACHE_ICACHE_DCACHE_ENABLED 

Definition at line 129 of file stm32l4xx_hal_flash.h.

FLASH Procedure structure definition.

Enumerator:
FLASH_PROC_NONE 
FLASH_PROC_PAGE_ERASE 
FLASH_PROC_MASS_ERASE 
FLASH_PROC_PROGRAM 
FLASH_PROC_PROGRAM_LAST 

Definition at line 117 of file stm32l4xx_hal_flash.h.