HAL + 0/3 examples
CodeScope will show references to NOR_HandleTypeDef from the following samples and libraries:
Drivers
Boards
Examples
STM32469I_EVAL
Examples
FMC
 
Symbols
loading...
Files
loading...

NOR_HandleTypeDef struct

Syntax

typedef struct #endif {   FMC_NORSRAM_TypeDef           *Instance;       FMC_NORSRAM_EXTENDED_TypeDef  *Extended;       FMC_NORSRAM_InitTypeDef       Init;            HAL_LockTypeDef               Lock;            __IO HAL_NOR_StateTypeDef     State;           uint32_t                      CommandSet;    #if (USE_HAL_NOR_REGISTER_CALLBACKS == 1)   void (* MspInitCallback)(struct __NOR_HandleTypeDef *hnor);                  void (* MspDeInitCallback)(struct __NOR_HandleTypeDef *hnor);              #endif  } NOR_HandleTypeDef;

Fields

Instance

Register base address. Read more...

Extended

Extended mode register base address. Read more...

Init

NOR device control configuration parameters. Read more...

Lock

NOR locking object. Read more...

State

NOR device access state. Read more...

CommandSet

NOR algorithm command set and control. Read more...

Examples

NOR_HandleTypeDef is referenced by 3 libraries and example projects.

References

