Searched refs:UART_DR (Results 1 – 1 of 1) sorted by relevance
55 #define UART_DR( baseaddr ) ( *( unsigned int * ) ( baseaddr ) ) macro85 UART_DR( UART0_ADDR ) = c; in _uart_putc()138 UART_DR( UART0_ADDR ) = *buf++; in _write()
Completed in 5 milliseconds