/Zephyr-latest/drivers/sensor/bosch/bma4xx/ |
D | bma4xx.c | 369 edata->header.timestamp = k_ticks_to_ns_floor64(k_uptime_ticks()); in bma4xx_submit_one_shot() 612 out->header.base_timestamp_ns = edata->header.timestamp; in bma4xx_one_shot_decode() 636 out->header.base_timestamp_ns = edata->header.timestamp; in bma4xx_one_shot_decode()
|
/Zephyr-latest/include/zephyr/logging/ |
D | log_msg.h | 76 log_timestamp_t timestamp; member 80 log_timestamp_t timestamp; member 803 return msg->hdr.timestamp; in log_msg_get_timestamp()
|
/Zephyr-latest/doc/services/sensing/ |
D | index.rst | 204 * timestamp of ``readings[0]`` is ``header.base_timestamp`` + ``readings[0].timestamp_delta``. 206 * timestamp of ``readings[1]`` is ``timestamp of readings[0]`` + ``readings[1].timestamp_delta``. 208 Since timestamp unit is micro seconds,
|
/Zephyr-latest/subsys/net/lib/ptp/ |
D | msg.h | 294 } timestamp; member
|
/Zephyr-latest/drivers/ethernet/ |
D | eth_sam_gmac.c | 651 struct net_ptp_time timestamp; in timestamp_tx_pkt() local 656 timestamp = get_ptp_event_tx_ts(gmac); in timestamp_tx_pkt() 659 timestamp = get_ptp_peer_event_tx_ts(gmac); in timestamp_tx_pkt() 662 timestamp = get_current_ts(gmac); in timestamp_tx_pkt() 665 net_pkt_set_timestamp(pkt, ×tamp); in timestamp_tx_pkt() 671 struct net_ptp_time timestamp; in timestamp_rx_pkt() local 676 timestamp = get_ptp_event_rx_ts(gmac); in timestamp_rx_pkt() 679 timestamp = get_ptp_peer_event_rx_ts(gmac); in timestamp_rx_pkt() 682 timestamp = get_current_ts(gmac); in timestamp_rx_pkt() 685 net_pkt_set_timestamp(pkt, ×tamp); in timestamp_rx_pkt()
|
D | eth_xmc4xxx.c | 424 struct net_ptp_time timestamp = { in eth_xmc4xxx_rx_pkt() local 428 net_pkt_set_timestamp(pkt, ×tamp); in eth_xmc4xxx_rx_pkt() 532 struct net_ptp_time timestamp = { in eth_xmc4xxx_handle_tx() local 536 net_pkt_set_timestamp(pkt, ×tamp); in eth_xmc4xxx_handle_tx()
|
/Zephyr-latest/drivers/sensor/bosch/bme280/ |
D | bme280.h | 206 uint64_t timestamp; member
|
/Zephyr-latest/include/zephyr/drivers/modem/ |
D | hl7800.h | 221 uint32_t timestamp; member
|
/Zephyr-latest/scripts/pylib/twister/twisterlib/ |
D | reports.py | 50 self.timestamp = datetime.now().isoformat() 157 timestamp = self.timestamp, 231 timestamp = self.timestamp,
|
/Zephyr-latest/samples/subsys/ipc/ipc_service/icmsg/ |
D | README.rst | 57 [00:00:00.833,160] <inf> sync_rtc: Updated timestamp to synchronized RTC by 1)
|
/Zephyr-latest/doc/hardware/peripherals/ |
D | rtc.rst | 37 :ref:`counter_api` API. The unix timestamp was used to convert 38 between broken-down time and the unix timestamp within the RTC
|
/Zephyr-latest/samples/net/mqtt_sn_publisher/ |
D | README.rst | 114 [00:00:10.200,000] <inf> mqtt_sn_publisher_sample: Publishing timestamp 121 [00:00:20.400,000] <inf> mqtt_sn_publisher_sample: Publishing timestamp
|
/Zephyr-latest/tests/benchmarks/latency_measure/src/ |
D | main.c | 23 BENCH_BMEM struct timestamp_data timestamp; variable
|
/Zephyr-latest/drivers/ethernet/nxp_enet/ |
D | eth_mcux.c | 805 pkt->timestamp.nanosecond = ts; in eth_rx() 806 pkt->timestamp.second = ptpTimeData.second; in eth_rx() 809 pkt->timestamp.nanosecond = UINT32_MAX; in eth_rx() 810 pkt->timestamp.second = UINT64_MAX; in eth_rx() 850 pkt->timestamp.nanosecond = in ts_register_tx_event() 852 pkt->timestamp.second = in ts_register_tx_event()
|
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/nordic/lll/ |
D | lll_sync_iso.c | 1386 iso_meta->timestamp = HAL_TICKER_TICKS_TO_US(radio_tmr_start_get()) + in isr_rx_iso_data_valid() 1395 iso_meta->timestamp %= in isr_rx_iso_data_valid() 1417 iso_meta->timestamp = HAL_TICKER_TICKS_TO_US(radio_tmr_start_get()) + in isr_rx_iso_data_invalid() 1422 iso_meta->timestamp -= (latency * lll->iso_interval * in isr_rx_iso_data_invalid() 1424 iso_meta->timestamp %= in isr_rx_iso_data_invalid()
|
/Zephyr-latest/drivers/sensor/st/lsm6dsv16x/ |
D | lsm6dsv16x_rtio_stream.c | 266 rx_data->header.timestamp = lsm6dsv16x->fifo_timestamp; in lsm6dsv16x_read_fifo_cb() 322 .timestamp = lsm6dsv16x->fifo_timestamp, in lsm6dsv16x_read_fifo_cb()
|
/Zephyr-latest/doc/services/logging/ |
D | index.rst | 84 domain ID which might be used for multiprocessor systems), timestamp and 154 :kconfig:option:`CONFIG_LOG_TIMESTAMP_64BIT`: 64 bit timestamp. 176 :kconfig:option:`CONFIG_LOG_BACKEND_FORMAT_TIMESTAMP`: If enabled timestamp is 314 a function which returns the timestamp value. If not provided, :c:macro:`k_cycle_get` 401 A log message contains a message descriptor (source, domain and level), timestamp, 448 .. [#l0] Depending on the platform and the timestamp size fields may be swapped. 614 Each domain can have a different timestamp source in terms of frequency and 615 offset. Logging does not perform any timestamp conversion. 640 * If domains have different timestamp sources, messages will be 642 * If domains have the same timestamp source or if there is an out-of-bound mechanism that [all …]
|
/Zephyr-latest/drivers/sensor/adi/adxl345/ |
D | adxl345_decoder.c | 104 data->header.base_timestamp_ns = enc_data->timestamp; in adxl345_decode_stream()
|
/Zephyr-latest/samples/drivers/video/capture/src/ |
D | main.c | 245 vbuf->timestamp); in main()
|
/Zephyr-latest/samples/subsys/usb/uac2_explicit_feedback/ |
D | README.rst | 34 neither subsystem provides the necessary timestamp information.
|
/Zephyr-latest/drivers/sensor/adi/adxl372/ |
D | adxl372_decoder.c | 51 data->header.base_timestamp_ns = enc_data->timestamp; in adxl372_decode_stream()
|
/Zephyr-latest/subsys/net/lib/lwm2m/ |
D | lwm2m_object.h | 443 int64_t timestamp; member 812 static inline int engine_put_timestamp(struct lwm2m_output_context *out, time_t timestamp) in engine_put_timestamp() argument 815 return out->writer->put_data_timestamp(out, timestamp); in engine_put_timestamp()
|
/Zephyr-latest/subsys/net/ip/ |
D | Kconfig | 757 Allow to set the TIMESTAMPING option on a socket. This way timestamp for a network 955 bool "Network packet timestamp support" 957 Enable network packet timestamp support. This is needed for 963 bool "Create TX timestamp thread" 967 Create a TX timestamp thread that will pass the timestamped network 969 If you just want to timestamp network packets and get information 978 Set the timestamp thread stack size in bytes. The timestamp
|
/Zephyr-latest/samples/basic/button/ |
D | README.rst | 114 will print an information about this event along with its timestamp.
|
/Zephyr-latest/drivers/can/ |
D | Kconfig | 100 This option enables a timestamp value of the CAN free running timer.
|