Searched defs:rt_sensor_device (Results 1 – 2 of 2) sorted by relevance
170 struct rt_sensor_device struct172 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 */
316 struct rt_sensor_device struct318 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