HAL
HAL_NOR_Read() is only used within HAL.
 
Symbols
loading...
Files
loading...

HAL_NOR_Read() function

Read data from NOR memory

Syntax

HAL_StatusTypeDef HAL_NOR_Read(NOR_HandleTypeDef *hnor,     uint32_t *pAddress,     uint16_t *pData);
Implemented in stm32f4xx_hal_nor.c:627

Arguments

hnor

pointer to a NOR_HandleTypeDef structure that contains the configuration information for NOR module.

pAddress

pointer to Device address

pData

pointer to read data

Return value

HAL status

References

LocationText
stm32f4xx_hal_nor.c:627
HAL_StatusTypeDef HAL_NOR_Read(NOR_HandleTypeDef *hnor, uint32_t *pAddress, uint16_t *pData)
stm32f4xx_hal_nor.h:203
HAL_StatusTypeDef HAL_NOR_Read(NOR_HandleTypeDef *hnor, uint32_t *pAddress, uint16_t *pData);

Call Tree