Structure holding data passed to the callback function called by spindle_enumerate_spindles(). More...
#include <spindle_control.h>
Data Fields | |
| spindle_id_t | id |
| uint8_t | ref_id |
| spindle_num_t | num |
| const char * | name |
| bool | enabled |
| bool | is_current |
| const spindle_ptrs_t * | hal |
Structure holding data passed to the callback function called by spindle_enumerate_spindles().
| bool enabled |
| const spindle_ptrs_t* hal |
| spindle_id_t id |
| bool is_current |
| const char* name |
| spindle_num_t num |
| uint8_t ref_id |