grblHAL core  20240704
spindle_pwm_flags_t Union Reference

#include <spindle_control.h>

Data Fields

uint8_t value
 
struct {
   uint8_t   invert_pwm:1
 NOTE: set (by driver) when inversion is done in code. More...
 
   uint8_t   always_on:1
 
   uint8_t   cloned:1
 
   uint8_t   laser_mode_disable:1
 
   uint8_t   unused:4
 
}; 
 

Field Documentation

◆ 

struct { ... }

◆ always_on

uint8_t always_on

◆ cloned

uint8_t cloned

◆ invert_pwm

uint8_t invert_pwm

NOTE: set (by driver) when inversion is done in code.

◆ laser_mode_disable

uint8_t laser_mode_disable

◆ unused

uint8_t unused

◆ value

uint8_t value

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