used to check whether or not Hardware Flow control feature
is supported by the USARTx instance.
Reference Manual to
LL API cross
reference:
CR3 CTSIE LL_USART_EnableIT_CTS
LL_USART_DisableIT_IDLE
__STATIC_INLINE void LL_USART_DisableIT_IDLE
(USART_TypeDef * USARTx)
Reference Manual to
LL API cross
reference:
CR1 IDLEIE LL_USART_DisableIT_IDLE
LL_USART_DisableIT_RXNE
__STATIC_INLINE void LL_USART_DisableIT_RXNE
(USART_TypeDef * USARTx)
Disable RX Not Empty Interrupt.
Reference Manual to
LL API cross
reference:
CR1 RXNEIE LL_USART_DisableIT_RXNE
LL_USART_DisableIT_TC
__STATIC_INLINE void LL_USART_DisableIT_TC
(USART_TypeDef * USARTx)
Disable Transmission Complete Interrupt.
Reference Manual to
LL API cross
reference:
CR1 TCIE LL_USART_DisableIT_TC
LL_USART_DisableIT_TXE
__STATIC_INLINE void LL_USART_DisableIT_TXE
(USART_TypeDef * USARTx)
Disable TX Empty Interrupt.