grblHAL core  20250320
probe_state_t Union Reference

#include <probe.h>

Data Fields

uint8_t value
 
struct {
   uint8_t   triggered:1
 Set to true when probe or toolsetter is triggered. More...
 
   uint8_t   connected:1
 Set to true when probe is connected. Always set to true if the driver does not have a probe connected input. More...
 
   uint8_t   inverted:1
 For driver use. More...
 
   uint8_t   is_probing:1
 For driver use. More...
 
   uint8_t   irq_enabled:1
 For driver use. More...
 
   uint8_t   tls_triggered:1
 Set to true when toolsetter is triggered. More...
 
   uint8_t   unassigned:2
 
}; 
 

Field Documentation

◆ 

struct { ... }

◆ connected

uint8_t connected

Set to true when probe is connected. Always set to true if the driver does not have a probe connected input.

◆ inverted

uint8_t inverted

For driver use.

◆ irq_enabled

uint8_t irq_enabled

For driver use.

◆ is_probing

uint8_t is_probing

For driver use.

◆ tls_triggered

uint8_t tls_triggered

Set to true when toolsetter is triggered.

◆ triggered

uint8_t triggered

Set to true when probe or toolsetter is triggered.

◆ unassigned

uint8_t unassigned

◆ value

uint8_t value

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