RTEMS 6.1-rc2
|
This source file contains the definition of BSP_output_char and BSP_poll_char. More...
#include <rtems/bspIo.h>
#include <rtems/sysinit.h>
#include <bsp.h>
#include <dev/serial/zynq-uart.h>
#include <bspopts.h>
Functions | |
RTEMS_SYSINIT_ITEM (zynq_debug_console_init, RTEMS_SYSINIT_BSP_START, RTEMS_SYSINIT_ORDER_LAST_BUT_5) | |
Variables | |
BSP_output_char_function_type | BSP_output_char = zynq_debug_console_early_init |
This function pointer references the kernel character output implementation. | |
BSP_polling_getchar_function_type | BSP_poll_char = zynq_debug_console_in |
This function pointer may reference the kernel character input implementation. | |
This source file contains the definition of BSP_output_char and BSP_poll_char.