STM32H735xx HAL User Manual
|
Functions | |
__STATIC_INLINE void | LL_LPUART_EnableHalfDuplex (USART_TypeDef *LPUARTx) |
Enable Single Wire Half-Duplex mode. | |
__STATIC_INLINE void | LL_LPUART_DisableHalfDuplex (USART_TypeDef *LPUARTx) |
Disable Single Wire Half-Duplex mode. | |
__STATIC_INLINE uint32_t | LL_LPUART_IsEnabledHalfDuplex (USART_TypeDef *LPUARTx) |
Indicate if Single Wire Half-Duplex mode is enabled. |
__STATIC_INLINE void LL_LPUART_DisableHalfDuplex | ( | USART_TypeDef * | LPUARTx | ) |
Disable Single Wire Half-Duplex mode.
LPUARTx | LPUART Instance |
None |
Definition at line 1446 of file stm32h7xx_ll_lpuart.h.
__STATIC_INLINE void LL_LPUART_EnableHalfDuplex | ( | USART_TypeDef * | LPUARTx | ) |
Enable Single Wire Half-Duplex mode.
LPUARTx | LPUART Instance |
None |
Definition at line 1435 of file stm32h7xx_ll_lpuart.h.
__STATIC_INLINE uint32_t LL_LPUART_IsEnabledHalfDuplex | ( | USART_TypeDef * | LPUARTx | ) |
Indicate if Single Wire Half-Duplex mode is enabled.
LPUARTx | LPUART Instance |
State | of bit (1 or 0). |
Definition at line 1457 of file stm32h7xx_ll_lpuart.h.