STM32F769IDiscovery  1.00
uDANTE Audio Networking with STM32F7 DISCO board
Macros
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 UART_WAKEUPMETHODE_IDLELINE   UART_WAKEUPMETHOD_IDLELINE
 
#define UART_WAKEUPMETHODE_ADDRESSMARK   UART_WAKEUPMETHOD_ADDRESSMARK
 

Detailed Description

Macro Definition Documentation

#define __DIV_SAMPLING16   UART_DIV_SAMPLING16

Definition at line 834 of file stm32_hal_legacy.h.

#define __DIV_SAMPLING8   UART_DIV_SAMPLING8

Definition at line 839 of file stm32_hal_legacy.h.

#define __DIVFRAQ_SAMPLING16   UART_DIVFRAQ_SAMPLING16

Definition at line 836 of file stm32_hal_legacy.h.

#define __DIVFRAQ_SAMPLING8   UART_DIVFRAQ_SAMPLING8

Definition at line 841 of file stm32_hal_legacy.h.

#define __DIVMANT_SAMPLING16   UART_DIVMANT_SAMPLING16

Definition at line 835 of file stm32_hal_legacy.h.

#define __DIVMANT_SAMPLING8   UART_DIVMANT_SAMPLING8

Definition at line 840 of file stm32_hal_legacy.h.

#define __HAL_UART_ONEBIT_DISABLE   __HAL_UART_ONE_BIT_SAMPLE_DISABLE

Definition at line 832 of file stm32_hal_legacy.h.

#define __HAL_UART_ONEBIT_ENABLE   __HAL_UART_ONE_BIT_SAMPLE_ENABLE

Definition at line 831 of file stm32_hal_legacy.h.

#define __UART_BRR_SAMPLING16   UART_BRR_SAMPLING16

Definition at line 837 of file stm32_hal_legacy.h.

#define __UART_BRR_SAMPLING8   UART_BRR_SAMPLING8

Definition at line 842 of file stm32_hal_legacy.h.

#define UART_ONE_BIT_SAMPLE_DISABLED   UART_ONE_BIT_SAMPLE_DISABLE

Definition at line 828 of file stm32_hal_legacy.h.

#define UART_ONE_BIT_SAMPLE_ENABLED   UART_ONE_BIT_SAMPLE_ENABLE

Definition at line 829 of file stm32_hal_legacy.h.

#define UART_ONEBIT_SAMPLING_DISABLED   UART_ONE_BIT_SAMPLE_DISABLE

Definition at line 826 of file stm32_hal_legacy.h.

#define UART_ONEBIT_SAMPLING_ENABLED   UART_ONE_BIT_SAMPLE_ENABLE

Definition at line 827 of file stm32_hal_legacy.h.

#define UART_WAKEUPMETHODE_ADDRESSMARK   UART_WAKEUPMETHOD_ADDRESSMARK

Definition at line 845 of file stm32_hal_legacy.h.

#define UART_WAKEUPMETHODE_IDLELINE   UART_WAKEUPMETHOD_IDLELINE

Definition at line 844 of file stm32_hal_legacy.h.