Home
last modified time | relevance | path

Searched refs:UART_FLAG_TXPND (Results 1 – 2 of 2) sorted by relevance

/bsp/bluetrum/libraries/hal_libraries/ab32vg1_hal/include/
A Dab32vg1_hal_uart.h88 #define UART_FLAG_TXPND (BIT(8)) /*!< TX one byte finish flag */ macro
/bsp/bluetrum/libraries/hal_drivers/
A Ddrv_usart.c160 hal_uart_clrflag(uart->handle.instance, UART_FLAG_TXPND); in ab32_putc()
162 while(hal_uart_getflag(uart->handle.instance, UART_FLAG_TXPND) == 0); in ab32_putc()

Completed in 8 milliseconds