EasyManua.ls Logo

ST STM32F2 - Page 666

ST STM32F2
1371 pages
To Next Page IconTo Next Page
To Next Page IconTo Next Page
To Previous Page IconTo Previous Page
To Previous Page IconTo Previous Page
Loading...
HAL UART Generic Driver
UM1940
666/1371
DocID028236 Rev 2
UART_IT_CTS: CTS change
interrupt
UART_IT_LBD: LIN Break
detection interrupt
UART_IT_TXE: Transmit Data
Register empty interrupt
UART_IT_TC: Transmission
complete interrupt
UART_IT_RXNE: Receive Data
register not empty interrupt
UART_IT_IDLE: Idle line
detection interrupt
UART_IT_PE: Parity Error
interrupt
UART_IT_ERR: Error
interrupt(Frame error, noise
error, overrun error)
Return value:
None
__HAL_UART_GET_IT_SOURCE
Description:
Checks whether the specified UART
interrupt has occurred or not.
Parameters:
__HANDLE__: specifies the UART
Handle. This parameter can be
UARTx where x: 1, 2, 3, 4, 5, 6, 7 or
8 to select the USART or UART
peripheral.
__IT__: specifies the UART interrupt
source to check. This parameter can
be one of the following values:
UART_IT_CTS: CTS change
interrupt (not available for
UART4 and UART5)
UART_IT_LBD: LIN Break
detection interrupt
UART_IT_TXE: Transmit Data
Register empty interrupt
UART_IT_TC: Transmission
complete interrupt
UART_IT_RXNE: Receive Data
register not empty interrupt
UART_IT_IDLE: Idle line
detection interrupt
USART_IT_ERR: Error interrupt
Return value:
The: new state of __IT__ (TRUE or
FALSE).
__HAL_UART_HWCONTROL_CTS_ENABLE
Description:

Table of Contents

Related product manuals