#include <cfg/uart.h>#include <arch/arm/atmel/debug_at91.h>#include <dev/debug.h>#include <sys/timer.h>
Go to the source code of this file.
Functions | |
| uint32_t | At91BaudRateDiv (uint32_t baud) | 
| Calculate divisor for a given baud rate.   | |
| int | At91DevDebugIOCtl (NUTDEVICE *dev, int req, void *conf) | 
| Handle I/O controls for debug device 2.   | |
| int | At91DevDebugWrite (NUTFILE *fp, CONST void *buffer, int len) | 
| Send characters to debug device 0.   | |
| NUTFILE * | At91DevDebugOpen (NUTDEVICE *dev, CONST char *name, int mode, int acc) | 
| Open debug device.   | |
| int | At91DevDebugClose (NUTFILE *fp) | 
| Close debug device.   | |