#include <sys/irq.h>
Include dependency graph for system.h:
Go to the source code of this file.
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 | |
void | reset (void) __attribute__((noreturn)) |
erases BrickOS, returning control to ROM. | |
void | rom_reset (void) __attribute__((noreturn)) |
turns off interrupts, then issues reset. |
Definition in file system.h.
|
disables software standby mode so tm_idle_task() can use the sleep
|
|
enters software standby mode.
|
|
erases BrickOS, returning control to ROM.
Referenced by rom_reset(). |
|
turns off interrupts, then issues reset.
Definition at line 68 of file system.h. References reset(). |
brickOS is released under the
Mozilla Public License.
Original code copyright 1998-2002 by the authors. |