STM32L486xx HAL User Manual
Functions
Execution
USART Exported Functions

Functions

__STATIC_INLINE void LL_USART_RequestAutoBaudRate (USART_TypeDef *USARTx)
 Request an Automatic Baud Rate measurement on next received data frame.
__STATIC_INLINE void LL_USART_RequestBreakSending (USART_TypeDef *USARTx)
 Request Break sending.
__STATIC_INLINE void LL_USART_RequestEnterMuteMode (USART_TypeDef *USARTx)
 Put USART in mute mode and set the RWU flag.
__STATIC_INLINE void LL_USART_RequestRxDataFlush (USART_TypeDef *USARTx)
 Request a Receive Data flush.
__STATIC_INLINE void LL_USART_RequestTxDataFlush (USART_TypeDef *USARTx)
 Request a Transmit data flush.

Function Documentation

__STATIC_INLINE void LL_USART_RequestAutoBaudRate ( USART_TypeDef *  USARTx)

Request an Automatic Baud Rate measurement on next received data frame.

Note:
Macro IS_USART_AUTOBAUDRATE_DETECTION_INSTANCE(USARTx) can be used to check whether or not Auto Baud Rate detection feature is supported by the USARTx instance.
Reference Manual to LL API cross reference:
RQR ABRRQ LL_USART_RequestAutoBaudRate
Parameters:
USARTxUSART Instance
Return values:
None

Definition at line 4583 of file stm32l4xx_ll_usart.h.

__STATIC_INLINE void LL_USART_RequestBreakSending ( USART_TypeDef *  USARTx)

Request Break sending.

Reference Manual to LL API cross reference:
RQR SBKRQ LL_USART_RequestBreakSending
Parameters:
USARTxUSART Instance
Return values:
None

Definition at line 4594 of file stm32l4xx_ll_usart.h.

__STATIC_INLINE void LL_USART_RequestEnterMuteMode ( USART_TypeDef *  USARTx)

Put USART in mute mode and set the RWU flag.

Reference Manual to LL API cross reference:
RQR MMRQ LL_USART_RequestEnterMuteMode
Parameters:
USARTxUSART Instance
Return values:
None

Definition at line 4605 of file stm32l4xx_ll_usart.h.

__STATIC_INLINE void LL_USART_RequestRxDataFlush ( USART_TypeDef *  USARTx)

Request a Receive Data flush.

Reference Manual to LL API cross reference:
RQR RXFRQ LL_USART_RequestRxDataFlush
Parameters:
USARTxUSART Instance
Return values:
None

Definition at line 4624 of file stm32l4xx_ll_usart.h.

__STATIC_INLINE void LL_USART_RequestTxDataFlush ( USART_TypeDef *  USARTx)

Request a Transmit data flush.

Reference Manual to LL API cross reference:
RQR TXFRQ LL_USART_RequestTxDataFlush
Parameters:
USARTxUSART Instance
Return values:
None

Definition at line 4641 of file stm32l4xx_ll_usart.h.