grblHAL core  20240318
coolant_state_t Union Reference

#include <coolant_control.h>

Data Fields

uint8_t value
 Bitmask value. More...
 
uint8_t mask
 Synonym for bitmask value. More...
 
struct {
   uint8_t   flood:1
 Flood coolant. More...
 
   uint8_t   mist:1
 Mist coolant, optional. More...
 
   uint8_t   shower:1
 Shower coolant, currently unused. More...
 
   uint8_t   trough_spindle:1
 Through spindle coolant, currently unused. More...
 
   uint8_t   unused:4
 
}; 
 

Field Documentation

◆ 

struct { ... }

◆ flood

uint8_t flood

Flood coolant.

◆ mask

uint8_t mask

Synonym for bitmask value.

◆ mist

uint8_t mist

Mist coolant, optional.

◆ shower

uint8_t shower

Shower coolant, currently unused.

◆ trough_spindle

uint8_t trough_spindle

Through spindle coolant, currently unused.

◆ unused

uint8_t unused

◆ value

uint8_t value

Bitmask value.


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