Home
last modified time | relevance | path

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

/platform/zynq/
A Duart.c40 while ((UART_REG(base, UART_SR) & (1<<1)) == 0) { // ~rempty in uart_irq()
108 while (UART_REG(base, UART_SR) & (1<<4)) in uart_putc()
/platform/zynq/include/platform/
A Dzynq.h482 #define UART_SR (0x2c) macro

Completed in 5 milliseconds