RTEMS 7.0-rc1
Loading...
Searching...
No Matches
Variables
dbgu.c File Reference

Console driver for AT91RM9200 DBGU port. More...

#include <bsp.h>
#include <rtems/libio.h>
#include <termios.h>
#include <at91rm9200.h>
#include <at91rm9200_dbgu.h>
#include <at91rm9200_pmc.h>
#include <rtems/bspIo.h>
#include <libchip/serial.h>
#include <libchip/sersupp.h>

Variables

volatile int dbg_dly
 
const console_fns dbgu_fns
 
BSP_output_char_function_type BSP_output_char = _BSP_put_char
 This function pointer references the kernel character output implementation.
 
BSP_polling_getchar_function_type BSP_poll_char = _BSP_poll_char
 This function pointer may reference the kernel character input implementation.
 

Detailed Description

Console driver for AT91RM9200 DBGU port.

This driver uses the shared console driver in bsps/shared/dev/serial/legacy-console.c

Variable Documentation

◆ dbgu_fns

const console_fns dbgu_fns
Initial value:
=
{
libchip_serial_default_probe,
dbgu_first_open,
dbgu_last_close,
dbgu_read,
dbgu_write,
dbgu_init,
dbgu_write_polled,
dbgu_set_attributes,
FALSE
}