Reference Manual to
LL API cross
reference:
CR3 RTSE LL_USART_SetHWFlowCtrl
CR3 CTSE LL_USART_SetHWFlowCtrl
LL_USART_GetHWFlowCtrl
__STATIC_INLINE uint32_t LL_USART_GetHWFlowCtrl
(USART_TypeDef * USARTx)
Return HW Flow Control configuration (both CTS and RTS)
Returned: value can be one of the following values:
LL_USART_HWCONTROL_NONE
LL_USART_HWCONTROL_RTS
LL_USART_HWCONTROL_CTS
LL_USART_HWCONTROL_RTS_CTS
Macro IS_UART_HWFLOW_INSTANCE(USARTx) can be
used to check whether or not Hardware Flow control feature
is supported by the USARTx instance.
Reference Manual to
LL API cross
reference:
CR3 RTSE LL_USART_GetHWFlowCtrl
CR3 CTSE LL_USART_GetHWFlowCtrl
LL_USART_EnableOneBitSamp
__STATIC_INLINE void LL_USART_EnableOneBitSamp
(USART_TypeDef * USARTx)
Enable One bit sampling method.
Reference Manual to
LL API cross
reference:
CR3 ONEBIT LL_USART_EnableOneBitSamp
LL_USART_DisableOneBitSamp
__STATIC_INLINE void LL_USART_DisableOneBitSamp
(USART_TypeDef * USARTx)
Disable One bit sampling method.
Reference Manual to
LL API cross
reference:
CR3 ONEBIT LL_USART_DisableOneBitSamp
LL_USART_IsEnabledOneBitSamp
__STATIC_INLINE uint32_t LL_USART_IsEnabledOneBitSamp