UM1940
LL_USART_DisableIT_CTS
Function name
Function description
Parameters
Return values
Notes
Reference Manual to
LL API cross
reference:
LL_USART_IsEnabledIT_IDLE
Function name
Function description
Parameters
Return values
Reference Manual to
LL API cross
reference:
LL_USART_IsEnabledIT_RXNE
Function name
Function description
Parameters
Return values
Reference Manual to
LL API cross
reference:
LL_USART_IsEnabledIT_TC
Function name
Function description
Parameters
Return values
__STATIC_INLINE void LL_USART_DisableIT_CTS
(USART_TypeDef * USARTx)
Disable CTS Interrupt.
USARTx: USART Instance
None:
Macro IS_UART_HWFLOW_INSTANCE(USARTx) can be
used to check whether or not Hardware Flow control feature
is supported by the USARTx instance.
CR3 CTSIE LL_USART_DisableIT_CTS
__STATIC_INLINE uint32_t LL_USART_IsEnabledIT_IDLE
(USART_TypeDef * USARTx)
Check if the USART IDLE Interrupt source is enabled or disabled.
USARTx: USART Instance
State: of bit (1 or 0).
CR1 IDLEIE LL_USART_IsEnabledIT_IDLE
__STATIC_INLINE uint32_t LL_USART_IsEnabledIT_RXNE
(USART_TypeDef * USARTx)
Check if the USART RX Not Empty Interrupt is enabled or
disabled.
USARTx: USART Instance
State: of bit (1 or 0).
CR1 RXNEIE LL_USART_IsEnabledIT_RXNE
__STATIC_INLINE uint32_t LL_USART_IsEnabledIT_TC
(USART_TypeDef * USARTx)
Check if the USART Transmission Complete Interrupt is enabled
or disabled.
USARTx: USART Instance
State: of bit (1 or 0).
DocID028236 Rev 2
LL USART Generic Driver
1281/1371
Need help?
Do you have a question about the STM32F2 and is the answer not in the manual?
Questions and answers