Home
last modified time | relevance | path

Searched defs:time_delta (Results 1 – 2 of 2) sorted by relevance

/Zephyr-Core-3.7.0/tests/bsim/bluetooth/mesh/src/
Dtest_access.c544 int32_t time_delta = k_uptime_delta(&timestamp); in pub_delayable_check() local
593 int32_t time_delta = k_uptime_delta(&timestamp); in recv_delayable_check() local
631 int32_t time_delta = k_uptime_delta(&timestamp); in pub_jitter_check() local
667 int32_t time_delta = k_uptime_delta(&timestamp); in recv_jitter_check() local
916 int32_t time_delta = k_uptime_delta(&timestamp); in test_tx_cancel() local
964 int32_t time_delta = k_uptime_delta(&timestamp); in test_rx_cancel() local
/Zephyr-Core-3.7.0/subsys/net/lib/zperf/
Dzperf_internal.h93 static inline uint32_t time_delta(uint32_t ts, uint32_t t) in time_delta() function