STM32F439xx HAL User Manual
Functions
Execution
USART Exported Functions

Functions

__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.
__STATIC_INLINE void LL_USART_RequestExitMuteMode (USART_TypeDef *USARTx)
 Put USART in Active mode.

Function Documentation

__STATIC_INLINE void LL_USART_RequestBreakSending ( USART_TypeDef *  USARTx)

Request Break sending.

Reference Manual to LL API cross reference:
CR1 SBK LL_USART_RequestBreakSending
Parameters:
USARTxUSART Instance
Return values:
None

Definition at line 2472 of file stm32f4xx_ll_usart.h.

__STATIC_INLINE void LL_USART_RequestEnterMuteMode ( USART_TypeDef *  USARTx)

Put USART in Mute mode.

Reference Manual to LL API cross reference:
CR1 RWU LL_USART_RequestEnterMuteMode
Parameters:
USARTxUSART Instance
Return values:
None

Definition at line 2483 of file stm32f4xx_ll_usart.h.

__STATIC_INLINE void LL_USART_RequestExitMuteMode ( USART_TypeDef *  USARTx)

Put USART in Active mode.

Reference Manual to LL API cross reference:
CR1 RWU LL_USART_RequestExitMuteMode
Parameters:
USARTxUSART Instance
Return values:
None

Definition at line 2494 of file stm32f4xx_ll_usart.h.