Home
last modified time | relevance | path

Searched refs:timestamp (Results 1 – 16 of 16) sorted by relevance

/components/drivers/sensor/v1/
A Dsensor_cmd.c47 …LOG_I("num:%3d, press:%5d pa, timestamp:%5d", num, sensor_data->data.baro, sensor_data->timestamp); in sensor_show_data()
50 …G_I("num:%3d, light:%5d lux, timestamp:%5d", num, sensor_data->data.light, sensor_data->timestamp); in sensor_show_data()
60 …LOG_I("num:%3d, tvoc:%5d ppb, timestamp:%5d", num, sensor_data->data.tvoc, sensor_data->timestamp); in sensor_show_data()
63 … LOG_I("num:%3d, noise:%5d, timestamp:%5d", num, sensor_data->data.noise, sensor_data->timestamp); in sensor_show_data()
66 … LOG_I("num:%3d, step:%5d, timestamp:%5d", num, sensor_data->data.step, sensor_data->timestamp); in sensor_show_data()
69 … LOG_I("num:%3d, force:%5d, timestamp:%5d", num, sensor_data->data.force, sensor_data->timestamp); in sensor_show_data()
72 …G_I("num:%3d, dust:%5d ug/m3, timestamp:%5d", num, sensor_data->data.dust, sensor_data->timestamp); in sensor_show_data()
75 …LOG_I("num:%3d, eco2:%5d ppm, timestamp:%5d", num, sensor_data->data.eco2, sensor_data->timestamp); in sensor_show_data()
87 …LOG_I("num:%3d, voltage:%5d mV, timestamp:%5d", num, sensor_data->data.mv, sensor_data->timestamp); in sensor_show_data()
90 …LOG_I("num:%3d, current:%5d mA, timestamp:%5d", num, sensor_data->data.ma, sensor_data->timestamp); in sensor_show_data()
[all …]
/components/drivers/sensor/v2/
A Dsensor_cmd.c269 …um:%d, temp:%f%s, timestamp:%u\n", num, sensor_data->data.temp, unit_name, sensor_data->timestamp); in sensor_show_data()
272 …um:%d, humi:%f%s, timestamp:%u\n", num, sensor_data->data.humi, unit_name, sensor_data->timestamp); in sensor_show_data()
275 …m:%d, press:%f%s, timestamp:%u\n", num, sensor_data->data.baro, unit_name, sensor_data->timestamp); in sensor_show_data()
278 …:%d, light:%f%s, timestamp:%u\n", num, sensor_data->data.light, unit_name, sensor_data->timestamp); in sensor_show_data()
288 …um:%d, tvoc:%f%s, timestamp:%u\n", num, sensor_data->data.tvoc, unit_name, sensor_data->timestamp); in sensor_show_data()
291 …:%d, noise:%f%s, timestamp:%u\n", num, sensor_data->data.noise, unit_name, sensor_data->timestamp); in sensor_show_data()
294 …um:%d, step:%f%s, timestamp:%u\n", num, sensor_data->data.step, unit_name, sensor_data->timestamp); in sensor_show_data()
300 …um:%d, dust:%f%s, timestamp:%u\n", num, sensor_data->data.dust, unit_name, sensor_data->timestamp); in sensor_show_data()
303 …um:%d, eco2:%f%s, timestamp:%u\n", num, sensor_data->data.eco2, unit_name, sensor_data->timestamp); in sensor_show_data()
306 …"num:%d, IAQ:%f%s, timestamp:%u\n", num, sensor_data->data.iaq, unit_name, sensor_data->timestamp); in sensor_show_data()
[all …]
/components/drivers/rtc/
A Ddev_alarm.c101 time_t timestamp; in alarm_wakeup() local
226 timestamp = (time_t)0; in alarm_wakeup()
239 time_t timestamp = (time_t)0; in alarm_update() local
247 get_timestamp(&timestamp); in alarm_update()
251 gmtime_r(&timestamp, &now); in alarm_update()
262 get_timestamp(&timestamp); in alarm_update()
369 time_t timestamp = (time_t)0; in alarm_setup() local
375 get_timestamp(&timestamp); in alarm_setup()
377 localtime_r(&timestamp, &now); in alarm_setup()
379 gmtime_r(&timestamp, &now); in alarm_setup()
[all …]
A Ddev_rtc.c238 rt_err_t set_timestamp(time_t timestamp) in set_timestamp() argument
250 return rt_device_control(_rtc_device, RT_DEVICE_CTRL_RTC_SET_TIME, &timestamp); in set_timestamp()
260 rt_err_t get_timestamp(time_t *timestamp) in get_timestamp() argument
272 return rt_device_control(_rtc_device, RT_DEVICE_CTRL_RTC_GET_TIME, timestamp); in get_timestamp()
/components/drivers/include/drivers/
A Ddev_rtc.h170 rt_err_t set_timestamp(time_t timestamp);
178 rt_err_t get_timestamp(time_t *timestamp);
A Ddev_alarm.h40 typedef void (*rt_alarm_callback_t)(rt_alarm_t alarm, time_t timestamp);
A Ddev_touch.h206 rt_tick_t timestamp; /* The timestamp when the data was received */ member
A Dsensor.h218 rt_uint32_t timestamp; /* The timestamp when the data was received */ member
A Dsensor_v2.h364 rt_uint32_t timestamp; /* The timestamp when the data was received */ member
/components/libc/compilers/common/
A Dctime.c235 time_t timestamp; in mktime() local
237 timestamp = timegm(t); in mktime()
239 timestamp = timestamp - rt_tz_get(); in mktime()
241 timestamp = timestamp - 0U; in mktime()
243 return timestamp; in mktime()
/components/net/lwip/lwip-1.4.1/doc/
A Dsnmp_agent.txt97 Exactly every 10 msec the SNMP uptime timestamp must be updated with
101 An alternative way to update the SNMP uptime timestamp is to do a call like
/components/net/lwip/lwip-2.1.2/src/netif/
A Dzepif.c78 PACK_STRUCT_FIELD(u32_t timestamp[2]);
/components/utilities/
A DKconfig158 bool "Enable timestamp format for time."
/components/net/lwip/lwip-1.4.1/
A DCHANGELOG1151 TCP timestamp options, off by default. Rework tcp_enqueue() to
1310 * tcp_out.c: Fixed bug #26236: "TCP options (timestamp) don't work with
/components/net/lwip/lwip-2.0.3/
A DCHANGELOG2107 TCP timestamp options, off by default. Rework tcp_enqueue() to
2266 * tcp_out.c: Fixed bug #26236: "TCP options (timestamp) don't work with
/components/net/lwip/lwip-2.1.2/
A DCHANGELOG2360 TCP timestamp options, off by default. Rework tcp_enqueue() to
2519 * tcp_out.c: Fixed bug #26236: "TCP options (timestamp) don't work with

Completed in 64 milliseconds