STM32F439xx HAL User Manual
Data Fields
NOR_HandleTypeDef Struct Reference

NOR handle Structure definition. More...

#include <stm32f4xx_hal_nor.h>

Data Fields

FMC_NORSRAM_TypeDef * Instance
FMC_NORSRAM_EXTENDED_TypeDef * Extended
FMC_NORSRAM_InitTypeDef Init
HAL_LockTypeDef Lock
__IO HAL_NOR_StateTypeDef State

Detailed Description

NOR handle Structure definition.

Definition at line 134 of file stm32f4xx_hal_nor.h.


Field Documentation

FMC_NORSRAM_EXTENDED_TypeDef* NOR_HandleTypeDef::Extended

Extended mode register base address

Definition at line 138 of file stm32f4xx_hal_nor.h.

Referenced by HAL_NOR_DeInit(), and HAL_NOR_Init().

FMC_NORSRAM_InitTypeDef NOR_HandleTypeDef::Init
FMC_NORSRAM_TypeDef* NOR_HandleTypeDef::Instance

Register base address

Definition at line 136 of file stm32f4xx_hal_nor.h.

Referenced by HAL_NOR_DeInit(), HAL_NOR_Init(), HAL_NOR_WriteOperation_Disable(), and HAL_NOR_WriteOperation_Enable().

HAL_LockTypeDef NOR_HandleTypeDef::Lock

NOR locking object

Definition at line 142 of file stm32f4xx_hal_nor.h.

Referenced by HAL_NOR_Init().


The documentation for this struct was generated from the following file: