Home
last modified time | relevance | path

Searched full:stamp (Results 1 – 25 of 45) sorted by relevance

12

/Zephyr-latest/arch/arc/core/
Dtimestamp.c9 * @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/
DMakefile29 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/
Dtest_helpers.c11 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/
Dmain.c81 /* #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/
Dm5stack,stamps3-header.yaml28 other Stamp variantes like StampC3 or Stamp-Pico.
/Zephyr-latest/tests/kernel/timer/starve/src/
Dmain.c40 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/
Dboard.yml3 full_name: STAMP-C3
Dstamp_c3.yaml2 name: M5Stack STAMP-C3
DKconfig.stamp_c31 # M5Stack STAMP-C3 board configuration
Dstamp_c3.dts15 model = "M5Stack STAMP-C3";
/Zephyr-latest/tests/benchmarks/sched_userspace/src/
Dmain.c28 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/
DMakefile32 hello_server.stamp: ../hello.thrift
35 $(GENSRC): hello_server.stamp
/Zephyr-latest/soc/intel/intel_adsp/ace/include/
Ddmic_regs.h21 /* 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/
Dindex.rst6 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/
Ddmic_regs.h21 /* 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/
Dmcux_snvs_rtc.h33 * current UNIX time stamp.
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/
Disoal.c806 /* 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/
Dcoverage.h110 unsigned int stamp; /* Uniquifying time stamp */ member
/Zephyr-latest/samples/arch/smp/pi/src/
Dmain.c88 /* Capture initial time stamp */ in main()
103 /* Capture final time stamp */ in main()
/Zephyr-latest/tests/subsys/logging/log_core_additional/src/
Dlog_test.c140 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/
Dambiq_stimer.c66 /* 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/
Dmain.c154 /*record time stamp of thread creation*/ in ZTEST_USER()
190 /*record time stamp of thread creation*/ in ZTEST()
/Zephyr-latest/boards/rakwireless/rak11720/doc/
Dindex.rst8 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/
Dmain.c174 /* Capture initial time stamp */ in main()
189 /* Capture final time stamp */ in main()
/Zephyr-latest/boards/nordic/nrf9160dk/
Dboard.c100 const uint32_t stamp = k_cycle_get_32(); in chip_reset() local
103 printk("Bye @ cycle32 %u\n", stamp); in chip_reset()

12