Main Page   Class Hierarchy   Compound List   File List   Header Files   Compound Members   File Members  

legOS/include/rom/system.h File Reference

ROM system control functions. More...


Functions

void power_off (void)
enters software standby mode.

void power_init (void)
disables software standby mode so tm_idle_task() can use the sleep instruction.

void reset (void) __attribute__((noreturn))
erases legOS, returning control to ROM.

void rom_reset (void) __attribute__((noreturn))


Detailed Description

ROM system control functions.

Author(s):
Markus L. Noga <markus@noga.de>

Function Documentation

void power_off (void) [inline]

enters software standby mode.

void power_init (void) [inline]

disables software standby mode so tm_idle_task() can use the sleep instruction.

void reset (void)

erases legOS, returning control to ROM.

void rom_reset (void) [inline]

legOS-0.2.4 is released under the Mozilla Public License. Original code copyright 1998-1999 by the authors.