Searched refs:UART_FLAG_TC (Results 1 – 4 of 4) sorted by relevance
| /bsp/stm32/libraries/HAL_Drivers/drivers/ |
| A D | drv_usart.c | 347 UART_INSTANCE_CLEAR_FUNCTION(&(uart->handle), UART_FLAG_TC); in stm32_putc() 356 while (__HAL_UART_GET_FLAG(&(uart->handle), UART_FLAG_TC) == RESET && --block_timeout); in stm32_putc() 473 else if (__HAL_UART_GET_FLAG(&(uart->handle), UART_FLAG_TC) && in uart_isr() 486 UART_INSTANCE_CLEAR_FUNCTION(&(uart->handle), UART_FLAG_TC); in uart_isr()
|
| A D | drv_usart_v2.c | 311 UART_INSTANCE_CLEAR_FUNCTION(&(uart->handle), UART_FLAG_TC); in stm32_putc() 313 while (__HAL_UART_GET_FLAG(&(uart->handle), UART_FLAG_TC) == RESET); in stm32_putc() 474 …if (__HAL_UART_GET_FLAG(&(uart->handle), UART_FLAG_TC) && (__HAL_UART_GET_IT_SOURCE(&(uart->handle… in uart_isr() 487 UART_INSTANCE_CLEAR_FUNCTION(&(uart->handle), UART_FLAG_TC); in uart_isr()
|
| /bsp/stm32/libraries/STM32L1xx_HAL/STM32L1xx_HAL_Driver/Inc/ |
| A D | stm32l1xx_hal_uart.h | 350 #define UART_FLAG_TC ((uint32_t)USART_SR_TC) macro
|
| /bsp/stm32/libraries/STM32L1xx_HAL/STM32L1xx_HAL_Driver/Src/ |
| A D | stm32l1xx_hal_uart.c | 1187 if (UART_WaitOnFlagUntilTimeout(huart, UART_FLAG_TC, RESET, tickstart, Timeout) != HAL_OK) in HAL_UART_Transmit() 1425 __HAL_UART_CLEAR_FLAG(huart, UART_FLAG_TC); in HAL_UART_Transmit_DMA()
|
Completed in 18 milliseconds