Linux
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
UART_STATUS_DR
drivers/tty/serial/apbuart.c
139
if (status & UART_STATUS_DR)
drivers/tty/serial/apbuart.h
62
#define UART_RX_DATA(s) (((s) & UART_STATUS_DR) != 0)