RTEMS 6.1-rc5
Loading...
Searching...
No Matches
Functions | Variables
zynq-uart-kernel-io.c File Reference

This source file contains the definition of BSP_output_char and BSP_poll_char. More...

#include <rtems/bspIo.h>
#include <bsp.h>
#include <dev/serial/zynq-uart-regs.h>
#include <rtems/sysinit.h>

Functions

 RTEMS_SYSINIT_ITEM (zynq_uart_kernel_init, RTEMS_SYSINIT_BSP_START, RTEMS_SYSINIT_ORDER_LAST_BUT_5)
 

Variables

BSP_output_char_function_type BSP_output_char = zynq_uart_kernel_early_init
 This function pointer references the kernel character output implementation.
 
BSP_polling_getchar_function_type BSP_poll_char = zynq_uart_kernel_poll_char
 This function pointer may reference the kernel character input implementation.
 

Detailed Description

This source file contains the definition of BSP_output_char and BSP_poll_char.