/Zephyr-Core-3.5.0/include/zephyr/net/ |
D | ptp_time.h | 39 * any other well-defined context in which precision structured timestamps are 45 * In the context of (g)PTP, @em timestamps designate the time, relative to a 55 * timestamps are measured relative to the same local clock but with a 77 * Applications that use timestamps across different subsystems or media must 79 * and interpret timestamps accordingly. Applications must further ensure that 80 * timestamps are either all referenced to the same local clock or convert 83 * Timestamps may be measured on ingress (RX timestamps) or egress (TX 84 * timestamps) of network messages. Timestamps can also be used to schedule a 95 * * IEEE 802.15.4 timed TX and RX: Timestamps designate the point in time at 100 * depending on the context. In the context of beacon timestamps, the [all …]
|
D | net_time.h | 9 * @brief Representation of nanosecond resolution elapsed time and timestamps in
|
/Zephyr-Core-3.5.0/samples/boards/nrf/nrf53_sync_rtc/ |
D | README.rst | 18 that before synchronization procedure is completed, timestamps differ significantly 19 and once procedure is completed timestamps are synchronized. Network core timestamp 73 Observe that initially logging timestamps for the corresponding events on both cores 74 do not match. Same with local and remote timestamps reported on network core. After
|
/Zephyr-Core-3.5.0/drivers/can/ |
D | Kconfig | 64 bool "Receiving timestamps" 68 is initialized. Not all CAN controllers support timestamps.
|
/Zephyr-Core-3.5.0/drivers/timer/ |
D | altera_avalon_timer_hal.c | 53 * use a timer instance for both the system clock and timestamps in sys_clock_cycle_get_32() 63 * To properly obtain timestamps, the CPU must be configured with in sys_clock_cycle_get_32()
|
/Zephyr-Core-3.5.0/scripts/pylib/twister/twisterlib/ |
D | twister_main.py | 27 def setup_logging(outdir, log_file, verbose, timestamps): argument 45 if timestamps: 106 setup_logging(options.outdir, options.log_file, VERBOSE, options.timestamps)
|
D | environment.py | 615 parser.add_argument("--timestamps",
|
/Zephyr-Core-3.5.0/soc/ |
D | Kconfig | 63 timestamps and cycle count.
|
/Zephyr-Core-3.5.0/subsys/logging/ |
D | Kconfig.mode | 36 but not runtime filtering. There are no timestamps, prefixes,
|
D | Kconfig.formatting | 174 which timestamps are printed as fixed point values with seconds on the
|
/Zephyr-Core-3.5.0/tests/subsys/mgmt/mcumgr/os_mgmt_info/src/ |
D | build_date.c | 65 /* Convert times to separate fields and then to timestamps which can be compared */ in time_string_to_seconds() 142 /* Extract time strings into timestamps */ in ZTEST() 238 /* Extract time strings into timestamps */ in ZTEST()
|
/Zephyr-Core-3.5.0/dts/bindings/can/ |
D | microchip,mcp251xfd.yaml | 60 Prescaler value for computing the timestamps of received messages.
|
/Zephyr-Core-3.5.0/soc/arm/nordic_nrf/nrf53/ |
D | soc.c | 103 static uint32_t timestamps[5]; in nrf53_anomaly_160_check() local 106 uint8_t oldest = (current + 1) % ARRAY_SIZE(timestamps); in nrf53_anomaly_160_check() 111 (now - timestamps[oldest]) < (window_cycles + 1)) { in nrf53_anomaly_160_check() 132 timestamps[current] = k_cycle_get_32(); in nrf53_anomaly_160_check()
|
/Zephyr-Core-3.5.0/boards/ |
D | Kconfig | 122 timestamps and cycle count.
|
/Zephyr-Core-3.5.0/subsys/bluetooth/ |
D | Kconfig.iso | 105 HCI ISO Data packet with a size of 255, without utilizing timestamps.
|
/Zephyr-Core-3.5.0/subsys/net/l2/ethernet/gptp/ |
D | Kconfig | 10 and handles network packet timestamps.
|
D | gptp_md.c | 284 /* Get peer corrected timestamps. */ in gptp_md_compute_prop_time()
|
/Zephyr-Core-3.5.0/doc/kernel/ |
D | timeutil.rst | 61 Sub-second timestamps like ``struct timespec`` can also use this to produce 218 between their timestamps.
|
/Zephyr-Core-3.5.0/samples/net/gptp/ |
D | README.rst | 32 timestamps for sent and received Ethernet frames.
|
/Zephyr-Core-3.5.0/subsys/net/ip/ |
D | icmpv4.c | 216 * this option to the end of timestamps plus one (i.e., it in icmpv4_update_time_stamp()
|
/Zephyr-Core-3.5.0/modules/openthread/platform/ |
D | radio.c | 238 * @brief Convert 32-bit (potentially wrapped) OpenThread microsecond timestamps 239 * to 64-bit Zephyr network subsystem nanosecond timestamps.
|
/Zephyr-Core-3.5.0/doc/services/logging/ |
D | index.rst | 619 Logging does not provide any mechanism for synchronizing timestamps across multiple 625 recalculates timestamps, there are 2 options:
|
/Zephyr-Core-3.5.0/drivers/dai/intel/dmic/ |
D | dmic.c | 457 /* Clear NTK to enable successive timestamps */ in dai_timestamp_dmic_get()
|
/Zephyr-Core-3.5.0/doc/releases/ |
D | release-notes-3.5.rst | 857 * Time and timestamps in the network subsystem, PTP and IEEE 802.15.4 859 Fields for timed TX and TX/RX timestamps have been consolidated. See
|
/Zephyr-Core-3.5.0/drivers/ethernet/ |
D | eth_xlnx_gem.c | 10 * - Hardware timestamps not considered.
|