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