Searched defs:rt_sensor_info (Results 1 – 2 of 2) sorted by relevance
138 struct rt_sensor_info struct140 rt_uint8_t type; /* The sensor type */141 rt_uint8_t vendor; /* Vendor of sensors */142 const char *model; /* model name of sensor */143 rt_uint8_t unit; /* unit of measurement */144 rt_uint8_t intf_type; /* Communication interface type */145 … rt_int32_t range_max; /* maximum range of this sensor's value. unit is 'unit' */146 … rt_int32_t range_min; /* minimum range of this sensor's value. unit is 'unit' */147 …_t period_min; /* Minimum measurement period,unit:ms. zero = not a constant rate */148 rt_uint8_t fifo_max;
283 struct rt_sensor_info struct285 rt_uint8_t type; /* sensor type */286 rt_uint8_t vendor; /* sensors vendor */287 const char *name; /* name of sensor */288 rt_uint8_t unit; /* unit of measurement */312 typedef struct rt_sensor_info *rt_sensor_info_t; argument
Completed in 6 milliseconds