![]() |
RTEMS 6.1-rc1
|
Console Configuration. More...
#include <rtems/bspIo.h>#include <libchip/serial.h>#include <bspopts.h>#include <bsp/uart.h>#include <bsp/generic_or1k.h>Macros | |
| #define | PORT_COUNT |
Variables | |
| console_tbl | Console_Configuration_Ports [] |
| unsigned long | Console_Configuration_Count = PORT_COUNT |
| BSP_output_char_function_type | BSP_output_char = output_char |
| This function pointer references the kernel character output implementation. More... | |
| BSP_polling_getchar_function_type | BSP_poll_char = NULL |
| This function pointer may reference the kernel character input implementation. More... | |
Console Configuration.
| #define PORT_COUNT |
| unsigned long Console_Configuration_Count = PORT_COUNT |
The number of serial ports defined in Console_Configuration_Ports
| console_tbl Console_Configuration_Ports[] |
The statically configured serial port information tables which are used to initially populate the dynamic tables.