Home
last modified time | relevance | path

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

/components/drivers/include/drivers/
A Dsensor.h216 struct rt_sensor_data struct
218 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;
A Dsensor_v2.h362 struct rt_sensor_data struct
364 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