
Go to the source code of this file.
Defines | |
| #define | PALRAM_BASE 0x05000000 |
| #define | VIDRAM_BASE 0x06000000 |
| #define | LCD_COLS 30 |
| #define | LCD_ROWS 20 |
| #define | LCD_MCOLS 32 |
| #define | LCD_MROWS 64 |
Functions | |
| int | DebugIOCtl (NUTDEVICE *dev, int req, void *conf) |
| Handle I/O controls for debug device 0. | |
| int | DebugInit (NUTDEVICE *dev) |
| Initialize debug device 0. | |
| int | DebugWrite (NUTFILE *fp, CONST void *buffer, int len) |
| Send characters to debug device 0. | |
| NUTFILE * | DebugOpen (NUTDEVICE *dev, CONST char *name, int mode, int acc) |
| Open debug device 0. | |
| int | DebugClose (NUTFILE *fp) |
| Close debug device 0. | |
Variables | |
| NUTDEVICE | devDebug0 |
| Debug device 0 information structure. | |