#include <system.h>
Data Fields | |
| uint8_t | flags |
| struct { | |
| uint8_t noargs:1 | |
| System command does not handle arguments. More... | |
| uint8_t allow_blocking:1 | |
| System command can be used when blocking event is active. More... | |
| uint8_t help_fn:1 | |
| uint8_t unused:5 | |
| }; | |
| struct { ... } |
| uint8_t allow_blocking |
System command can be used when blocking event is active.
| uint8_t flags |
| uint8_t help_fn |
| uint8_t noargs |
System command does not handle arguments.
| uint8_t unused |