#include "rs232.h"
Go to the source code of this file.
Defines | |
#define | SYSTEM_LED *((volatile unsigned char *)0xf000) |
#define | SYSTEM_CONTROLREG *((volatile unsigned char *)0xf020) |
#define | BIT(x) ((1 << x)) |
#define | LOW(x) ((x) & 0xff) |
#define | MIDLO(x) (((x) >> 8) & 0x0ff) |
#define | MIDHI(x) (((x) >> 16) & 0x0ff) |
#define | HIGH(x) (((x) >> 24) & 0x0ff) |
#define | ILOW(x) (x) |
#define | IMIDLO(x) ((x) << 8) |
#define | IMIDHI(x) ((x)<< 16) |
#define | IHIGH(x) ((x)<< 24) |
#define | SYSTEM_CLOCKRATE 7372800L |
Functions | |
void | OS_InitMalloc (char *start_of_heap, char *end_of_heap) |
Variables | |
SERIAL * | pR0 |
SERIAL * | pR1 |
#define SYSTEM_CLOCKRATE 7372800L |
#define SYSTEM_CONTROLREG *((volatile unsigned char *)0xf020) |
void OS_InitMalloc | ( | char * | start_of_heap, | |
char * | end_of_heap | |||
) |