|
STM32F4xx_HAL_Driver
1.8.3
|
Collaboration diagram for Configuration functions related to Half Duplex feature:Functions | |
| __STATIC_INLINE void | LL_USART_EnableHalfDuplex (USART_TypeDef *USARTx) |
| Enable Single Wire Half-Duplex mode. More... | |
| __STATIC_INLINE void | LL_USART_DisableHalfDuplex (USART_TypeDef *USARTx) |
| Disable Single Wire Half-Duplex mode. More... | |
| __STATIC_INLINE uint32_t | LL_USART_IsEnabledHalfDuplex (const USART_TypeDef *USARTx) |
| Indicate if Single Wire Half-Duplex mode is enabled. More... | |
| __STATIC_INLINE void LL_USART_DisableHalfDuplex | ( | USART_TypeDef * | USARTx | ) |
Disable Single Wire Half-Duplex mode.
| USARTx | USART Instance |
| None |
Definition at line 1350 of file stm32f4xx_ll_usart.h.
| __STATIC_INLINE void LL_USART_EnableHalfDuplex | ( | USART_TypeDef * | USARTx | ) |
Enable Single Wire Half-Duplex mode.
| USARTx | USART Instance |
| None |
Definition at line 1337 of file stm32f4xx_ll_usart.h.
| __STATIC_INLINE uint32_t LL_USART_IsEnabledHalfDuplex | ( | const USART_TypeDef * | USARTx | ) |
Indicate if Single Wire Half-Duplex mode is enabled.
| USARTx | USART Instance |
| State | of bit (1 or 0). |
Definition at line 1363 of file stm32f4xx_ll_usart.h.