Searched refs:rt_sensor_get_ts (Results 1 – 2 of 2) sorted by relevance
22 #define rt_sensor_get_ts() time(RT_NULL) /* API for the sensor to get the timestamp */ macro24 #define rt_sensor_get_ts() rt_tick_get() /* API for the sensor to get the timestamp */
23 #define rt_sensor_get_ts() time(RT_NULL) /* API for the sensor to get the timestamp */ macro25 #define rt_sensor_get_ts() rt_tick_get() /* API for the sensor to get the timestamp */
Completed in 5 milliseconds