Searched defs:rt_sensor_data (Results 1 – 2 of 2) sorted by relevance
216 struct rt_sensor_data struct218 rt_uint32_t timestamp; /* The timestamp when the data was received */219 rt_uint8_t type; /* The sensor type of the data */221 {245 } data;
362 struct rt_sensor_data struct364 rt_uint32_t timestamp; /* The timestamp when the data was received */365 rt_uint8_t type; /* The sensor type of the data */367 {393 rt_ssize_t (*fetch_data)(rt_sensor_t sensor, rt_sensor_data_t buf, rt_size_t len); argument
Completed in 18 milliseconds