DIY Logging Volt/Ampmeter
HAL UART Aliased Defines maintained for legacy purpose

Macros

#define UART_ONEBIT_SAMPLING_DISABLED   UART_ONE_BIT_SAMPLE_DISABLE
 
#define UART_ONEBIT_SAMPLING_ENABLED   UART_ONE_BIT_SAMPLE_ENABLE
 
#define UART_ONE_BIT_SAMPLE_DISABLED   UART_ONE_BIT_SAMPLE_DISABLE
 
#define UART_ONE_BIT_SAMPLE_ENABLED   UART_ONE_BIT_SAMPLE_ENABLE
 
#define __HAL_UART_ONEBIT_ENABLE   __HAL_UART_ONE_BIT_SAMPLE_ENABLE
 
#define __HAL_UART_ONEBIT_DISABLE   __HAL_UART_ONE_BIT_SAMPLE_DISABLE
 
#define __DIV_SAMPLING16   UART_DIV_SAMPLING16
 
#define __DIVMANT_SAMPLING16   UART_DIVMANT_SAMPLING16
 
#define __DIVFRAQ_SAMPLING16   UART_DIVFRAQ_SAMPLING16
 
#define __UART_BRR_SAMPLING16   UART_BRR_SAMPLING16
 
#define __DIV_SAMPLING8   UART_DIV_SAMPLING8
 
#define __DIVMANT_SAMPLING8   UART_DIVMANT_SAMPLING8
 
#define __DIVFRAQ_SAMPLING8   UART_DIVFRAQ_SAMPLING8
 
#define __UART_BRR_SAMPLING8   UART_BRR_SAMPLING8
 
#define __DIV_LPUART   UART_DIV_LPUART
 
#define UART_WAKEUPMETHODE_IDLELINE   UART_WAKEUPMETHOD_IDLELINE
 
#define UART_WAKEUPMETHODE_ADDRESSMARK   UART_WAKEUPMETHOD_ADDRESSMARK
 

Detailed Description

Macro Definition Documentation

◆ __DIV_LPUART

#define __DIV_LPUART   UART_DIV_LPUART

Definition at line 1266 of file stm32_hal_legacy.h.

◆ __DIV_SAMPLING16

#define __DIV_SAMPLING16   UART_DIV_SAMPLING16

Definition at line 1256 of file stm32_hal_legacy.h.

◆ __DIV_SAMPLING8

#define __DIV_SAMPLING8   UART_DIV_SAMPLING8

Definition at line 1261 of file stm32_hal_legacy.h.

◆ __DIVFRAQ_SAMPLING16

#define __DIVFRAQ_SAMPLING16   UART_DIVFRAQ_SAMPLING16

Definition at line 1258 of file stm32_hal_legacy.h.

◆ __DIVFRAQ_SAMPLING8

#define __DIVFRAQ_SAMPLING8   UART_DIVFRAQ_SAMPLING8

Definition at line 1263 of file stm32_hal_legacy.h.

◆ __DIVMANT_SAMPLING16

#define __DIVMANT_SAMPLING16   UART_DIVMANT_SAMPLING16

Definition at line 1257 of file stm32_hal_legacy.h.

◆ __DIVMANT_SAMPLING8

#define __DIVMANT_SAMPLING8   UART_DIVMANT_SAMPLING8

Definition at line 1262 of file stm32_hal_legacy.h.

◆ __HAL_UART_ONEBIT_DISABLE

#define __HAL_UART_ONEBIT_DISABLE   __HAL_UART_ONE_BIT_SAMPLE_DISABLE

Definition at line 1254 of file stm32_hal_legacy.h.

◆ __HAL_UART_ONEBIT_ENABLE

#define __HAL_UART_ONEBIT_ENABLE   __HAL_UART_ONE_BIT_SAMPLE_ENABLE

Definition at line 1253 of file stm32_hal_legacy.h.

◆ __UART_BRR_SAMPLING16

#define __UART_BRR_SAMPLING16   UART_BRR_SAMPLING16

Definition at line 1259 of file stm32_hal_legacy.h.

◆ __UART_BRR_SAMPLING8

#define __UART_BRR_SAMPLING8   UART_BRR_SAMPLING8

Definition at line 1264 of file stm32_hal_legacy.h.

◆ UART_ONE_BIT_SAMPLE_DISABLED

#define UART_ONE_BIT_SAMPLE_DISABLED   UART_ONE_BIT_SAMPLE_DISABLE

Definition at line 1250 of file stm32_hal_legacy.h.

◆ UART_ONE_BIT_SAMPLE_ENABLED

#define UART_ONE_BIT_SAMPLE_ENABLED   UART_ONE_BIT_SAMPLE_ENABLE

Definition at line 1251 of file stm32_hal_legacy.h.

◆ UART_ONEBIT_SAMPLING_DISABLED

#define UART_ONEBIT_SAMPLING_DISABLED   UART_ONE_BIT_SAMPLE_DISABLE

Definition at line 1248 of file stm32_hal_legacy.h.

◆ UART_ONEBIT_SAMPLING_ENABLED

#define UART_ONEBIT_SAMPLING_ENABLED   UART_ONE_BIT_SAMPLE_ENABLE

Definition at line 1249 of file stm32_hal_legacy.h.

◆ UART_WAKEUPMETHODE_ADDRESSMARK

#define UART_WAKEUPMETHODE_ADDRESSMARK   UART_WAKEUPMETHOD_ADDRESSMARK

Definition at line 1269 of file stm32_hal_legacy.h.

◆ UART_WAKEUPMETHODE_IDLELINE

#define UART_WAKEUPMETHODE_IDLELINE   UART_WAKEUPMETHOD_IDLELINE

Definition at line 1268 of file stm32_hal_legacy.h.