RTEMS 6.1-rc1
Variables
uart-output-char.c File Reference

Output character implementation for standard UARTs. More...

#include <rtems/bspIo.h>
#include <bsp/uart-output-char.h>

Variables

BSP_output_char_function_type BSP_output_char = uart_output
 This function pointer references the kernel character output implementation. More...
 
BSP_polling_getchar_function_type BSP_poll_char = uart_input
 This function pointer may reference the kernel character input implementation. More...
 

Detailed Description

Output character implementation for standard UARTs.