STM32H735xx HAL User Manual
Defines
Datawidth
LPUART Exported Constants

Defines

#define LL_LPUART_DATAWIDTH_7B   USART_CR1_M1
#define LL_LPUART_DATAWIDTH_8B   0x00000000U
#define LL_LPUART_DATAWIDTH_9B   USART_CR1_M0

Define Documentation

#define LL_LPUART_DATAWIDTH_7B   USART_CR1_M1

7 bits word length : Start bit, 7 data bits, n stop bits

Definition at line 267 of file stm32h7xx_ll_lpuart.h.

#define LL_LPUART_DATAWIDTH_8B   0x00000000U

8 bits word length : Start bit, 8 data bits, n stop bits

Definition at line 268 of file stm32h7xx_ll_lpuart.h.

Referenced by LL_LPUART_StructInit().

#define LL_LPUART_DATAWIDTH_9B   USART_CR1_M0

9 bits word length : Start bit, 9 data bits, n stop bits

Definition at line 269 of file stm32h7xx_ll_lpuart.h.