STM32L443xx HAL User Manual
|
Functions | |
__STATIC_INLINE void | LL_LPUART_RequestBreakSending (USART_TypeDef *LPUARTx) |
Request Break sending. | |
__STATIC_INLINE void | LL_LPUART_RequestEnterMuteMode (USART_TypeDef *LPUARTx) |
Put LPUART in mute mode and set the RWU flag. | |
__STATIC_INLINE void | LL_LPUART_RequestRxDataFlush (USART_TypeDef *LPUARTx) |
Request a Receive Data flush. |
__STATIC_INLINE void LL_LPUART_RequestBreakSending | ( | USART_TypeDef * | LPUARTx | ) |
Request Break sending.
LPUARTx | LPUART Instance |
None |
Definition at line 2813 of file stm32l4xx_ll_lpuart.h.
__STATIC_INLINE void LL_LPUART_RequestEnterMuteMode | ( | USART_TypeDef * | LPUARTx | ) |
Put LPUART in mute mode and set the RWU flag.
LPUARTx | LPUART Instance |
None |
Definition at line 2824 of file stm32l4xx_ll_lpuart.h.
__STATIC_INLINE void LL_LPUART_RequestRxDataFlush | ( | USART_TypeDef * | LPUARTx | ) |
Request a Receive Data flush.
LPUARTx | LPUART Instance |
None |
Definition at line 2841 of file stm32l4xx_ll_lpuart.h.