Home
last modified time | relevance | path

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

/components/drivers/include/drivers/
A Dsensor.h170 struct rt_sensor_device struct
172 struct rt_device parent; /* The standard device */
174 struct rt_sensor_info info; /* The sensor info data */
175 struct rt_sensor_config config; /* The sensor config data */
177 void *data_buf; /* The buf of the data received */
178 rt_size_t data_len; /* The size of the data received */
180 const struct rt_sensor_ops *ops; /* The sensor ops */
182 struct rt_sensor_module *module; /* The sensor module */
184 …sensor_t sensor); /* Called when an interrupt is generated, registered by the driver */
A Dsensor_v2.h316 struct rt_sensor_device struct
318 struct rt_device parent; /* The standard device */
320 struct rt_sensor_info info; /* The sensor info data */
321 struct rt_sensor_config config; /* The sensor config data */
323 rt_sensor_data_t data_buf; /* The buf of the data received */
324 rt_size_t data_len; /* The size of the data received */
326 const struct rt_sensor_ops *ops; /* The sensor ops */
328 struct rt_sensor_module *module; /* The sensor module */
330 …sensor_t sensor); /* Called when an interrupt is generated, registered by the driver */

Completed in 8 milliseconds