FLASH handle Structure definition
More...
#include <stm32f4xx_hal_flash.h>
Public Attributes | |
__IO uint32_t | Address |
__IO uint32_t | Bank |
__IO uint32_t | ErrorCode |
HAL_LockTypeDef | Lock |
__IO uint32_t | NbSectorsToErase |
__IO FLASH_ProcedureTypeDef | ProcedureOnGoing |
__IO uint32_t | Sector |
__IO uint8_t | VoltageForErase |
__IO uint32_t | VoltageForErase |
FLASH handle Structure definition
FLASH handle Structure definition.
Definition at line 58 of file stm32f407/stm32f407g-disc1/Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_flash.h.
__IO uint32_t FLASH_ProcessTypeDef::Address |
Internal variable to save address selected for program
Definition at line 70 of file stm32f407/stm32f407g-disc1/Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_flash.h.
__IO uint32_t FLASH_ProcessTypeDef::Bank |
Definition at line 68 of file stm32f407/stm32f407g-disc1/Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_flash.h.
__IO uint32_t FLASH_ProcessTypeDef::ErrorCode |
FLASH error code
Definition at line 74 of file stm32f407/stm32f407g-disc1/Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_flash.h.
HAL_LockTypeDef FLASH_ProcessTypeDef::Lock |
FLASH locking object
Definition at line 72 of file stm32f407/stm32f407g-disc1/Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_flash.h.
__IO uint32_t FLASH_ProcessTypeDef::NbSectorsToErase |
Internal variable to save the remaining sectors to erase in IT context
Definition at line 62 of file stm32f407/stm32f407g-disc1/Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_flash.h.
__IO FLASH_ProcedureTypeDef FLASH_ProcessTypeDef::ProcedureOnGoing |
Internal variable to indicate which procedure is ongoing or not in IT context
Definition at line 60 of file stm32f407/stm32f407g-disc1/Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_flash.h.
__IO uint32_t FLASH_ProcessTypeDef::Sector |
Internal variable to define the current sector which is erasing
Definition at line 66 of file stm32f407/stm32f407g-disc1/Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_flash.h.
__IO uint32_t FLASH_ProcessTypeDef::VoltageForErase |
Internal variable to provide voltage range selected by user in IT context
Definition at line 64 of file stm32f407/stm32f407g-disc1/Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_flash.h.
__IO uint32_t FLASH_ProcessTypeDef::VoltageForErase |
Internal variable to provide voltage range selected by user in IT context
Definition at line 69 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_flash.h.