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

Data Structures

struct  FLASH_ProcessTypeDef
 FLASH handle Structure definition. More...

Enumerations

enum  FLASH_ProcedureTypeDef {
  FLASH_PROC_NONE = 0U, FLASH_PROC_SECTERASE_BANK1, FLASH_PROC_MASSERASE_BANK1, FLASH_PROC_PROGRAM_BANK1,
  FLASH_PROC_SECTERASE_BANK2, FLASH_PROC_MASSERASE_BANK2, FLASH_PROC_PROGRAM_BANK2, FLASH_PROC_ALLBANK_MASSERASE
}
 FLASH Procedure structure definition. More...

Enumeration Type Documentation

FLASH Procedure structure definition.

Enumerator:
FLASH_PROC_NONE 
FLASH_PROC_SECTERASE_BANK1 
FLASH_PROC_MASSERASE_BANK1 
FLASH_PROC_PROGRAM_BANK1 
FLASH_PROC_SECTERASE_BANK2 
FLASH_PROC_MASSERASE_BANK2 
FLASH_PROC_PROGRAM_BANK2 
FLASH_PROC_ALLBANK_MASSERASE 

Definition at line 45 of file stm32h7xx_hal_flash.h.