NOR handle Structure definition. More...
#include <stm32f7xx_hal_nor.h>
Public Attributes | |
FMC_NORSRAM_EXTENDED_TypeDef * | Extended |
FMC_NORSRAM_InitTypeDef | Init |
FMC_NORSRAM_TypeDef * | Instance |
HAL_LockTypeDef | Lock |
__IO HAL_NOR_StateTypeDef | State |
NOR handle Structure definition.
Definition at line 109 of file stm32f7xx_hal_nor.h.
FMC_NORSRAM_EXTENDED_TypeDef* NOR_HandleTypeDef::Extended |
Extended mode register base address
Definition at line 115 of file stm32f7xx_hal_nor.h.
FMC_NORSRAM_InitTypeDef NOR_HandleTypeDef::Init |
NOR device control configuration parameters
Definition at line 117 of file stm32f7xx_hal_nor.h.
FMC_NORSRAM_TypeDef* NOR_HandleTypeDef::Instance |
Register base address
Definition at line 113 of file stm32f7xx_hal_nor.h.
HAL_LockTypeDef NOR_HandleTypeDef::Lock |
NOR locking object
Definition at line 119 of file stm32f7xx_hal_nor.h.
__IO HAL_NOR_StateTypeDef NOR_HandleTypeDef::State |
NOR device access state
Definition at line 121 of file stm32f7xx_hal_nor.h.