Home
last modified time | relevance | path

Searched refs:get_time_diff (Results 1 – 5 of 5) sorted by relevance

/hal_silabs-latest/simplicity_sdk/platform/service/sleeptimer/src/
Dsl_sleeptimer_hal_sysrtc.c72 __STATIC_INLINE uint32_t get_time_diff(uint32_t a,
187 || get_time_diff(compare, counter) > SLEEPTIMER_COMPARE_MIN_DIFF in sleeptimer_hal_set_compare()
190 if (get_time_diff(compare_value, counter) < SLEEPTIMER_COMPARE_MIN_DIFF) { in sleeptimer_hal_set_compare()
227 if (get_time_diff(compare_value, counter) < SLEEPTIMER_COMPARE_MIN_DIFF) { in sleeptimer_hal_set_compare_prs_hfxo_startup()
368 __STATIC_INLINE uint32_t get_time_diff(uint32_t a, in get_time_diff() function
Dsl_sleeptimer_hal_rtcc.c57 __STATIC_INLINE uint32_t get_time_diff(uint32_t a,
127 || get_time_diff(compare, counter) > SLEEPTIMER_COMPARE_MIN_DIFF in sleeptimer_hal_set_compare()
130 if (get_time_diff(compare_value, counter) < SLEEPTIMER_COMPARE_MIN_DIFF) { in sleeptimer_hal_set_compare()
267 __STATIC_INLINE uint32_t get_time_diff(uint32_t a, in get_time_diff() function
Dsl_sleeptimer_hal_burtc.c93 static uint32_t get_time_diff(uint32_t a, uint32_t b);
212 || get_time_diff(compare_current, counter) > SLEEPTIMER_COMPARE_MIN_DIFF in sleeptimer_hal_set_compare()
215 if (get_time_diff(compare_new, counter) < SLEEPTIMER_COMPARE_MIN_DIFF) { in sleeptimer_hal_set_compare()
320 static uint32_t get_time_diff(uint32_t a, uint32_t b) in get_time_diff() function
Dsl_sleeptimer_hal_prortc.c83 static uint32_t get_time_diff(uint32_t a, uint32_t b);
222 || get_time_diff(compare, counter) > SLEEPTIMER_COMPARE_MIN_DIFF in sleeptimer_hal_set_compare()
225 if (get_time_diff(compare_value, counter) < SLEEPTIMER_COMPARE_MIN_DIFF) { in sleeptimer_hal_set_compare()
426 static uint32_t get_time_diff(uint32_t a, uint32_t b) in get_time_diff() function
Dsl_sleeptimer_hal_timer.c106 __STATIC_INLINE uint32_t get_time_diff(uint32_t a,
198 || get_time_diff(compare, counter) > SLEEPTIMER_COMPARE_MIN_DIFF in sleeptimer_hal_set_compare()
201 if (get_time_diff(compare_value, counter) < SLEEPTIMER_COMPARE_MIN_DIFF) { in sleeptimer_hal_set_compare()
339 __STATIC_INLINE uint32_t get_time_diff(uint32_t a, in get_time_diff() function