/Zephyr-latest/drivers/sensor/memsic/mmc56x3/ |
D | mmc56x3.h | 120 uint64_t timestamp; member
|
/Zephyr-latest/drivers/sensor/asahi_kasei/akm09918c/ |
D | akm09918c_async.c | 50 data->work_ctx.timestamp = k_ticks_to_ns_floor64(k_uptime_ticks()); in akm09918c_submit_sync()
|
/Zephyr-latest/drivers/sensor/bosch/bme280/ |
D | bme280_decoder.c | 67 out->header.base_timestamp_ns = edata->header.timestamp; in bme280_decoder_decode()
|
/Zephyr-latest/drivers/sensor/adi/adxl345/ |
D | adxl345.h | 182 uint64_t timestamp; member 198 uint64_t timestamp; member
|
/Zephyr-latest/drivers/misc/coresight/ |
D | nrf_etr.c | 184 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/ |
D | platform.h | 32 mipi_syst_u64 timestamp; member
|
/Zephyr-latest/soc/nordic/nrf53/ |
D | Kconfig.sync_rtc | 30 bool "Use Synchronized RTC for logging timestamp"
|
/Zephyr-latest/samples/sensor/i3g4250d/ |
D | README.rst | 12 displays the measurements along with a timestamp since startup.
|
/Zephyr-latest/samples/sensor/icm42605/ |
D | README.rst | 13 displaying the values on the console along with a timestamp since
|
/Zephyr-latest/subsys/net/lib/lwm2m/ |
D | lwm2m_engine.h | 178 int lwm2m_engine_call_at(k_work_handler_t service, int64_t timestamp);
|
/Zephyr-latest/samples/subsys/usb/uac2_implicit_feedback/ |
D | README.rst | 28 necessary timestamp information.
|
/Zephyr-latest/samples/sensor/mpu6050/ |
D | README.rst | 13 on the console along with a timestamp since startup.
|
/Zephyr-latest/subsys/bluetooth/mesh/ |
D | adv_ext.c | 72 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/ |
D | gnss_emul.c | 369 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(×tamp, &datetime); in gnss_emul_set_utc()
|
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/ |
D | isoal.h | 118 isoal_time_t timestamp; member 494 uint32_t *timestamp,
|
/Zephyr-latest/drivers/sensor/adi/adxl362/ |
D | adxl362_decoder.c | 112 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/ |
D | adxl367_decoder.c | 470 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()
|
D | adxl367.h | 366 uint64_t timestamp; member 423 uint64_t timestamp; member
|
/Zephyr-latest/tests/bsim/bluetooth/mesh/src/ |
D | test_advertiser.c | 89 static int64_t timestamp; in check_delta_time() local 92 int64_t delta = k_uptime_delta(×tamp); 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/ |
D | lsm6dsv16x_rtio.c | 118 edata->header.timestamp = k_ticks_to_ns_floor64(k_uptime_ticks()); in lsm6dsv16x_submit_sample()
|
/Zephyr-latest/drivers/ethernet/nxp_enet/ |
D | eth_nxp_enet.c | 170 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/ |
D | bma4xx.h | 217 uint64_t timestamp; member
|
/Zephyr-latest/samples/sensor/6dof_motion_drdy/ |
D | README.rst | 12 values on the console along with a timestamp since startup.
|
/Zephyr-latest/subsys/bluetooth/host/ |
D | monitor.c | 203 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/ |
D | adxl372.h | 338 uint64_t timestamp; member 390 uint64_t timestamp; member
|