Searched refs:stamp (Results 1 – 16 of 16) sorted by relevance
11 static log_timestamp_t stamp; variable15 return stamp++; in timestamp_get()20 stamp = 0; in z_impl_test_helpers_log_setup()
82 #define stamp(s) _stamp(s) macro96 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()
29 all: hello_client hello_client_compact hello_client_ssl hello_client_py.stamp31 hello_client.stamp: ../hello.thrift34 $(GENSRC): hello_client.stamp49 hello_client_py.stamp: ../hello.thrift54 rm -Rf hello_client hello_client_compact hello_client_ssl $(GEN_DIR) gen-py *.stamp
40 uint32_t stamp = 0; in ZTEST() local60 if (now > stamp) { in ZTEST()63 stamp += STAMP_INTERVAL_s * MSEC_PER_SEC; in ZTEST()
28 static inline int stamp(int state) in stamp() function100 stamp(MEAS_START); in exec_test()107 stamp(MEAS_END); in exec_test()
32 hello_server.stamp: ../hello.thrift35 $(GENSRC): hello_server.stamp
140 static uint32_t stamp; variable143 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()
110 unsigned int stamp; /* Uniquifying time stamp */ member
160 info->stamp); in gcov_populate_buffer()
13 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:
100 const uint32_t stamp = k_cycle_get_32(); in chip_reset() local103 printk("Bye @ cycle32 %u\n", stamp); in chip_reset()
8 that enhances the communication capabilities. The RAK11720 stamp module32 For more information about the RAK11720 stamp module:
54 static log_timestamp_t stamp; variable61 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()
585 bool stamp = flags & LOG_OUTPUT_FLAG_TIMESTAMP; in prefix_print() local614 if (stamp) { in prefix_print()
195 Time stamp unit in sensing subsystem is ``micro seconds``.
1175 * :github:`14668` - net: icmp4: Zephyr strips record route and time stamp options