grblHAL core  20240704
sys_command_flags_t Union Reference

#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
 
}; 
 

Field Documentation

◆ 

struct { ... }

◆ allow_blocking

uint8_t allow_blocking

System command can be used when blocking event is active.

◆ flags

uint8_t flags

◆ help_fn

uint8_t help_fn

◆ noargs

uint8_t noargs

System command does not handle arguments.

◆ unused

uint8_t unused

The documentation for this union was generated from the following file: