TUKS MCU Introductory course / TUKS-COURSE-THERMOMETER

Fork of TUKS-COURSE-TIMER by TUKS MCU Introductory course

Embed: (wiki syntax)

« Back to documentation index

Execution

Functions

__STATIC_INLINE void LL_LPUART_RequestBreakSending (USART_TypeDef *LPUARTx)
 Request Break sending RQR SBKRQ LL_LPUART_RequestBreakSending.
__STATIC_INLINE void LL_LPUART_RequestEnterMuteMode (USART_TypeDef *LPUARTx)
 Put LPUART in mute mode and set the RWU flag RQR MMRQ LL_LPUART_RequestEnterMuteMode.
__STATIC_INLINE void LL_LPUART_RequestRxDataFlush (USART_TypeDef *LPUARTx)
 Request a Receive Data flush RQR RXFRQ LL_LPUART_RequestRxDataFlush.

Function Documentation

__STATIC_INLINE void LL_LPUART_RequestBreakSending ( USART_TypeDef *  LPUARTx )

Request Break sending RQR SBKRQ LL_LPUART_RequestBreakSending.

Parameters:
LPUARTxLPUART Instance
Return values:
None

Definition at line 2092 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 RQR MMRQ LL_LPUART_RequestEnterMuteMode.

Parameters:
LPUARTxLPUART Instance
Return values:
None

Definition at line 2103 of file stm32l4xx_ll_lpuart.h.

__STATIC_INLINE void LL_LPUART_RequestRxDataFlush ( USART_TypeDef *  LPUARTx )

Request a Receive Data flush RQR RXFRQ LL_LPUART_RequestRxDataFlush.

Parameters:
LPUARTxLPUART Instance
Return values:
None

Definition at line 2114 of file stm32l4xx_ll_lpuart.h.