![]() |
RTEMS
5.0.0
|
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 |
| BSP_polling_getchar_function_type | BSP_poll_char = NULL |
Console Configuration.
| #define PORT_COUNT |
| BSP_output_char_function_type BSP_output_char = output_char |
This variable points to the BSP provided method to output a character for the purposes of debug output.
It must output only the specific character. It must not perform character translations, e.g. "\n" to "\r\n".
| BSP_polling_getchar_function_type BSP_poll_char = NULL |
This variable points to the BSP provided method to input a character for the purposes of debug input.
| 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.
1.8.13