Home
last modified time | relevance | path

Searched refs:timestamp (Results 76 – 100 of 223) sorted by relevance

123456789

/Zephyr-latest/drivers/sensor/adi/adxl362/
Dadxl362_stream.c190 hdr->timestamp = data->timestamp; in adxl362_process_fifo_samples_cb()
353 rx_data->timestamp = data->timestamp; in adxl362_process_status_cb()
392 data->timestamp = k_ticks_to_ns_floor64(k_uptime_ticks()); in adxl362_stream_irq_handler()
Dadxl362.h236 uint64_t timestamp; member
263 uint64_t timestamp; member
/Zephyr-latest/subsys/net/lib/lwm2m/
Dlwm2m_engine.c365 static int64_t retransmit_request(struct lwm2m_ctx *client_ctx, const int64_t timestamp) in retransmit_request() argument
380 if (remaining < timestamp) { in retransmit_request()
469 int lwm2m_engine_call_at(k_work_handler_t service, int64_t timestamp) in lwm2m_engine_call_at() argument
471 return engine_add_srv(service, 0, timestamp); in lwm2m_engine_call_at()
500 static int64_t lwm2m_engine_service(const int64_t timestamp) in lwm2m_engine_service() argument
509 if (timestamp >= srv->next_timestamp) { in lwm2m_engine_service()
595 static int64_t check_notifications(struct lwm2m_ctx *ctx, const int64_t timestamp) in check_notifications() argument
611 if (timestamp < obs->event_timestamp) { in check_notifications()
625 engine_observe_shedule_next_event(obs, ctx->srv_obj_inst, timestamp); in check_notifications()
626 obs->last_timestamp = timestamp; in check_notifications()
Dlwm2m_observation.h38 const int64_t timestamp);
Dlwm2m_observation.c358 int64_t timestamp; in lwm2m_notify_observer_path() local
379 timestamp = in lwm2m_notify_observer_path()
383 timestamp = k_uptime_get(); in lwm2m_notify_observer_path()
386 if (!obs->event_timestamp || obs->event_timestamp > timestamp) { in lwm2m_notify_observer_path()
388 obs->event_timestamp = timestamp; in lwm2m_notify_observer_path()
943 int64_t timestamp; in lwm2m_engine_observer_timestamp_update() local
965 timestamp = obs->last_timestamp + MSEC_PER_SEC * nattrs.pmax; in lwm2m_engine_observer_timestamp_update()
968 timestamp = 0; in lwm2m_engine_observer_timestamp_update()
970 obs->event_timestamp = timestamp; in lwm2m_engine_observer_timestamp_update()
1434 const int64_t timestamp) in engine_observe_shedule_next_event() argument
[all …]
/Zephyr-latest/tests/net/lib/lwm2m/lwm2m_rd_client/src/
Dstubs.c141 int lwm2m_engine_call_at(k_work_handler_t work, int64_t timestamp) in lwm2m_engine_call_at() argument
144 next = timestamp ? timestamp : 1; in lwm2m_engine_call_at()
/Zephyr-latest/subsys/logging/frontends/
Dlog_frontend_stmesp.c32 #define STM_D8(reg, data, timestamp, marked) \ argument
33 stmesp_data8(reg, data, timestamp, marked, \
36 #define STM_D16(reg, data, timestamp, marked) \ argument
37 stmesp_data16(reg, data, timestamp, marked, \
40 #define STM_D32(reg, data, timestamp, marked) \ argument
41 stmesp_data32(reg, data, timestamp, marked, \
Dlog_frontend_stmesp_demux.c269 .timestamp = ts ? *ts : 0, in store_turbo_log0()
286 .timestamp = ts ? *ts : 0, in store_turbo_log1()
302 .timestamp = ts ? *ts : 0, in store_tracepoint()
316 .timestamp = ts ? *ts : 0, in log_frontend_stmesp_demux_hw_event()
496 entry->packet->timestamp = *ts; in log_frontend_stmesp_demux_packet_start()
518 demux.curr->packet->timestamp = ts; in log_frontend_stmesp_demux_timestamp()
DKconfig99 bool "Generate timestamp and marker at message end"
101 Generate a zero data byte with timestamp and marker at message end,
102 instead of generating a timestamp and marker at message start and
/Zephyr-latest/tests/subsys/logging/log_msg/src/
Dmain.c31 static log_timestamp_t timestamp; variable
35 return timestamp; in get_timestamp()
40 timestamp = TEST_TIMESTAMP_INIT_VALUE; in test_init()
57 printk("timestamp: %d\n", (int)msg->hdr.timestamp); in print_msg()
540 return timestamp++; in timestamp_get_inc()
557 timestamp = 0; in ZTEST()
/Zephyr-latest/subsys/logging/
DKconfig.processing152 bool "Use 24 bit timestamp for tracing"
155 When enabled, shorter timestamp is used and trace message is
159 bool "Use 64 bit timestamp"
162 bool "Use real time clock for timestamp"
/Zephyr-latest/tests/subsys/logging/log_timestamp/src/
Dlog_timestamp_test.c50 const log_timestamp_t timestamp, in custom_timestamp() argument
/Zephyr-latest/tests/benchmarks/latency_measure/src/
Dutils.h42 extern struct timestamp_data timestamp;
/Zephyr-latest/drivers/sensor/adi/adxl372/
Dadxl372_stream.c214 hdr->timestamp = data->timestamp; in adxl372_process_fifo_samples_cb()
393 rx_data->timestamp = data->timestamp; in adxl372_process_status1_cb()
432 data->timestamp = k_ticks_to_ns_floor64(k_uptime_ticks()); in adxl372_stream_irq_handler()
/Zephyr-latest/drivers/sensor/bosch/bme280/
Dbme280_async.c37 edata->header.timestamp = k_ticks_to_ns_floor64(k_uptime_ticks()); in bme280_submit_sync()
/Zephyr-latest/drivers/ethernet/
Deth_native_posix.c141 struct net_ptp_time timestamp; in update_gptp() local
145 ret = eth_clock_gettime(&timestamp.second, &timestamp.nanosecond); in update_gptp()
150 net_pkt_set_timestamp(pkt, &timestamp); in update_gptp()
/Zephyr-latest/drivers/sensor/asahi_kasei/akm09918c/
Dakm09918c_decoder.c69 out->header.base_timestamp_ns = edata->header.timestamp; in akm09918c_decoder_decode()
/Zephyr-latest/tests/benchmarks/sched/
DREADME.rst19 It then iterates this many times, reporting timestamp latencies
/Zephyr-latest/drivers/sensor/memsic/mmc56x3/
Dmmc56x3_async.c35 edata->header.timestamp = k_ticks_to_ns_floor64(k_uptime_ticks()); in mmc56x3_submit_sync()
/Zephyr-latest/include/zephyr/shell/
Dshell_log_backend.h48 uint32_t timestamp; member
/Zephyr-latest/subsys/bluetooth/mesh/
Dbeacon.c57 uint64_t timestamp; member
177 uptime - priv_random.timestamp < (10 * interval * MSEC_PER_SEC) && in private_random_update()
178 priv_random.timestamp != 0) { in private_random_update()
192 priv_random.timestamp = uptime; in private_random_update()
763 priv_random.timestamp = 0; in bt_mesh_beacon_update()
Dpb_gatt_srv.c289 int64_t timestamp = fast_adv_timestamp; in bt_mesh_pb_gatt_srv_adv_start() local
290 int64_t elapsed_time = k_uptime_delta(&timestamp); in bt_mesh_pb_gatt_srv_adv_start()
/Zephyr-latest/drivers/sensor/tdk/icm42688/
Dicm42688_decoder.c196 edata->header.timestamp = k_ticks_to_ns_floor64(k_uptime_ticks()); in icm42688_encode()
362 ((struct sensor_data_header *)data_out)->base_timestamp_ns = edata->header.timestamp; in icm42688_fifo_decode()
484 out->header.base_timestamp_ns = edata->header.timestamp; in icm42688_one_shot_decode()
518 out->header.base_timestamp_ns = edata->header.timestamp; in icm42688_one_shot_decode()
550 out->header.base_timestamp_ns = edata->header.timestamp; in icm42688_one_shot_decode()
/Zephyr-latest/drivers/sensor/adi/adxl367/
Dadxl367_stream.c273 hdr->timestamp = data->timestamp; in adxl367_process_fifo_samples_cb()
507 rx_data->timestamp = data->timestamp; in adxl367_process_status_cb()
545 data->timestamp = k_ticks_to_ns_floor64(k_uptime_ticks()); in adxl367_stream_irq_handler()
/Zephyr-latest/tests/bluetooth/controller/ctrl_isoal/src/
Disoal_test_debug.c59 (uint32_t) pdu_meta->meta->timestamp, in isoal_test_debug_print_rx_pdu()
125 sdu_frag->sdu.timestamp, in isoal_test_debug_print_rx_sdu()

123456789