Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Configuration functions related to Half Duplex feature
[LPUART Exported Functions]
Functions | |
__STATIC_INLINE void | LL_LPUART_EnableHalfDuplex (USART_TypeDef *LPUARTx) |
Enable Single Wire Half-Duplex mode CR3 HDSEL LL_LPUART_EnableHalfDuplex. | |
__STATIC_INLINE void | LL_LPUART_DisableHalfDuplex (USART_TypeDef *LPUARTx) |
Disable Single Wire Half-Duplex mode CR3 HDSEL LL_LPUART_DisableHalfDuplex. | |
__STATIC_INLINE uint32_t | LL_LPUART_IsEnabledHalfDuplex (USART_TypeDef *LPUARTx) |
Indicate if Single Wire Half-Duplex mode is enabled CR3 HDSEL LL_LPUART_IsEnabledHalfDuplex. |
Function Documentation
__STATIC_INLINE void LL_LPUART_DisableHalfDuplex | ( | USART_TypeDef * | LPUARTx ) |
Disable Single Wire Half-Duplex mode CR3 HDSEL LL_LPUART_DisableHalfDuplex.
- Parameters:
-
LPUARTx LPUART Instance
- Return values:
-
None
Definition at line 1152 of file stm32l4xx_ll_lpuart.h.
__STATIC_INLINE void LL_LPUART_EnableHalfDuplex | ( | USART_TypeDef * | LPUARTx ) |
Enable Single Wire Half-Duplex mode CR3 HDSEL LL_LPUART_EnableHalfDuplex.
- Parameters:
-
LPUARTx LPUART Instance
- Return values:
-
None
Definition at line 1141 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 CR3 HDSEL LL_LPUART_IsEnabledHalfDuplex.
- Parameters:
-
LPUARTx LPUART Instance
- Return values:
-
State of bit (1 or 0).
Definition at line 1163 of file stm32l4xx_ll_lpuart.h.
Generated on Tue Jul 12 2022 11:00:13 by
