Home
last modified time | relevance | path

Searched refs:UART_FLAG_CTS (Results 1 – 3 of 3) sorted by relevance

/bsp/stm32/libraries/HAL_Drivers/drivers/
A Ddrv_usart.c530 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()
A Ddrv_usart_v2.c533 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()
/bsp/stm32/libraries/STM32L1xx_HAL/STM32L1xx_HAL_Driver/Inc/
A Dstm32l1xx_hal_uart.h347 #define UART_FLAG_CTS ((uint32_t)USART_SR_CTS) macro

Completed in 11 milliseconds