grblHAL core  20241107
probeflags_t Union Reference

#include <settings.h>

Data Fields

uint8_t value
 
struct {
   uint8_t   invert_probe_pin:1
 
   uint8_t   disable_probe_pullup:1
 
   uint8_t   invert_connected_pin:1
 
   uint8_t   disable_connected_pullup:1
 
   uint8_t   allow_feed_override:1
 
   uint8_t   enable_protection:1
 
   uint8_t   unassigned:2
 
}; 
 

Field Documentation

◆ 

struct { ... }

◆ allow_feed_override

uint8_t allow_feed_override

◆ disable_connected_pullup

uint8_t disable_connected_pullup

◆ disable_probe_pullup

uint8_t disable_probe_pullup

◆ enable_protection

uint8_t enable_protection

◆ invert_connected_pin

uint8_t invert_connected_pin

◆ invert_probe_pin

uint8_t invert_probe_pin

◆ unassigned

uint8_t unassigned

◆ value

uint8_t value

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