STM32H735xx HAL User Manual
|
Defines | |
#define | LL_LPUART_DIRECTION_NONE 0x00000000U |
#define | LL_LPUART_DIRECTION_RX USART_CR1_RE |
#define | LL_LPUART_DIRECTION_TX USART_CR1_TE |
#define | LL_LPUART_DIRECTION_TX_RX (USART_CR1_TE |USART_CR1_RE) |
#define LL_LPUART_DIRECTION_NONE 0x00000000U |
Transmitter and Receiver are disabled
Definition at line 237 of file stm32h7xx_ll_lpuart.h.
#define LL_LPUART_DIRECTION_RX USART_CR1_RE |
Transmitter is disabled and Receiver is enabled
Definition at line 238 of file stm32h7xx_ll_lpuart.h.
#define LL_LPUART_DIRECTION_TX USART_CR1_TE |
Transmitter is enabled and Receiver is disabled
Definition at line 239 of file stm32h7xx_ll_lpuart.h.
#define LL_LPUART_DIRECTION_TX_RX (USART_CR1_TE |USART_CR1_RE) |
Transmitter and Receiver are enabled
Definition at line 240 of file stm32h7xx_ll_lpuart.h.
Referenced by LL_LPUART_StructInit().