Searched refs:timestamps (Results 1 – 21 of 21) sorted by relevance
/Zephyr-latest/scripts/pylib/twister/twisterlib/ |
D | log_helper.py | 34 def setup_logging(outdir, log_file, log_level, timestamps): argument 51 if timestamps:
|
D | twister_main.py | 78 setup_logging(options.outdir, options.log_file, options.log_level, options.timestamps)
|
D | runner.py | 984 setup_logging(options.outdir, options.log_file, options.log_level, options.timestamps)
|
/Zephyr-latest/samples/boards/nordic/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 75 Observe that initially logging timestamps for the corresponding events on both cores 76 do not match. Same with local and remote timestamps reported on network core. After
|
/Zephyr-latest/soc/nordic/nrf53/ |
D | soc.c | 95 static uint32_t timestamps[5]; in nrf53_anomaly_160_check() local 98 uint8_t oldest = (current + 1) % ARRAY_SIZE(timestamps); in nrf53_anomaly_160_check() 103 (now - timestamps[oldest]) < (window_cycles + 1)) { in nrf53_anomaly_160_check() 124 timestamps[current] = k_cycle_get_32(); in nrf53_anomaly_160_check()
|
/Zephyr-latest/drivers/can/ |
D | Kconfig | 98 bool "Receiving timestamps" 102 is initialized. Not all CAN controllers support timestamps.
|
/Zephyr-latest/soc/ |
D | Kconfig | 66 timestamps and cycle count.
|
/Zephyr-latest/samples/net/ptp/ |
D | README.rst | 29 timestamps for sent and received Ethernet frames.
|
/Zephyr-latest/subsys/logging/ |
D | Kconfig.mode | 37 but not runtime filtering. There are no timestamps, prefixes,
|
D | Kconfig.formatting | 206 which timestamps are printed as fixed point values with seconds on the
|
/Zephyr-latest/doc/kernel/ |
D | timeutil.rst | 61 Sub-second timestamps like ``struct timespec`` can also use this to produce 218 between their timestamps.
|
/Zephyr-latest/boards/ |
D | Kconfig | 152 timestamps and cycle count.
|
/Zephyr-latest/subsys/net/l2/ethernet/gptp/ |
D | Kconfig | 10 and handles network packet timestamps.
|
/Zephyr-latest/subsys/net/lib/ptp/ |
D | Kconfig | 15 and handles network packet timestamps. The protocol's implementation
|
/Zephyr-latest/samples/net/gptp/ |
D | README.rst | 32 timestamps for sent and received Ethernet frames.
|
/Zephyr-latest/doc/services/logging/ |
D | cs_stm.rst | 149 The file will contain timestamps and the log messages in a format that is human-readable. 154 Decoding artifacts or incorrect timestamps might occur when rerunning the process.
|
D | index.rst | 637 Logging does not provide any mechanism for synchronizing timestamps across multiple 643 recalculates timestamps, there are 2 options:
|
/Zephyr-latest/doc/hardware/peripherals/can/ |
D | shell.rst | 32 * :kconfig:option:`CONFIG_CAN_RX_TIMESTAMP` enables printing of timestamps for received CAN frames.
|
/Zephyr-latest/subsys/bluetooth/ |
D | Kconfig | 332 timestamps.
|
/Zephyr-latest/doc/releases/ |
D | release-notes-3.5.rst | 860 * Time and timestamps in the network subsystem, PTP and IEEE 802.15.4 862 Fields for timed TX and TX/RX timestamps have been consolidated. See
|
D | release-notes-1.14.rst | 2178 * :github:`9043` - New logging subsystem's timestamps wrap a little before the 3-minute mark
|