Home
last modified time | relevance | path

Searched refs:timestamp (Results 101 – 125 of 223) sorted by relevance

123456789

/Zephyr-latest/drivers/sensor/memsic/mmc56x3/
Dmmc56x3.h120 uint64_t timestamp; member
/Zephyr-latest/drivers/sensor/asahi_kasei/akm09918c/
Dakm09918c_async.c50 data->work_ctx.timestamp = k_ticks_to_ns_floor64(k_uptime_ticks()); in akm09918c_submit_sync()
/Zephyr-latest/drivers/sensor/bosch/bme280/
Dbme280_decoder.c67 out->header.base_timestamp_ns = edata->header.timestamp; in bme280_decoder_decode()
/Zephyr-latest/drivers/sensor/adi/adxl345/
Dadxl345.h182 uint64_t timestamp; member
198 uint64_t timestamp; member
/Zephyr-latest/drivers/misc/coresight/
Dnrf_etr.c184 uint64_t ts = packet->timestamp; in log_message_process()
222 log_output_process(&log_output, packet->timestamp, dname, source, NULL, level, in trace_point_process()
231 log_output_process(&log_output, packet->timestamp, dname, sname, NULL, 1, in trace_point_process()
239 log_output_process(&log_output, packet->timestamp, dname, sname, NULL, in trace_point_process()
254 log_output_process(&log_output, packet->timestamp, dname, sname, NULL, in hw_event_process()
/Zephyr-latest/subsys/logging/mipi_syst/
Dplatform.h32 mipi_syst_u64 timestamp; member
/Zephyr-latest/soc/nordic/nrf53/
DKconfig.sync_rtc30 bool "Use Synchronized RTC for logging timestamp"
/Zephyr-latest/samples/sensor/i3g4250d/
DREADME.rst12 displays the measurements along with a timestamp since startup.
/Zephyr-latest/samples/sensor/icm42605/
DREADME.rst13 displaying the values on the console along with a timestamp since
/Zephyr-latest/subsys/net/lib/lwm2m/
Dlwm2m_engine.h178 int lwm2m_engine_call_at(k_work_handler_t service, int64_t timestamp);
/Zephyr-latest/samples/subsys/usb/uac2_implicit_feedback/
DREADME.rst28 necessary timestamp information.
/Zephyr-latest/samples/sensor/mpu6050/
DREADME.rst13 on the console along with a timestamp since startup.
/Zephyr-latest/subsys/bluetooth/mesh/
Dadv_ext.c72 uint32_t timestamp; member
193 ext_adv->timestamp = k_uptime_get_32(); in adv_start()
298 k_uptime_get_32() - ext_adv->timestamp, in send_pending_adv()
/Zephyr-latest/drivers/gnss/
Dgnss_emul.c369 time_t timestamp; in gnss_emul_set_utc() local
373 timestamp = (time_t)(data->fix_timestamp_ms / 1000); in gnss_emul_set_utc()
374 gmtime_r(&timestamp, &datetime); in gnss_emul_set_utc()
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/
Disoal.h118 isoal_time_t timestamp; member
494 uint32_t *timestamp,
/Zephyr-latest/drivers/sensor/adi/adxl362/
Dadxl362_decoder.c112 data->header.base_timestamp_ns = enc_data->timestamp; in adxl362_decode_stream()
132 data->header.base_timestamp_ns = enc_data->timestamp; in adxl362_decode_stream()
/Zephyr-latest/drivers/sensor/adi/adxl367/
Dadxl367_decoder.c470 data->header.base_timestamp_ns = enc_data->timestamp; in adxl367_decode_12b_stream()
483 data->header.base_timestamp_ns = enc_data->timestamp; in adxl367_decode_12b_stream()
550 data->header.base_timestamp_ns = enc_data->timestamp; in adxl367_decode_stream()
568 data->header.base_timestamp_ns = enc_data->timestamp; in adxl367_decode_stream()
Dadxl367.h366 uint64_t timestamp; member
423 uint64_t timestamp; member
/Zephyr-latest/tests/bsim/bluetooth/mesh/src/
Dtest_advertiser.c89 static int64_t timestamp; in check_delta_time() local
92 int64_t delta = k_uptime_delta(&timestamp); in check_delta_time()
100 timestamp = k_uptime_get(); in check_delta_time()
109 timestamp = 0; in check_delta_time()
/Zephyr-latest/drivers/sensor/st/lsm6dsv16x/
Dlsm6dsv16x_rtio.c118 edata->header.timestamp = k_ticks_to_ns_floor64(k_uptime_ticks()); in lsm6dsv16x_submit_sample()
/Zephyr-latest/drivers/ethernet/nxp_enet/
Deth_nxp_enet.c170 pkt->timestamp.nanosecond = frameinfo->timeStamp.nanosecond; in ts_register_tx_event()
171 pkt->timestamp.second = frameinfo->timeStamp.second; in ts_register_tx_event()
395 pkt->timestamp.nanosecond = UINT32_MAX; in eth_nxp_enet_rx()
396 pkt->timestamp.second = UINT64_MAX; in eth_nxp_enet_rx()
411 pkt->timestamp.nanosecond = ts; in eth_nxp_enet_rx()
412 pkt->timestamp.second = ptp_time.second; in eth_nxp_enet_rx()
/Zephyr-latest/drivers/sensor/bosch/bma4xx/
Dbma4xx.h217 uint64_t timestamp; member
/Zephyr-latest/samples/sensor/6dof_motion_drdy/
DREADME.rst12 values on the console along with a timestamp since startup.
/Zephyr-latest/subsys/bluetooth/host/
Dmonitor.c203 static inline void encode_hdr(struct bt_monitor_hdr *hdr, uint32_t timestamp, in encode_hdr() argument
213 ts->ts32 = timestamp; in encode_hdr()
/Zephyr-latest/drivers/sensor/adi/adxl372/
Dadxl372.h338 uint64_t timestamp; member
390 uint64_t timestamp; member

123456789