STM32F769IDiscovery  1.00
uDANTE Audio Networking with STM32F7 DISCO board
Macros
HAL NOR Aliased Defines maintained for legacy purpose

Macros

#define NOR_StatusTypedef   HAL_NOR_StatusTypeDef
 
#define NOR_SUCCESS   HAL_NOR_STATUS_SUCCESS
 
#define NOR_ONGOING   HAL_NOR_STATUS_ONGOING
 
#define NOR_ERROR   HAL_NOR_STATUS_ERROR
 
#define NOR_TIMEOUT   HAL_NOR_STATUS_TIMEOUT
 
#define __NOR_WRITE   NOR_WRITE
 
#define __NOR_ADDR_SHIFT   NOR_ADDR_SHIFT
 

Detailed Description

Macro Definition Documentation

#define __NOR_ADDR_SHIFT   NOR_ADDR_SHIFT

Definition at line 573 of file stm32_hal_legacy.h.

#define __NOR_WRITE   NOR_WRITE

Definition at line 572 of file stm32_hal_legacy.h.

#define NOR_ERROR   HAL_NOR_STATUS_ERROR

Definition at line 569 of file stm32_hal_legacy.h.

#define NOR_ONGOING   HAL_NOR_STATUS_ONGOING

Definition at line 568 of file stm32_hal_legacy.h.

#define NOR_StatusTypedef   HAL_NOR_StatusTypeDef

Definition at line 566 of file stm32_hal_legacy.h.

#define NOR_SUCCESS   HAL_NOR_STATUS_SUCCESS

Definition at line 567 of file stm32_hal_legacy.h.

#define NOR_TIMEOUT   HAL_NOR_STATUS_TIMEOUT

Definition at line 570 of file stm32_hal_legacy.h.