#include <rtems.h>
#include <termios.h>
Go to the source code of this file.
|
void | putDebugChar (char c) |
|
int | getDebugChar (void) |
|
void | serdbg_exceptionHandler (int vecnum, void *vector) |
|
int | serdbg_init (void) |
|
int | serdbg_open (const char *dev_name, uint32_t baudrate) |
|
int | serdbg_init_dbg (void) |
|
void | set_debug_traps (void) |
|
void | breakpoint (void) |
|