Home
last modified time | relevance | path

Searched defs:t (Results 1 – 25 of 121) sorted by relevance

12345

/Zephyr-latest/include/zephyr/sys/
Dtime_units.h363 #define k_sec_to_cyc_floor32(t) \ argument
379 #define k_sec_to_cyc_floor64(t) \ argument
395 #define k_sec_to_cyc_near32(t) \ argument
411 #define k_sec_to_cyc_near64(t) \ argument
427 #define k_sec_to_cyc_ceil32(t) \ argument
443 #define k_sec_to_cyc_ceil64(t) \ argument
459 #define k_sec_to_ticks_floor32(t) \ argument
475 #define k_sec_to_ticks_floor64(t) \ argument
491 #define k_sec_to_ticks_near32(t) \ argument
507 #define k_sec_to_ticks_near64(t) \ argument
[all …]
/Zephyr-latest/doc/_extensions/zephyr/doxytooltip/static/tippy/
Dtippy-bundle.umd.min.js6 !function(t,e){"object"==typeof exports&&"undefined"!=typeof module?module.exports=e(require("@popp… argument
Dpopper.min.js7 !function(e,t){"object"==typeof exports&&"undefined"!=typeof module?t(exports):"function"==typeof d… argument
/Zephyr-latest/include/zephyr/
Dsys_clock.h121 #define Z_TIMEOUT_TICKS_INIT(t) { (t) } argument
123 #define Z_TIMEOUT_TICKS_INIT(t) { .ticks = (t) } argument
125 #define Z_TIMEOUT_TICKS(t) ((k_timeout_t) Z_TIMEOUT_TICKS_INIT(t)) argument
129 # define Z_TIMEOUT_MS(t) Z_TIMEOUT_TICKS((k_ticks_t)k_ms_to_ticks_ceil64(MAX(t, 0))) argument
130 # define Z_TIMEOUT_US(t) Z_TIMEOUT_TICKS((k_ticks_t)k_us_to_ticks_ceil64(MAX(t, 0))) argument
131 # define Z_TIMEOUT_NS(t) Z_TIMEOUT_TICKS((k_ticks_t)k_ns_to_ticks_ceil64(MAX(t, 0))) argument
132 # define Z_TIMEOUT_CYC(t) Z_TIMEOUT_TICKS((k_ticks_t)k_cyc_to_ticks_ceil64(MAX(t, 0))) argument
133 # define Z_TIMEOUT_MS_TICKS(t) ((k_ticks_t)k_ms_to_ticks_ceil64(MAX(t, 0))) argument
135 # define Z_TIMEOUT_MS(t) Z_TIMEOUT_TICKS((k_ticks_t)k_ms_to_ticks_ceil32(MAX(t, 0))) argument
136 # define Z_TIMEOUT_US(t) Z_TIMEOUT_TICKS((k_ticks_t)k_us_to_ticks_ceil32(MAX(t, 0))) argument
[all …]
/Zephyr-latest/kernel/
Dtimeout.c45 sys_dnode_t *t = sys_dlist_peek_head(&timeout_list); in first() local
50 static struct _timeout *next(struct _timeout *t) in next()
57 static void remove_timeout(struct _timeout *t) in remove_timeout()
118 struct _timeout *t; in z_add_timeout() local
171 for (struct _timeout *t = first(); t != NULL; t = next(t)) { in timeout_rem() local
236 struct _timeout *t; in sys_clock_announce() local
271 uint64_t t = 0U; in sys_clock_tick_get() local
/Zephyr-latest/tests/subsys/logging/log_link_order/src/
Dmain.c74 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/
Dpthread.c99 static inline void posix_thread_q_set(struct posix_thread *t, enum posix_thread_qid qid) in posix_thread_q_set()
114 static inline enum posix_thread_qid posix_thread_q_get(struct posix_thread *t) in posix_thread_q_get()
135 static inline size_t posix_thread_to_offset(struct posix_thread *t) in posix_thread_to_offset()
147 struct posix_thread *t; in to_posix_thread() local
184 struct posix_thread *t; in pthread_self() local
209 struct posix_thread *t = NULL; in __z_pthread_cleanup_push() local
227 struct posix_thread *t = NULL; in __z_pthread_cleanup_pop() local
468 static void posix_thread_finalize(struct posix_thread *t, void *retval) in posix_thread_finalize()
525 struct posix_thread *t = CONTAINER_OF(k_current_get(), struct posix_thread, thread); in zephyr_thread_wrapper() local
541 struct posix_thread *t; in posix_thread_recycle() local
[all …]
/Zephyr-latest/samples/boards/nordic/coresight_stm/src/
Dmain.c44 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/
Ddate_service.c25 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/
Dtimestamp.h35 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/
Dexpr_parser.py50 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/
Dtimestamp.c29 uint64_t t; in z_tsc_read() local
/Zephyr-latest/tests/ztest/busy_sim/src/
Dmain.c15 uint32_t t = k_uptime_get_32(); in ZTEST() local
/Zephyr-latest/drivers/dac/
Ddac_ltc166x.c112 #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/
Ddark-mode-toggle-stylesheets-loader.min.js2 (()=>{const e="dark-mode-toggle-stylesheets";const s="dark-mode-toggle";const t="light";const l="da… constant
Ddark-mode-toggle.min.mjs2 const e=document;let t={};try{t=localStorage}catch(e){}const i="prefers-color-scheme";const a="medi… argument
/Zephyr-latest/boards/qemu/cortex_m0/
Dnrf_timer_timer.c100 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/
Dnsi_hws_models_if.h36 #define NSI_HW_EVENT(t, fn, prio) \ argument
/Zephyr-latest/tests/subsys/sip_svc/src/
Dmain.c56 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/
Dwdt_sifive.c75 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/
Dtest_sched_timeslice_reset.c52 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/
Dmain.c15 static struct k_thread t[NUM_THREADS]; variable
/Zephyr-latest/tests/benchmarks/sys_kernel/src/
Dmem_slab.c71 uint32_t t; in mem_slab_test() local
/Zephyr-latest/tests/ztest/ztress/src/
Dmain.c30 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/
Dtest_y2k.c39 const time_t t[] = { in ZTEST() local

12345