ROM Interface: RCX system control functions.
More...
#include <sys/irq.h>
Go to the source code of this file.
|
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.
|
|
ROM Interface: RCX system control functions.
- Author
- Markus L. Noga marku.nosp@m.s@no.nosp@m.ga.de
Definition in file system.h.
◆ power_init()
disables software standby mode so tm_idle_task() can use the sleep
Definition at line 54 of file system.h.
◆ power_off()
enters software standby mode.
Definition at line 42 of file system.h.
◆ reset()
erases BrickOS, returning control to ROM.
Referenced by rom_reset().
◆ rom_reset()
turns off interrupts, then issues reset.
Definition at line 68 of file system.h.
References reset().