STM32L486xx HAL User Manual
Defines
Address Length Detection
USART Exported Constants

Defines

#define LL_USART_ADDRESS_DETECT_4B   0x00000000U
#define LL_USART_ADDRESS_DETECT_7B   USART_CR2_ADDM7

Define Documentation

#define LL_USART_ADDRESS_DETECT_4B   0x00000000U

4-bit address detection method selected

Definition at line 515 of file stm32l4xx_ll_usart.h.

#define LL_USART_ADDRESS_DETECT_7B   USART_CR2_ADDM7

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

Definition at line 516 of file stm32l4xx_ll_usart.h.