grblHAL core  20240704
limit_settings_flags_t Union Reference

#include <settings.h>

Data Fields

uint8_t value
 
struct {
   uint8_t   hard_enabled:1
 
   uint8_t   soft_enabled:1
 
   uint8_t   check_at_init:1
 
   uint8_t   jog_soft_limited:1
 
   uint8_t   two_switches:1
 
   uint8_t   hard_disabled_rotary:1
 
   uint8_t   unassigned:2
 
}; 
 

Field Documentation

◆ 

struct { ... }

◆ check_at_init

uint8_t check_at_init

◆ hard_disabled_rotary

uint8_t hard_disabled_rotary

◆ hard_enabled

uint8_t hard_enabled

◆ jog_soft_limited

uint8_t jog_soft_limited

◆ soft_enabled

uint8_t soft_enabled

◆ two_switches

uint8_t two_switches

◆ unassigned

uint8_t unassigned

◆ value

uint8_t value

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