other versions
UART_CONSOLE_WRITE(9) | 16x50 UART Driver | UART_CONSOLE_WRITE(9) |
NAME¶
uart_console_write - write a console message to a serial port
SYNOPSIS¶
void uart_console_write(struct uart_port * port, const char * s, unsigned int count, void (*putchar) (struct uart_port *, int));
ARGUMENTS¶
port
the port to write the message
s
array of characters
count
number of characters in string to write
putchar
function to write character to port
COPYRIGHT¶
January 2017 | Kernel Hackers Manual 4.8. |