|
STM32G474xx HAL用户手册
|
FLASH句柄结构定义。 更多...
#include <stm32g4xx_hal_flash.h>
数据字段 | |
| 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句柄结构定义。
Definition at line 134 of file stm32g4xx_hal_flash.h.
| __IO uint32_t FLASH_ProcessTypeDef::Address |
Definition at line 139 of file stm32g4xx_hal_flash.h.
Referenced by HAL_FLASH_IRQHandler(), and HAL_FLASH_Program_IT().
| __IO uint32_t FLASH_ProcessTypeDef::Bank |
Definition at line 140 of file stm32g4xx_hal_flash.h.
Referenced by HAL_FLASH_IRQHandler(), and HAL_FLASHEx_Erase_IT().
Definition at line 143 of file stm32g4xx_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 137 of file stm32g4xx_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 136 of file stm32g4xx_hal_flash.h.
| __IO uint32_t FLASH_ProcessTypeDef::NbPagesToErase |
Definition at line 142 of file stm32g4xx_hal_flash.h.
Referenced by HAL_FLASH_IRQHandler(), and HAL_FLASHEx_Erase_IT().
| __IO uint32_t FLASH_ProcessTypeDef::Page |
Definition at line 141 of file stm32g4xx_hal_flash.h.
Referenced by HAL_FLASH_IRQHandler(), and HAL_FLASHEx_Erase_IT().
Definition at line 138 of file stm32g4xx_hal_flash.h.
Referenced by HAL_FLASH_IRQHandler(), HAL_FLASH_Program_IT(), and HAL_FLASHEx_Erase_IT().
1.7.6.1