/Zephyr-latest/arch/arc/core/ |
D | timestamp.c | 9 * @brief Time Stamp API for ARCv2 11 * Provide 64-bit time stamp API 21 * This function returns a 64-bit bit time stamp value that is clocked 24 * @return 64-bit time stamp value
|
/Zephyr-latest/samples/modules/thrift/hello/client/ |
D | Makefile | 29 all: hello_client hello_client_compact hello_client_ssl hello_client_py.stamp 31 hello_client.stamp: ../hello.thrift 34 $(GENSRC): hello_client.stamp 49 hello_client_py.stamp: ../hello.thrift 54 rm -Rf hello_client hello_client_compact hello_client_ssl $(GEN_DIR) gen-py *.stamp
|
/Zephyr-latest/tests/subsys/logging/log_benchmark/src/ |
D | test_helpers.c | 11 static log_timestamp_t stamp; variable 15 return stamp++; in timestamp_get() 20 stamp = 0; in z_impl_test_helpers_log_setup()
|
/Zephyr-latest/tests/benchmarks/sched/src/ |
D | main.c | 81 /* #define stamp(s) printk("%s @ %d\n", #s, _stamp(s)) */ 82 #define stamp(s) _stamp(s) macro 96 stamp(PARTNER_AWAKE_PENDING); in partner_fn() 140 stamp(UNPENDING); in main() 143 stamp(UNPENDED_READYING); in main() 145 stamp(READIED_YIELDING); in main() 154 stamp(YIELDED); in main()
|
/Zephyr-latest/dts/bindings/gpio/ |
D | m5stack,stamps3-header.yaml | 28 other Stamp variantes like StampC3 or Stamp-Pico.
|
/Zephyr-latest/tests/kernel/timer/starve/src/ |
D | main.c | 40 uint32_t stamp = 0; in ZTEST() local 60 if (now > stamp) { in ZTEST() 63 stamp += STAMP_INTERVAL_s * MSEC_PER_SEC; in ZTEST()
|
/Zephyr-latest/boards/m5stack/stamp_c3/ |
D | board.yml | 3 full_name: STAMP-C3
|
D | stamp_c3.yaml | 2 name: M5Stack STAMP-C3
|
D | Kconfig.stamp_c3 | 1 # M5Stack STAMP-C3 board configuration
|
D | stamp_c3.dts | 15 model = "M5Stack STAMP-C3";
|
/Zephyr-latest/tests/benchmarks/sched_userspace/src/ |
D | main.c | 28 static inline int stamp(int state) in stamp() function 100 stamp(MEAS_START); in exec_test() 107 stamp(MEAS_END); in exec_test()
|
/Zephyr-latest/samples/modules/thrift/hello/server/ |
D | Makefile | 32 hello_server.stamp: ../hello.thrift 35 $(GENSRC): hello_server.stamp
|
/Zephyr-latest/soc/intel/intel_adsp/ace/include/ |
D | dmic_regs.h | 21 /* Time Stamp Control Register */ 30 /* Time Stamp Counter Captured 64 bits */ 42 /* Capture Link Select - select which link wall clock to time stamp. */ 45 /* Hammock Harbor Time Stamp Enable */ 51 /* On Demand Time Stamp */
|
/Zephyr-latest/boards/m5stack/stamp_c3/doc/ |
D | index.rst | 6 STAMP-C3 featuring ESPRESSIF ESP32-C3 RISC-V MCU with Wi-Fi connectivity 9 For more details see the `M5Stack STAMP-C3`_ page. 14 The STAMP-C3 board configuration supports the following hardware features: 203 .. _`M5Stack STAMP-C3`: https://docs.m5stack.com/en/core/stamp_c3
|
/Zephyr-latest/soc/intel/intel_adsp/cavs/include/cavs25/ |
D | dmic_regs.h | 21 /* Time Stamp Control Register */ 30 /* Time Stamp Counter Captured 64 bits */ 42 /* Hammock Harbor Time Stamp Enable */ 48 /* On Demand Time Stamp */
|
/Zephyr-latest/include/zephyr/drivers/rtc/ |
D | mcux_snvs_rtc.h | 33 * current UNIX time stamp.
|
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/ |
D | isoal.c | 806 /* The incoming time stamp for each PDU is expected to be the in isoal_rx_unframed_consume() 828 * should add an SDU interval to the time stamp. in isoal_rx_unframed_consume() 997 * BIS receiver, this reference is ahead of the time-stamp (anchorpoint), 1032 * time stamp and the actual reference, rounding at the in isoal_rx_framed_release_lost_sdus() 1046 * the next expected SDU's time stamp is the base for in isoal_rx_framed_release_lost_sdus() 1292 * We should possibly be able to send empty packets with only time stamp in isoal_rx_framed_consume() 1375 * time stamp already set should be valid. in isoal_rx_framed_consume() 1638 * decide if the time stamp provided by the host is sensible in isoal_is_time_stamp_valid() 1644 * 3.3 Time Stamp for SDU : in isoal_is_time_stamp_valid() 1646 * a Time Stamp or the Time_Stamp value is not based on the in isoal_is_time_stamp_valid() [all …]
|
/Zephyr-latest/subsys/testsuite/coverage/ |
D | coverage.h | 110 unsigned int stamp; /* Uniquifying time stamp */ member
|
/Zephyr-latest/samples/arch/smp/pi/src/ |
D | main.c | 88 /* Capture initial time stamp */ in main() 103 /* Capture final time stamp */ in main()
|
/Zephyr-latest/tests/subsys/logging/log_core_additional/src/ |
D | log_test.c | 140 static uint32_t stamp; variable 143 stamp++; in timestamp_get() 144 return log_output_timestamp_to_us(stamp * 2); in timestamp_get() 149 stamp = 0U; in log_setup() 332 stamp = 0U; in ZTEST()
|
/Zephyr-latest/drivers/timer/ |
D | ambiq_stimer.c | 66 /* If current cycle count is smaller than the last time stamp, a counter overflow happened. in update_tick_counter() 110 /* If current cycle count is smaller than the last time stamp, a counter in stimer_isr()
|
/Zephyr-latest/tests/kernel/threads/thread_init/src/ |
D | main.c | 154 /*record time stamp of thread creation*/ in ZTEST_USER() 190 /*record time stamp of thread creation*/ in ZTEST()
|
/Zephyr-latest/boards/rakwireless/rak11720/doc/ |
D | index.rst | 8 that enhances the communication capabilities. The RAK11720 stamp module 32 For more information about the RAK11720 stamp module:
|
/Zephyr-latest/samples/arch/smp/pktqueue/src/ |
D | main.c | 174 /* Capture initial time stamp */ in main() 189 /* Capture final time stamp */ in main()
|
/Zephyr-latest/boards/nordic/nrf9160dk/ |
D | board.c | 100 const uint32_t stamp = k_cycle_get_32(); in chip_reset() local 103 printk("Bye @ cycle32 %u\n", stamp); in chip_reset()
|