/Zephyr-latest/include/zephyr/sys/ |
D | time_units.h | 357 #define k_sec_to_cyc_floor32(t) \ argument 373 #define k_sec_to_cyc_floor64(t) \ argument 389 #define k_sec_to_cyc_near32(t) \ argument 405 #define k_sec_to_cyc_near64(t) \ argument 421 #define k_sec_to_cyc_ceil32(t) \ argument 437 #define k_sec_to_cyc_ceil64(t) \ argument 453 #define k_sec_to_ticks_floor32(t) \ argument 469 #define k_sec_to_ticks_floor64(t) \ argument 485 #define k_sec_to_ticks_near32(t) \ argument 501 #define k_sec_to_ticks_near64(t) \ argument [all …]
|
/Zephyr-latest/doc/_extensions/zephyr/doxytooltip/static/tippy/ |
D | tippy-bundle.umd.min.js | 6 !function(t,e){"object"==typeof exports&&"undefined"!=typeof module?module.exports=e(require("@popp… argument
|
D | popper.min.js | 7 !function(e,t){"object"==typeof exports&&"undefined"!=typeof module?t(exports):"function"==typeof d… argument
|
/Zephyr-latest/include/zephyr/ |
D | sys_clock.h | 120 #define Z_TIMEOUT_TICKS(t) ((k_timeout_t) { (t) }) argument 122 #define Z_TIMEOUT_TICKS(t) ((k_timeout_t) { .ticks = (t) }) argument 127 # define Z_TIMEOUT_MS(t) Z_TIMEOUT_TICKS((k_ticks_t)k_ms_to_ticks_ceil64(MAX(t, 0))) argument 128 # define Z_TIMEOUT_US(t) Z_TIMEOUT_TICKS((k_ticks_t)k_us_to_ticks_ceil64(MAX(t, 0))) argument 129 # define Z_TIMEOUT_NS(t) Z_TIMEOUT_TICKS((k_ticks_t)k_ns_to_ticks_ceil64(MAX(t, 0))) argument 130 # define Z_TIMEOUT_CYC(t) Z_TIMEOUT_TICKS((k_ticks_t)k_cyc_to_ticks_ceil64(MAX(t, 0))) argument 131 # define Z_TIMEOUT_MS_TICKS(t) ((k_ticks_t)k_ms_to_ticks_ceil64(MAX(t, 0))) argument 133 # define Z_TIMEOUT_MS(t) Z_TIMEOUT_TICKS((k_ticks_t)k_ms_to_ticks_ceil32(MAX(t, 0))) argument 134 # define Z_TIMEOUT_US(t) Z_TIMEOUT_TICKS((k_ticks_t)k_us_to_ticks_ceil32(MAX(t, 0))) argument 135 # define Z_TIMEOUT_NS(t) Z_TIMEOUT_TICKS((k_ticks_t)k_ns_to_ticks_ceil32(MAX(t, 0))) argument [all …]
|
/Zephyr-latest/kernel/ |
D | timeout.c | 41 sys_dnode_t *t = sys_dlist_peek_head(&timeout_list); in first() local 46 static struct _timeout *next(struct _timeout *t) in next() 53 static void remove_timeout(struct _timeout *t) in remove_timeout() 114 struct _timeout *t; in z_add_timeout() local 163 for (struct _timeout *t = first(); t != NULL; t = next(t)) { in timeout_rem() local 228 struct _timeout *t; in sys_clock_announce() local 263 uint64_t t = 0U; in sys_clock_tick_get() local
|
/Zephyr-latest/tests/subsys/logging/log_link_order/src/ |
D | main.c | 74 k_timeout_t t; in check_msg() local 90 #define CHECK_MSG(t) check_msg(t, __LINE__) argument 126 log_timestamp_t t = timestamp_get(); in ZTEST() local 159 log_timestamp_t t = timestamp_get(); in ZTEST() local
|
/Zephyr-latest/lib/posix/options/ |
D | pthread.c | 95 static inline void posix_thread_q_set(struct posix_thread *t, enum posix_thread_qid qid) in posix_thread_q_set() 110 static inline enum posix_thread_qid posix_thread_q_get(struct posix_thread *t) in posix_thread_q_get() 131 static inline size_t posix_thread_to_offset(struct posix_thread *t) in posix_thread_to_offset() 143 struct posix_thread *t; in to_posix_thread() local 180 struct posix_thread *t; in pthread_self() local 205 struct posix_thread *t = NULL; in __z_pthread_cleanup_push() local 223 struct posix_thread *t = NULL; in __z_pthread_cleanup_pop() local 464 static void posix_thread_finalize(struct posix_thread *t, void *retval) in posix_thread_finalize() 521 struct posix_thread *t = CONTAINER_OF(k_current_get(), struct posix_thread, thread); in zephyr_thread_wrapper() local 537 struct posix_thread *t; in posix_thread_recycle() local [all …]
|
/Zephyr-latest/samples/boards/nordic/coresight_stm/src/ |
D | main.c | 44 static uint32_t t_to_ns(uint32_t t, uint32_t rpt, uint32_t freq) in t_to_ns() 49 static void timing_report(uint32_t t, uint32_t rpt, const char *str) in timing_report() 58 uint32_t t; in main() local
|
/Zephyr-latest/subsys/shell/modules/ |
D | date_service.c | 25 static void date_print(const struct shell *sh, struct tm *t) in date_print() 38 static int get_y_m_d(const struct shell *sh, struct tm *t, char *date_str) in get_y_m_d() 87 static int get_h_m_s(const struct shell *sh, struct tm *t, char *time_str) in get_h_m_s()
|
/Zephyr-latest/subsys/testsuite/include/zephyr/ |
D | timestamp.h | 35 uint32_t t; in TIME_STAMP_DELTA_GET() local 55 uint32_t t = OS_GET_TIME(); in bench_test_init() local
|
/Zephyr-latest/scripts/pylib/twister/ |
D | expr_parser.py | 50 def t_HEX(t): argument 55 def t_INTEGER(t): argument 60 def t_STR(t): argument 90 def t_SYMBOL(t): argument 97 def t_error(t): argument
|
/Zephyr-latest/arch/arc/core/ |
D | timestamp.c | 29 uint64_t t; in z_tsc_read() local
|
/Zephyr-latest/tests/ztest/busy_sim/src/ |
D | main.c | 15 uint32_t t = k_uptime_get_32(); in ZTEST() local
|
/Zephyr-latest/drivers/dac/ |
D | dac_ltc166x.c | 112 #define INST_DT_LTC166X(inst, t) DT_INST(inst, lltc_ltc##t) argument 114 #define LTC166X_DEVICE(t, n, res, nchan) \ argument 141 #define INST_DT_LTC166X_FOREACH(t, inst_expr) \ argument
|
/Zephyr-latest/doc/_static/js/ |
D | dark-mode-toggle-stylesheets-loader.min.js | 2 (()=>{const e="dark-mode-toggle-stylesheets";const s="dark-mode-toggle";const t="light";const l="da… constant
|
/Zephyr-latest/boards/qemu/cortex_m0/ |
D | nrf_timer_timer.c | 100 static void handle_next_tick_case(uint32_t t) in handle_next_tick_case() 119 uint32_t t = counter(); in set_absolute_ticks() local 150 uint32_t t = get_comparator(); in timer0_nrf_isr() local
|
/Zephyr-latest/scripts/native_simulator/common/src/include/ |
D | nsi_hws_models_if.h | 36 #define NSI_HW_EVENT(t, fn, prio) \ argument
|
/Zephyr-latest/tests/subsys/sip_svc/src/ |
D | main.c | 56 uint64_t t = 0; in sip_svc_send_sync_request() local 125 uint64_t t = 0; in sip_svc_send_async_request() local 209 struct total_time t[SIP_SVC_CLIENT_INSTANCES] = {0}; in ZTEST() local
|
/Zephyr-latest/drivers/watchdog/ |
D | wdt_sifive.c | 75 uint32_t t; in wdt_sifive_set_max_timeout() local 90 uint32_t t; in wdt_sifive_isr() local 121 uint32_t t, mode; in wdt_sifive_setup() local 190 uint32_t mode = 0, t; in wdt_sifive_install_timeout() local
|
/Zephyr-latest/tests/kernel/sched/schedule_api/src/ |
D | test_sched_timeslice_reset.c | 52 uint32_t t = cycles_delta(&elapsed_slice); in thread_time_slice() local 131 struct k_thread t[NUM_THREAD]; in ZTEST() local
|
/Zephyr-latest/samples/kernel/condition_variables/simple/src/ |
D | main.c | 15 static struct k_thread t[NUM_THREADS]; variable
|
/Zephyr-latest/tests/benchmarks/sys_kernel/src/ |
D | mem_slab.c | 71 uint32_t t; in mem_slab_test() local
|
/Zephyr-latest/tests/ztest/ztress/src/ |
D | main.c | 30 k_timeout_t t = Z_TIMEOUT_TICKS(20); in ZTEST() local 136 k_timeout_t t = Z_TIMEOUT_TICKS(20); in ZTEST() local
|
/Zephyr-latest/tests/drivers/rtc/rtc_api/src/ |
D | test_y2k.c | 39 const time_t t[] = { in ZTEST() local
|
/Zephyr-latest/tests/lib/mpsc_pbuf/src/ |
D | main.c | 124 union test_item *t; in item_put_no_overwrite() local 180 union test_item *t; in item_put_saturate() local 225 uint32_t t = get_cyc(); in benchmark_item_put() local 274 union test_item *t; in item_put_ext_no_overwrite() local 345 union test_item *t; in item_put_ext_saturate() local 395 uint32_t t = get_cyc(); in benchmark_item_put_ext() local 992 struct test_data_ext *t; in t_entry() local 1029 k_ticks_t t = k_thread_timeout_remaining_ticks(tids[i]); in start_threads() local 1059 union test_item *t = (union test_item *)mpsc_pbuf_claim(&buffer); in ZTEST() local 1066 struct test_data_ext *t = in ZTEST() local [all …]
|