STM32H735xx 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 456 of file stm32h7xx_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 457 of file stm32h7xx_ll_usart.h.