|
STM32F479xx HAL User Manual
|
FLASH handle Structure definition. More...
#include <stm32f4xx_hal_flash.h>
Data Fields | |
| __IO FLASH_ProcedureTypeDef | ProcedureOnGoing |
| __IO uint32_t | NbSectorsToErase |
| __IO uint8_t | VoltageForErase |
| __IO uint32_t | Sector |
| __IO uint32_t | Bank |
| __IO uint32_t | Address |
| HAL_LockTypeDef | Lock |
| __IO uint32_t | ErrorCode |
FLASH handle Structure definition.
Definition at line 58 of file stm32f4xx_hal_flash.h.
| __IO uint32_t FLASH_ProcessTypeDef::Address |
Definition at line 70 of file stm32f4xx_hal_flash.h.
Referenced by HAL_FLASH_IRQHandler(), and HAL_FLASH_Program_IT().
| __IO uint32_t FLASH_ProcessTypeDef::Bank |
Definition at line 68 of file stm32f4xx_hal_flash.h.
Referenced by HAL_FLASH_IRQHandler(), and HAL_FLASHEx_Erase_IT().
| __IO uint32_t FLASH_ProcessTypeDef::ErrorCode |
Definition at line 74 of file stm32f4xx_hal_flash.h.
Referenced by FLASH_SetErrorCode(), FLASH_WaitForLastOperation(), and HAL_FLASH_GetError().
| HAL_LockTypeDef FLASH_ProcessTypeDef::Lock |
Definition at line 72 of file stm32f4xx_hal_flash.h.
| __IO uint32_t FLASH_ProcessTypeDef::NbSectorsToErase |
Definition at line 62 of file stm32f4xx_hal_flash.h.
Referenced by HAL_FLASH_IRQHandler(), and HAL_FLASHEx_Erase_IT().
Definition at line 60 of file stm32f4xx_hal_flash.h.
Referenced by HAL_FLASH_IRQHandler(), HAL_FLASH_Program_IT(), and HAL_FLASHEx_Erase_IT().
| __IO uint32_t FLASH_ProcessTypeDef::Sector |
Definition at line 66 of file stm32f4xx_hal_flash.h.
Referenced by HAL_FLASH_IRQHandler(), and HAL_FLASHEx_Erase_IT().
| __IO uint8_t FLASH_ProcessTypeDef::VoltageForErase |
Definition at line 64 of file stm32f4xx_hal_flash.h.
Referenced by HAL_FLASH_IRQHandler(), and HAL_FLASHEx_Erase_IT().
1.7.6.1