|
STM32L443xx HAL User Manual
|
FLASH handle Structure definition. More...
#include <stm32l4xx_hal_flash.h>
Data Fields | |
| HAL_LockTypeDef | Lock |
| __IO uint32_t | ErrorCode |
| __IO FLASH_ProcedureTypeDef | ProcedureOnGoing |
| __IO uint32_t | Address |
| __IO uint32_t | Bank |
| __IO uint32_t | Page |
| __IO uint32_t | NbPagesToErase |
| __IO FLASH_CacheTypeDef | CacheToReactivate |
FLASH handle Structure definition.
Definition at line 122 of file stm32l4xx_hal_flash.h.
| __IO uint32_t FLASH_ProcessTypeDef::Address |
Definition at line 127 of file stm32l4xx_hal_flash.h.
Referenced by HAL_FLASH_IRQHandler(), and HAL_FLASH_Program_IT().
| __IO uint32_t FLASH_ProcessTypeDef::Bank |
Definition at line 128 of file stm32l4xx_hal_flash.h.
Referenced by HAL_FLASH_IRQHandler(), and HAL_FLASHEx_Erase_IT().
Definition at line 131 of file stm32l4xx_hal_flash.h.
Referenced by FLASH_FlushCaches(), HAL_FLASH_Program(), HAL_FLASH_Program_IT(), HAL_FLASHEx_Erase(), and HAL_FLASHEx_Erase_IT().
| __IO uint32_t FLASH_ProcessTypeDef::ErrorCode |
Definition at line 125 of file stm32l4xx_hal_flash.h.
Referenced by FLASH_WaitForLastOperation(), HAL_FLASH_GetError(), HAL_FLASH_IRQHandler(), HAL_FLASH_Program(), HAL_FLASH_Program_IT(), HAL_FLASHEx_Erase(), HAL_FLASHEx_Erase_IT(), and HAL_FLASHEx_OBProgram().
| HAL_LockTypeDef FLASH_ProcessTypeDef::Lock |
Definition at line 124 of file stm32l4xx_hal_flash.h.
| __IO uint32_t FLASH_ProcessTypeDef::NbPagesToErase |
Definition at line 130 of file stm32l4xx_hal_flash.h.
Referenced by HAL_FLASH_IRQHandler(), and HAL_FLASHEx_Erase_IT().
| __IO uint32_t FLASH_ProcessTypeDef::Page |
Definition at line 129 of file stm32l4xx_hal_flash.h.
Referenced by HAL_FLASH_IRQHandler(), and HAL_FLASHEx_Erase_IT().
Definition at line 126 of file stm32l4xx_hal_flash.h.
Referenced by HAL_FLASH_IRQHandler(), HAL_FLASH_Program_IT(), and HAL_FLASHEx_Erase_IT().
1.7.6.1