grblHAL core  20241107
rgb_color_mask_t Union Reference

#include <rgb.h>

Data Fields

uint8_t value
 
uint8_t mask
 
struct {
   uint8_t   B:1
 
   uint8_t   G:1
 
   uint8_t   R:1
 
   uint8_t   W:1
 
   uint8_t   unused:4
 
}; 
 

Field Documentation

◆ 

struct { ... }

◆ B

uint8_t B

◆ G

uint8_t G

◆ mask

uint8_t mask

◆ R

uint8_t R

◆ unused

uint8_t unused

◆ value

uint8_t value

◆ W

uint8_t W

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