Home
last modified time | relevance | path

Searched refs:k_cycle_get_64 (Results 1 – 12 of 12) sorted by relevance

/Zephyr-latest/tests/kernel/timer/cycle64/src/
Dmain.c61 c64[CURR] = k_cycle_get_64(); in ZTEST()
65 k_sleep(Z_TIMEOUT_CYC(timeout(c64[CURR], k_cycle_get_64()))); in ZTEST()
67 now = k_cycle_get_64(); in ZTEST()
/Zephyr-latest/tests/subsys/sip_svc/src/
Dmain.c41 priv->time_end = k_cycle_get_64(); in get_sync_callback()
76 priv.time_start = k_cycle_get_64(); in sip_svc_send_sync_request()
101 priv->time_end = k_cycle_get_64(); in get_async_callback()
160 priv.time_start = k_cycle_get_64(); in sip_svc_send_async_request()
/Zephyr-latest/tests/kernel/common/src/
Dclock.c158 t64[0] = k_cycle_get_64(); in ZTEST()
164 t64[1] = k_cycle_get_64(); in ZTEST()
/Zephyr-latest/tests/kernel/timer/timer_behavior/src/
Dtick_timer_train.c87 uint64_t start_cycle = k_cycle_get_64(); in ZTEST()
112 uint64_t end_cycle = k_cycle_get_64(); in ZTEST()
Djitter_drift.c43 curr_cycle = k_cycle_get_64(); in timer_period_fn()
81 curr_cycle = k_cycle_get_64(); in timer_startdelay_fn()
/Zephyr-latest/drivers/sip_svc/
Dsip_smc_intel_socfpga.c187 start = k_cycle_get_64(); in intel_sip_secure_monitor_call()
189 end = k_cycle_get_64(); in intel_sip_secure_monitor_call()
/Zephyr-latest/tests/posix/common/src/
Dnanosleep.c29 return k_cycle_get_64(); in cycle_get_64()
/Zephyr-latest/drivers/timer/
DKconfig15 When this option is true, the k_cycle_get_64() call is
/Zephyr-latest/subsys/bluetooth/host/
Dmonitor.c195 cycle = k_cycle_get_64(); in monitor_ts_get()
/Zephyr-latest/subsys/mgmt/ec_host_cmd/backends/
Dec_host_cmd_backend_shi_npcx.c273 if (k_cycle_get_64() >= data->rx_deadline) { in shi_npcx_read_inbuf_wait()
464 data->rx_deadline = k_cycle_get_64() + k_us_to_cyc_near64(EC_SHI_CMD_RX_TIMEOUT_US); in shi_npcx_parse_header()
/Zephyr-latest/doc/kernel/services/timing/
Dclocks.rst23 and :c:func:`k_cycle_get_64` APIs. The intent is that this counter
/Zephyr-latest/include/zephyr/
Dkernel.h1941 static inline uint64_t k_cycle_get_64(void) in k_cycle_get_64() function