Home
last modified time | relevance | path

Searched refs:ta_wakes_up_on_or_before (Results 1 – 4 of 4) sorted by relevance

/hal_rpi_pico-latest/src/host/pico_time_adapter/
Dtime_adapter.c30 PICO_WEAK_FUNCTION_DEF(ta_wakes_up_on_or_before) in PICO_WEAK_FUNCTION_DEF() argument
31 bool PICO_WEAK_FUNCTION_IMPL_NAME(ta_wakes_up_on_or_before)(alarm_pool_timer_t *timer, uint hardwar… in PICO_WEAK_FUNCTION_DEF()
/hal_rpi_pico-latest/src/host/pico_time_adapter/include/pico/
Dtime_adapter.h22 bool ta_wakes_up_on_or_before(alarm_pool_timer_t *timer, uint alarm_num, int64_t target);
/hal_rpi_pico-latest/src/rp2_common/pico_time_adapter/include/pico/
Dtime_adapter.h56 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
/hal_rpi_pico-latest/src/common/pico_time/
Dtime.c469 …if (ta_wakes_up_on_or_before(alarm_pool_get_default()->timer, alarm_pool_get_default()->timer_alar… in best_effort_wfe_or_timeout()