Home
last modified time | relevance | path

Searched refs:stamp (Results 1 – 16 of 16) sorted by relevance

/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.c82 #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/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/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/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/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/subsys/testsuite/coverage/
Dcoverage.h110 unsigned int stamp; /* Uniquifying time stamp */ member
Dcoverage.c160 info->stamp); in gcov_populate_buffer()
/Zephyr-latest/boards/rakwireless/rak3172/doc/
Dindex.rst13 The breakout board footprint allows RAK3172 stamp module pins to be transferred to 2.54 mm headers.
33 For more information about the RAK3172 stamp module:
/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()
/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/tests/subsys/logging/log_api/src/
Dmain.c54 static log_timestamp_t stamp; variable
61 return NO_BACKENDS ? (log_timestamp_t)UINT32_MAX : stamp++; in timestamp_get()
90 stamp = TIMESTAMP_INIT_VAL; in log_setup()
610 stamp = TIMESTAMP_INIT_VAL; in log_n_messages()
/Zephyr-latest/subsys/logging/
Dlog_output.c585 bool stamp = flags & LOG_OUTPUT_FLAG_TIMESTAMP; in prefix_print() local
614 if (stamp) { in prefix_print()
/Zephyr-latest/doc/services/sensing/
Dindex.rst195 Time stamp unit in sensing subsystem is ``micro seconds``.
/Zephyr-latest/doc/releases/
Drelease-notes-2.2.rst1175 * :github:`14668` - net: icmp4: Zephyr strips record route and time stamp options