STM32F103xB HAL User Manual
|
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. |
__STATIC_INLINE void LL_USART_RequestBreakSending | ( | USART_TypeDef * | USARTx | ) |
Request Break sending.
USARTx | USART Instance |
None |
Definition at line 2504 of file stm32f1xx_ll_usart.h.
__STATIC_INLINE void LL_USART_RequestEnterMuteMode | ( | USART_TypeDef * | USARTx | ) |
Put USART in Mute mode.
USARTx | USART Instance |
None |
Definition at line 2515 of file stm32f1xx_ll_usart.h.
__STATIC_INLINE void LL_USART_RequestExitMuteMode | ( | USART_TypeDef * | USARTx | ) |
Put USART in Active mode.
USARTx | USART Instance |
None |
Definition at line 2526 of file stm32f1xx_ll_usart.h.