Home
last modified time | relevance | path

Searched defs:skew (Results 1 – 6 of 6) sorted by relevance

/Zephyr-latest/tests/bluetooth/controller/ctrl_sw_privacy_unit/src/
Dmain.c46 void helper_prpa_add(int skew) in helper_prpa_add()
89 void helper_trpa_add(int skew) in helper_trpa_add()
158 for (uint8_t skew = 0; skew < CONFIG_BT_CTLR_RPA_CACHE_SIZE; skew++) { in ZTEST() local
169 for (uint8_t skew = 0; skew < CONFIG_BT_CTLR_TRPA_CACHE_SIZE; skew++) { in ZTEST() local
/Zephyr-latest/tests/unit/timeutil/
Dtest_sync.c105 float skew = 0.99; in test_state_set_skew() local
166 float skew = 0.0; in test_estimate_skew() local
403 float skew = 1.0; in test_skew_to_ppb() local
/Zephyr-latest/include/zephyr/sys/
Dtimeutil.h170 float skew; member
/Zephyr-latest/lib/utils/
Dtimeutil.c97 int timeutil_sync_state_set_skew(struct timeutil_sync_state *tsp, float skew, in timeutil_sync_state_set_skew()
184 int32_t timeutil_sync_skew_to_ppb(float skew) in timeutil_sync_skew_to_ppb()
/Zephyr-latest/samples/boards/nordic/clock_skew/src/
Dmain.c159 float skew = timeutil_sync_estimate_skew(&sync_state); in sync_work_handler() local
/Zephyr-latest/include/zephyr/audio/
Ddmic.h252 static inline uint32_t dmic_build_clk_skew_map(uint8_t pdm, uint8_t skew) in dmic_build_clk_skew_map()