ROM Interface: RCX system control functions. More...
#include <sys/irq.h>
Go to the source code of this file.
Functions | |
| void | power_off (void) |
| enters software standby mode. More... | |
| void | power_init (void) |
| disables software standby mode so tm_idle_task() can use the sleep More... | |
| void | reset (void) __attribute__((noreturn)) |
| erases BrickOS, returning control to ROM. More... | |
| void | rom_reset (void) __attribute__((noreturn)) |
| turns off interrupts, then issues reset. More... | |
ROM Interface: RCX system control functions.
Definition in file system.h.
|
inline |
|
inline |
| void reset | ( | void | ) |
erases BrickOS, returning control to ROM.
Referenced by rom_reset().
|
brickOS is released under the
Mozilla Public License.
Original code copyright 1998-2005 by the authors. |
1.8.9.1