UART Advanced Features initialization structure definition. More...
#include <stm32f7xx_hal_uart.h>
Public Attributes | |
uint32_t | AdvFeatureInit |
uint32_t | AutoBaudRateEnable |
uint32_t | AutoBaudRateMode |
uint32_t | DataInvert |
uint32_t | DMADisableonRxError |
uint32_t | MSBFirst |
uint32_t | OverrunDisable |
uint32_t | RxPinLevelInvert |
uint32_t | Swap |
uint32_t | TxPinLevelInvert |
UART Advanced Features initialization structure definition.
Definition at line 92 of file stm32f7xx_hal_uart.h.
uint32_t UART_AdvFeatureInitTypeDef::AdvFeatureInit |
Specifies which advanced UART features is initialized. Several Advanced Features may be initialized at the same time . This parameter can be a value of UART Advanced Feature Initialization Type.
Definition at line 94 of file stm32f7xx_hal_uart.h.
uint32_t UART_AdvFeatureInitTypeDef::AutoBaudRateEnable |
Specifies whether auto Baud rate detection is enabled. This parameter can be a value of UART Advanced Feature Auto BaudRate Enable.
Definition at line 117 of file stm32f7xx_hal_uart.h.
uint32_t UART_AdvFeatureInitTypeDef::AutoBaudRateMode |
If auto Baud rate detection is enabled, specifies how the rate detection is carried out. This parameter can be a value of UART Advanced Feature AutoBaud Rate Mode.
Definition at line 120 of file stm32f7xx_hal_uart.h.
uint32_t UART_AdvFeatureInitTypeDef::DataInvert |
Specifies whether data are inverted (positive/direct logic vs negative/inverted logic). This parameter can be a value of UART Advanced Feature Binary Data Inversion.
Definition at line 104 of file stm32f7xx_hal_uart.h.
uint32_t UART_AdvFeatureInitTypeDef::DMADisableonRxError |
Specifies whether the DMA is disabled in case of reception error. This parameter can be a value of UART Advanced Feature DMA Disable On Rx Error.
Definition at line 114 of file stm32f7xx_hal_uart.h.
uint32_t UART_AdvFeatureInitTypeDef::MSBFirst |
Specifies whether MSB is sent first on UART line. This parameter can be a value of UART Advanced Feature MSB First.
Definition at line 124 of file stm32f7xx_hal_uart.h.
uint32_t UART_AdvFeatureInitTypeDef::OverrunDisable |
Specifies whether the reception overrun detection is disabled. This parameter can be a value of UART Advanced Feature Overrun Disable.
Definition at line 111 of file stm32f7xx_hal_uart.h.
uint32_t UART_AdvFeatureInitTypeDef::RxPinLevelInvert |
Specifies whether the RX pin active level is inverted. This parameter can be a value of UART Advanced Feature RX Pin Active Level Inversion.
Definition at line 101 of file stm32f7xx_hal_uart.h.
uint32_t UART_AdvFeatureInitTypeDef::Swap |
Specifies whether TX and RX pins are swapped. This parameter can be a value of UART Advanced Feature RX TX Pins Swap.
Definition at line 108 of file stm32f7xx_hal_uart.h.
uint32_t UART_AdvFeatureInitTypeDef::TxPinLevelInvert |
Specifies whether the TX pin active level is inverted. This parameter can be a value of UART Advanced Feature TX Pin Active Level Inversion.
Definition at line 98 of file stm32f7xx_hal_uart.h.