grblHAL core  20240318
axes_signals_t Union Reference

#include <nuts_bolts.h>

Data Fields

uint8_t mask
 
uint8_t value
 
struct {
   uint8_t   x:1
 
   uint8_t   y:1
 
   uint8_t   z:1
 
   uint8_t   a:1
 
   uint8_t   b:1
 
   uint8_t   c:1
 
   uint8_t   u:1
 
   uint8_t   v:1
 
}; 
 

Field Documentation

◆ 

struct { ... }

◆ a

uint8_t a

◆ b

uint8_t b

◆ c

uint8_t c

◆ mask

uint8_t mask

◆ u

uint8_t u

◆ v

uint8_t v

◆ value

uint8_t value

◆ x

uint8_t x

◆ y

uint8_t y

◆ z

uint8_t z

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