#include <settings.h>
Data Fields | |
uint8_t | value |
struct { | |
uint8_t invert_probe_pin:1 | |
uint8_t disable_probe_pullup:1 | |
uint8_t invert_connected_pin:1 | |
uint8_t disable_connected_pullup:1 | |
uint8_t allow_feed_override:1 | |
uint8_t enable_protection:1 | |
uint8_t unassigned:2 | |
}; | |
struct { ... } |
uint8_t allow_feed_override |
uint8_t disable_connected_pullup |
uint8_t disable_probe_pullup |
uint8_t enable_protection |
uint8_t invert_connected_pin |
uint8_t invert_probe_pin |
uint8_t unassigned |
uint8_t value |