STM32H735xx 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 and FIFO flush. |
__STATIC_INLINE void LL_LPUART_RequestBreakSending | ( | USART_TypeDef * | LPUARTx | ) |
Request Break sending.
LPUARTx | LPUART Instance |
None |
Definition at line 2586 of file stm32h7xx_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 2597 of file stm32h7xx_ll_lpuart.h.
__STATIC_INLINE void LL_LPUART_RequestRxDataFlush | ( | USART_TypeDef * | LPUARTx | ) |
Request a Receive Data and FIFO flush.
LPUARTx | LPUART Instance |
None |
Definition at line 2610 of file stm32h7xx_ll_lpuart.h.