system.c File Reference

System Control. More...

Go to the source code of this file.


Functions

int System_SetActive (int state)
 Sets whether the System subsystem is active.
int System_GetActive ()
 Returns the active state of the subsystem.
int System_GetFreeMemory (void)
 Returns the free size of the heap.
int System_GetSerialNumber (void)
 Gets the board's Serial Number.
int System_SetSerialNumber (int serial)
 Sets the Serial Number.
int System_SetSamba (int sure)
 Returns the board to SAM-BA mode.
int System_SetName (char *name)
 Gives the board a name.
char * System_GetName ()
 Read the board's name.
int System_SetReset (int sure)
 Reset the board.

Detailed Description

System Control.

Functions for monitoring and controlling the system.

Definition in file system.c.