Home
last modified time | relevance | path

Searched refs:sl_sleeptimer_stop_timer (Results 1 – 3 of 3) sorted by relevance

/hal_silabs-latest/simplicity_sdk/platform/service/sleeptimer/src/
Dsl_sleeptimer.c270 sl_sleeptimer_stop_timer(handle); in sl_sleeptimer_restart_timer()
382 sl_sleeptimer_stop_timer(handle); in sl_sleeptimer_restart_periodic_timer()
430 sl_sleeptimer_stop_timer(handle); in sl_sleeptimer_restart_periodic_timer_ms()
445 sl_status_t sl_sleeptimer_stop_timer(sl_sleeptimer_timer_handle_t *handle) in sl_sleeptimer_stop_timer() function
/hal_silabs-latest/simplicity_sdk/platform/service/sleeptimer/inc/
Dsl_sleeptimer.h264 sl_status_t sl_sleeptimer_stop_timer(sl_sleeptimer_timer_handle_t *handle);
/hal_silabs-latest/simplicity_sdk/platform/service/power_manager/src/sleep_loop/
Dsl_power_manager.c340 sl_sleeptimer_stop_timer(&clock_wakeup_timer_handle); in sl_power_manager_sleep()