DIY Logging Volt/Ampmeter
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

◆ __NOR_ADDR_SHIFT

#define __NOR_ADDR_SHIFT   NOR_ADDR_SHIFT

Definition at line 932 of file stm32_hal_legacy.h.

◆ __NOR_WRITE

#define __NOR_WRITE   NOR_WRITE

Definition at line 931 of file stm32_hal_legacy.h.

◆ NOR_ERROR

#define NOR_ERROR   HAL_NOR_STATUS_ERROR

Definition at line 928 of file stm32_hal_legacy.h.

◆ NOR_ONGOING

#define NOR_ONGOING   HAL_NOR_STATUS_ONGOING

Definition at line 927 of file stm32_hal_legacy.h.

◆ NOR_StatusTypedef

#define NOR_StatusTypedef   HAL_NOR_StatusTypeDef

Definition at line 925 of file stm32_hal_legacy.h.

◆ NOR_SUCCESS

#define NOR_SUCCESS   HAL_NOR_STATUS_SUCCESS

Definition at line 926 of file stm32_hal_legacy.h.

◆ NOR_TIMEOUT

#define NOR_TIMEOUT   HAL_NOR_STATUS_TIMEOUT

Definition at line 929 of file stm32_hal_legacy.h.