Searched refs:UART_FLAG_CTS (Results 1 – 3 of 3) sorted by relevance
530 if (__HAL_UART_GET_FLAG(&(uart->handle), UART_FLAG_CTS) != RESET) in uart_isr()532 UART_INSTANCE_CLEAR_FUNCTION(&(uart->handle), UART_FLAG_CTS); in uart_isr()
533 if (__HAL_UART_GET_FLAG(&(uart->handle), UART_FLAG_CTS)) in uart_isr()535 UART_INSTANCE_CLEAR_FUNCTION(&(uart->handle), UART_FLAG_CTS); in uart_isr()
347 #define UART_FLAG_CTS ((uint32_t)USART_SR_CTS) macro
Completed in 11 milliseconds