E:/Projects/AvrLib/include/system.h File Reference

#include "rs232.h"

Include dependency graph for system.h:

This graph shows which files directly or indirectly include this file:

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

SERIALpR0
SERIALpR1


Define Documentation

#define BIT (  )     ((1 << x))

Definition at line 19 of file system.h.

#define HIGH (  )     (((x) >> 24) & 0x0ff)

Definition at line 25 of file system.h.

#define IHIGH (  )     ((x)<< 24)

Definition at line 30 of file system.h.

#define ILOW (  )     (x)

Definition at line 27 of file system.h.

#define IMIDHI (  )     ((x)<< 16)

Definition at line 29 of file system.h.

#define IMIDLO (  )     ((x) << 8)

Definition at line 28 of file system.h.

#define LOW (  )     ((x) & 0xff)

Definition at line 22 of file system.h.

#define MIDHI (  )     (((x) >> 16) & 0x0ff)

Definition at line 24 of file system.h.

#define MIDLO (  )     (((x) >> 8) & 0x0ff)

Definition at line 23 of file system.h.

#define SYSTEM_CLOCKRATE   7372800L

Definition at line 33 of file system.h.

Referenced by CalculateBaudRate().

#define SYSTEM_CONTROLREG   *((volatile unsigned char *)0xf020)

Definition at line 15 of file system.h.

#define SYSTEM_LED   *((volatile unsigned char *)0xf000)

Definition at line 14 of file system.h.


Function Documentation

void OS_InitMalloc ( char *  start_of_heap,
char *  end_of_heap 
)


Variable Documentation


Generated on Sun Aug 31 13:30:44 2008 for FrankenRTOS by  doxygen 1.5.6