Lines Matching full:console
10 * Various console devices can be selected via the build options
11 * CONSOLE_FIRMWARE, CONSOLE_SERIAL etc. The console functions
12 * putchar(), getchar() and iskey() delegate to the individual console
20 * A console driver
22 * Defines the functions that implement a particular console type.
23 * Must be made part of the console drivers table by using
28 * allows other console devices to still be used to print out early
33 /** Console is disabled.
35 * The console's putchar(), putline(), getchar() and iskey()
37 * the console's initialisation functions will set #disabled=0
43 /** Write a character to the console.
52 /** Write an entire line to the console.
63 /** Read a character from the console.
71 * console.
90 /** Console driver table */
95 * console drivers table.