grblHAL core  20250618
probe_flags_t Union Reference

#include <probe.h>

Data Fields

uint8_t value
 
struct {
   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   latchable:1
 Set to true when probe input supports change rising/falling. More...
 
   uint8_t   watchable:1
 Set to true when probe input supports change interrupt. More...
 
   uint8_t   unassigned:5
 
}; 
 

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.

◆ latchable

uint8_t latchable

Set to true when probe input supports change rising/falling.

◆ unassigned

uint8_t unassigned

◆ value

uint8_t value

◆ watchable

uint8_t watchable

Set to true when probe input supports change interrupt.


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