Home
last modified time | relevance | path

Searched refs:UART_FIFO_SIZE (Results 1 – 14 of 14) sorted by relevance

/bsp/wch/arm/ch579m/libraries/StdPeriphDriver/
A DCH57x_sys.c179 while( R8_UART0_TFC == UART_FIFO_SIZE ); /* 等待数据发送 */ in fputc()
182 while( R8_UART1_TFC == UART_FIFO_SIZE ); /* 等待数据发送 */ in fputc()
185 while( R8_UART2_TFC == UART_FIFO_SIZE ); /* 等待数据发送 */ in fputc()
188 while( R8_UART3_TFC == UART_FIFO_SIZE ); /* 等待数据发送 */ in fputc()
A DCH57x_uart0.c103 if(R8_UART0_TFC != UART_FIFO_SIZE) in UART0_SendString()
A DCH57x_uart1.c103 if(R8_UART1_TFC != UART_FIFO_SIZE) in UART1_SendString()
A DCH57x_uart2.c103 if(R8_UART2_TFC != UART_FIFO_SIZE) in UART2_SendString()
A DCH57x_uart3.c103 if(R8_UART3_TFC != UART_FIFO_SIZE) in UART3_SendString()
/bsp/allwinner/libraries/sunxi-hal/hal/source/uart/platform/
A Duart-sun8iw20.h64 #define UART_FIFO_SIZE (64) macro
110 #define UART_FIFO_SIZE (64) macro
A Duart-sun50iw11.h53 #define UART_FIFO_SIZE (64) macro
A Duart-sun8iw19.h59 #define UART_FIFO_SIZE (256) macro
A Duart-sun8iw18.h59 #define UART_FIFO_SIZE (256) macro
/bsp/wch/arm/ch579m/board/
A Ddrv_uart.c245 while (R8_UART0_TFC >= UART_FIFO_SIZE); in uart_putc()
252 while (R8_UART1_TFC >= UART_FIFO_SIZE); in uart_putc()
259 while (R8_UART2_TFC >= UART_FIFO_SIZE); in uart_putc()
266 while (R8_UART3_TFC >= UART_FIFO_SIZE); in uart_putc()
/bsp/wch/risc-v/Libraries/ch56x_drivers/
A Dch56x_uart.h32 #ifndef UART_FIFO_SIZE
33 #define UART_FIFO_SIZE 8 macro
A Dch56x_uart.c199 if (uxreg->TFC >= UART_FIFO_SIZE) in uart_putc()
204 while (uxreg->TFC >= UART_FIFO_SIZE) in uart_putc()
/bsp/allwinner/libraries/sunxi-hal/hal/source/uart/
A Dhal_uart.c687 uart_mailbox[uart_port] = hal_mailbox_create(uart_name, UART_FIFO_SIZE); in hal_uart_init()
/bsp/wch/arm/ch579m/libraries/StdPeriphDriver/inc/
A DCH579SFR.h889 #define UART_FIFO_SIZE 8 // UART FIFO size (depth) macro

Completed in 31 milliseconds