Every hardware module must have a data structure named HAL_MODULE_INFO_SYM and the fields of this data structure must begin with hw_module_t followed by module specific information. More...
Data Fields | |
struct hw_module_t | common |
int(* | get_sensors_list )(struct sensors_module_t *module, struct sensor_t const **list) |
Enumerate all available sensors. More... | |
Every hardware module must have a data structure named HAL_MODULE_INFO_SYM and the fields of this data structure must begin with hw_module_t followed by module specific information.
int(* sensors_module_t::get_sensors_list)(struct sensors_module_t *module, struct sensor_t const **list) |