|
STM32L443xx 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 1549 of file stm32l4xx_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 1538 of file stm32l4xx_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 1560 of file stm32l4xx_ll_lpuart.h.
1.7.6.1