STM32L486xx HAL User Manual
Defines
Address Length Detection
LPUART Exported Constants

Defines

#define LL_LPUART_ADDRESS_DETECT_4B   0x00000000U
#define LL_LPUART_ADDRESS_DETECT_7B   USART_CR2_ADDM7

Define Documentation

#define LL_LPUART_ADDRESS_DETECT_4B   0x00000000U

4-bit address detection method selected

Definition at line 391 of file stm32l4xx_ll_lpuart.h.

#define LL_LPUART_ADDRESS_DETECT_7B   USART_CR2_ADDM7

7-bit address detection (in 8-bit data mode) method selected

Definition at line 392 of file stm32l4xx_ll_lpuart.h.