Searched refs:ta_wakes_up_on_or_before (Results 1 – 4 of 4) sorted by relevance
30 PICO_WEAK_FUNCTION_DEF(ta_wakes_up_on_or_before) in PICO_WEAK_FUNCTION_DEF() argument31 bool PICO_WEAK_FUNCTION_IMPL_NAME(ta_wakes_up_on_or_before)(alarm_pool_timer_t *timer, uint hardwar… in PICO_WEAK_FUNCTION_DEF()
22 bool ta_wakes_up_on_or_before(alarm_pool_timer_t *timer, uint alarm_num, int64_t target);
56 static inline bool ta_wakes_up_on_or_before(alarm_pool_timer_t *timer, uint alarm_num, int64_t targ… in ta_wakes_up_on_or_before() function
469 …if (ta_wakes_up_on_or_before(alarm_pool_get_default()->timer, alarm_pool_get_default()->timer_alar… in best_effort_wfe_or_timeout()