LocationReferrerScopeText
stm32f4xx_hal_nor.h:113
typedef struct
stm32f4xx_hal_nor.h:133
stm32f4xx_hal_nor.c:234HAL_NOR_Init()::hnorHAL_NOR_Init()
HAL_StatusTypeDef HAL_NOR_Init(NOR_HandleTypeDef *hnor, FMC_NORSRAM_TimingTypeDef *Timing,
stm32f4xx_hal_nor.c:343HAL_NOR_DeInit()::hnorHAL_NOR_DeInit()
HAL_StatusTypeDef HAL_NOR_DeInit(NOR_HandleTypeDef *hnor)
stm32f4xx_hal_nor.c:376HAL_NOR_MspInit()::hnorHAL_NOR_MspInit()
__weak void HAL_NOR_MspInit(NOR_HandleTypeDef *hnor)
stm32f4xx_hal_nor.c:392HAL_NOR_MspDeInit()::hnorHAL_NOR_MspDeInit()
__weak void HAL_NOR_MspDeInit(NOR_HandleTypeDef *hnor)
stm32f4xx_hal_nor.c:409HAL_NOR_MspWait()::hnorHAL_NOR_MspWait()
__weak void HAL_NOR_MspWait(NOR_HandleTypeDef *hnor, uint32_t Timeout)
stm32f4xx_hal_nor.c:445HAL_NOR_Read_ID()::hnorHAL_NOR_Read_ID()
HAL_StatusTypeDef HAL_NOR_Read_ID(NOR_HandleTypeDef *hnor, NOR_IDTypeDef *pNOR_ID)
stm32f4xx_hal_nor.c:549HAL_NOR_ReturnToReadMode()::hnorHAL_NOR_ReturnToReadMode()
HAL_StatusTypeDef HAL_NOR_ReturnToReadMode(NOR_HandleTypeDef *hnor)
stm32f4xx_hal_nor.c:627HAL_NOR_Read()::hnorHAL_NOR_Read()
HAL_StatusTypeDef HAL_NOR_Read(NOR_HandleTypeDef *hnor, uint32_t *pAddress, uint16_t *pData)
stm32f4xx_hal_nor.c:727HAL_NOR_Program()::hnorHAL_NOR_Program()
HAL_StatusTypeDef HAL_NOR_Program(NOR_HandleTypeDef *hnor, uint32_t *pAddress, uint16_t *pData)
stm32f4xx_hal_nor.c:821HAL_NOR_ReadBuffer()::hnorHAL_NOR_ReadBuffer()
HAL_StatusTypeDef HAL_NOR_ReadBuffer(NOR_HandleTypeDef *hnor, uint32_t uwAddress, uint16_t *pData,
stm32f4xx_hal_nor.c:932HAL_NOR_ProgramBuffer()::hnorHAL_NOR_ProgramBuffer()
HAL_StatusTypeDef HAL_NOR_ProgramBuffer(NOR_HandleTypeDef *hnor, uint32_t uwAddress, uint16_t *pData,
stm32f4xx_hal_nor.c:1052HAL_NOR_Erase_Block()::hnorHAL_NOR_Erase_Block()
HAL_StatusTypeDef HAL_NOR_Erase_Block(NOR_HandleTypeDef *hnor, uint32_t BlockAddress, uint32_t Address)
stm32f4xx_hal_nor.c:1148HAL_NOR_Erase_Chip()::hnorHAL_NOR_Erase_Chip()
HAL_StatusTypeDef HAL_NOR_Erase_Chip(NOR_HandleTypeDef *hnor, uint32_t Address)
stm32f4xx_hal_nor.c:1238HAL_NOR_Read_CFI()::hnorHAL_NOR_Read_CFI()
HAL_StatusTypeDef HAL_NOR_Read_CFI(NOR_HandleTypeDef *hnor, NOR_CFITypeDef *pNOR_CFI)
stm32f4xx_hal_nor.c:1425HAL_NOR_WriteOperation_Enable()::hnorHAL_NOR_WriteOperation_Enable()
HAL_StatusTypeDef HAL_NOR_WriteOperation_Enable(NOR_HandleTypeDef *hnor)
stm32f4xx_hal_nor.c:1459HAL_NOR_WriteOperation_Disable()::hnorHAL_NOR_WriteOperation_Disable()
HAL_StatusTypeDef HAL_NOR_WriteOperation_Disable(NOR_HandleTypeDef *hnor)
stm32f4xx_hal_nor.c:1512HAL_NOR_GetState()::hnorHAL_NOR_GetState()
HAL_NOR_StateTypeDef HAL_NOR_GetState(const NOR_HandleTypeDef *hnor)
stm32f4xx_hal_nor.c:1526HAL_NOR_GetStatus()::hnorHAL_NOR_GetStatus()
HAL_NOR_StatusTypeDef HAL_NOR_GetStatus(NOR_HandleTypeDef *hnor, uint32_t Address, uint32_t Timeout)
stm32f4xx_hal_nor.h:133NOR_HandleTypeDef
stm32f4xx_hal_nor.h:186HAL_NOR_Init()::hnorHAL_NOR_Init()
stm32f4xx_hal_nor.h:188HAL_NOR_DeInit()::hnorHAL_NOR_DeInit()
stm32f4xx_hal_nor.h:189HAL_NOR_MspInit()::hnorHAL_NOR_MspInit()
stm32f4xx_hal_nor.h:190HAL_NOR_MspDeInit()::hnorHAL_NOR_MspDeInit()
stm32f4xx_hal_nor.h:191HAL_NOR_MspWait()::hnorHAL_NOR_MspWait()
stm32f4xx_hal_nor.h:201HAL_NOR_Read_ID()::hnorHAL_NOR_Read_ID()
stm32f4xx_hal_nor.h:202HAL_NOR_ReturnToReadMode()::hnorHAL_NOR_ReturnToReadMode()
stm32f4xx_hal_nor.h:203HAL_NOR_Read()::hnorHAL_NOR_Read()
stm32f4xx_hal_nor.h:204HAL_NOR_Program()::hnorHAL_NOR_Program()
stm32f4xx_hal_nor.h:206HAL_NOR_ReadBuffer()::hnorHAL_NOR_ReadBuffer()
stm32f4xx_hal_nor.h:208HAL_NOR_ProgramBuffer()::hnorHAL_NOR_ProgramBuffer()
stm32f4xx_hal_nor.h:211HAL_NOR_Erase_Block()::hnorHAL_NOR_Erase_Block()
stm32f4xx_hal_nor.h:212HAL_NOR_Erase_Chip()::hnorHAL_NOR_Erase_Chip()
stm32f4xx_hal_nor.h:213HAL_NOR_Read_CFI()::hnorHAL_NOR_Read_CFI()
stm32f4xx_hal_nor.h:230HAL_NOR_WriteOperation_Enable()::hnorHAL_NOR_WriteOperation_Enable()
stm32f4xx_hal_nor.h:231HAL_NOR_WriteOperation_Disable()::hnorHAL_NOR_WriteOperation_Disable()
stm32f4xx_hal_nor.h:241HAL_NOR_GetState()::hnorHAL_NOR_GetState()
stm32f4xx_hal_nor.h:242HAL_NOR_GetStatus()::hnorHAL_NOR_GetStatus()