RTEMS  5.0.0
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
 
BSP_polling_getchar_function_type BSP_poll_char = uart_input
 

Detailed Description

Output character implementation for standard UARTs.

Variable Documentation

◆ BSP_output_char

BSP_output_char_function_type BSP_output_char = uart_output

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_poll_char

BSP_polling_getchar_function_type BSP_poll_char = uart_input

This variable points to the BSP provided method to input a character for the purposes of debug input.