|
STM32F4xx HAL Driver master
STM32CubeF4 HAL / LL Drivers API Reference
|
FLASH handle Structure definition. More...
#include <stm32f4xx_hal_flash.h>
Public Attributes | |
| volatile FLASH_ProcedureTypeDef | ProcedureOnGoing |
| volatile uint32_t | NbSectorsToErase |
| volatile uint8_t | VoltageForErase |
| volatile uint32_t | Sector |
| volatile uint32_t | Bank |
| volatile uint32_t | Address |
| HAL_LockTypeDef | Lock |
| volatile uint32_t | ErrorCode |
FLASH handle Structure definition.
Definition at line 56 of file stm32f4xx_hal_flash.h.
| volatile uint32_t FLASH_ProcessTypeDef::Address |
Definition at line 68 of file stm32f4xx_hal_flash.h.
| volatile uint32_t FLASH_ProcessTypeDef::Bank |
Definition at line 66 of file stm32f4xx_hal_flash.h.
| volatile uint32_t FLASH_ProcessTypeDef::ErrorCode |
Definition at line 72 of file stm32f4xx_hal_flash.h.
| HAL_LockTypeDef FLASH_ProcessTypeDef::Lock |
Definition at line 70 of file stm32f4xx_hal_flash.h.
| volatile uint32_t FLASH_ProcessTypeDef::NbSectorsToErase |
Definition at line 60 of file stm32f4xx_hal_flash.h.
| volatile FLASH_ProcedureTypeDef FLASH_ProcessTypeDef::ProcedureOnGoing |
Definition at line 58 of file stm32f4xx_hal_flash.h.
| volatile uint32_t FLASH_ProcessTypeDef::Sector |
Definition at line 64 of file stm32f4xx_hal_flash.h.
| volatile uint8_t FLASH_ProcessTypeDef::VoltageForErase |
Definition at line 62 of file stm32f4xx_hal_flash.h.