STM32H735xx HAL User Manual
Defines
UART Advanced Feature Initialization Type
UART Exported Constants

Defines

#define UART_ADVFEATURE_NO_INIT   0x00000000U
#define UART_ADVFEATURE_TXINVERT_INIT   0x00000001U
#define UART_ADVFEATURE_RXINVERT_INIT   0x00000002U
#define UART_ADVFEATURE_DATAINVERT_INIT   0x00000004U
#define UART_ADVFEATURE_SWAP_INIT   0x00000008U
#define UART_ADVFEATURE_RXOVERRUNDISABLE_INIT   0x00000010U
#define UART_ADVFEATURE_DMADISABLEONERROR_INIT   0x00000020U
#define UART_ADVFEATURE_AUTOBAUDRATE_INIT   0x00000040U
#define UART_ADVFEATURE_MSBFIRST_INIT   0x00000080U

Define Documentation

#define UART_ADVFEATURE_AUTOBAUDRATE_INIT   0x00000040U

Auto Baud rate detection initialization

Definition at line 552 of file stm32h7xx_hal_uart.h.

Referenced by UART_AdvFeatureConfig().

#define UART_ADVFEATURE_DATAINVERT_INIT   0x00000004U

Binary data inversion

Definition at line 548 of file stm32h7xx_hal_uart.h.

Referenced by UART_AdvFeatureConfig().

#define UART_ADVFEATURE_DMADISABLEONERROR_INIT   0x00000020U

DMA disable on Reception Error

Definition at line 551 of file stm32h7xx_hal_uart.h.

Referenced by UART_AdvFeatureConfig().

#define UART_ADVFEATURE_MSBFIRST_INIT   0x00000080U

Most significant bit sent/received first

Definition at line 553 of file stm32h7xx_hal_uart.h.

Referenced by UART_AdvFeatureConfig().

#define UART_ADVFEATURE_NO_INIT   0x00000000U

No advanced feature initialization

Definition at line 545 of file stm32h7xx_hal_uart.h.

Referenced by HAL_HalfDuplex_Init(), HAL_LIN_Init(), HAL_MultiProcessor_Init(), HAL_RS485Ex_Init(), and HAL_UART_Init().

#define UART_ADVFEATURE_RXINVERT_INIT   0x00000002U

RX pin active level inversion

Definition at line 547 of file stm32h7xx_hal_uart.h.

Referenced by UART_AdvFeatureConfig().

#define UART_ADVFEATURE_RXOVERRUNDISABLE_INIT   0x00000010U

RX overrun disable

Definition at line 550 of file stm32h7xx_hal_uart.h.

Referenced by UART_AdvFeatureConfig().

#define UART_ADVFEATURE_SWAP_INIT   0x00000008U

TX/RX pins swap

Definition at line 549 of file stm32h7xx_hal_uart.h.

Referenced by UART_AdvFeatureConfig().

#define UART_ADVFEATURE_TXINVERT_INIT   0x00000001U

TX pin active level inversion

Definition at line 546 of file stm32h7xx_hal_uart.h.

Referenced by UART_AdvFeatureConfig().