#include <hal.h>
Data Fields | |
uint32_t | value |
All bitmap flags. More... | |
struct { | |
uint32_t software_debounce:1 | |
Software debounce of input switches signals is supported. More... | |
uint32_t step_pulse_delay:1 | |
Stepper step pulse delay is supported. More... | |
uint32_t limits_pull_up:1 | |
Pullup resistors for limit inputs are are supported. More... | |
uint32_t control_pull_up:1 | |
Pullup resistors for control inputs are supported. More... | |
uint32_t probe_pull_up:1 | |
Pullup resistors for probe inputs are supported. More... | |
uint32_t amass_level:2 | |
uint32_t spindle_encoder:1 | |
Spindle encoder is supported. More... | |
uint32_t spindle_sync:1 | |
Spindle synced motion is supported. More... | |
uint32_t sd_card:1 | |
uint32_t littlefs:1 | |
uint32_t bluetooth:1 | |
uint32_t ethernet:1 | |
uint32_t wifi:1 | |
uint32_t spindle_pid:1 | |
uint32_t mpg_mode:1 | |
uint32_t laser_ppi_mode:1 | |
Laser PPI (Pulses Per Inch) mode is supported. More... | |
uint32_t atc:1 | |
Automatic tool changer (ATC) is supported. More... | |
uint32_t no_gcode_message_handling:1 | |
uint32_t odometers:1 | |
uint32_t pwm_spindle:1 | |
uint32_t probe_latch:1 | |
uint32_t toolsetter:1 | |
Toolsetter (2nd probe) input is supported. More... | |
uint32_t rtc:1 | |
uint32_t rtc_set:1 | |
uint32_t unassigned:7 | |
}; | |
struct { ... } |
uint32_t amass_level |
uint32_t atc |
Automatic tool changer (ATC) is supported.
uint32_t bluetooth |
uint32_t control_pull_up |
Pullup resistors for control inputs are supported.
uint32_t ethernet |
uint32_t laser_ppi_mode |
Laser PPI (Pulses Per Inch) mode is supported.
uint32_t limits_pull_up |
Pullup resistors for limit inputs are are supported.
uint32_t littlefs |
uint32_t mpg_mode |
uint32_t no_gcode_message_handling |
uint32_t odometers |
uint32_t probe_latch |
uint32_t probe_pull_up |
Pullup resistors for probe inputs are supported.
uint32_t pwm_spindle |
uint32_t rtc |
uint32_t rtc_set |
uint32_t sd_card |
uint32_t software_debounce |
Software debounce of input switches signals is supported.
uint32_t spindle_encoder |
Spindle encoder is supported.
uint32_t spindle_pid |
uint32_t spindle_sync |
Spindle synced motion is supported.
uint32_t step_pulse_delay |
Stepper step pulse delay is supported.
uint32_t toolsetter |
Toolsetter (2nd probe) input is supported.
uint32_t unassigned |
uint32_t value |
All bitmap flags.
uint32_t wifi |