Home
last modified time | relevance | path

Searched defs:rt_sensor_info (Results 1 – 2 of 2) sorted by relevance

/components/drivers/include/drivers/
A Dsensor.h138 struct rt_sensor_info struct
140 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;
A Dsensor_v2.h283 struct rt_sensor_info struct
285 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