Home
last modified time | relevance | path

Searched refs:sl_sleeptimer_ms32_to_tick (Results 1 – 2 of 2) sorted by relevance

/hal_silabs-latest/simplicity_sdk/platform/service/sleeptimer/inc/
Dsl_sleeptimer.h707 sl_status_t sl_sleeptimer_ms32_to_tick(uint32_t time_ms,
791 status = sl_sleeptimer_ms32_to_tick(timeout_ms, &timeout_tick); in SL_CODE_CLASSIFY()
838 status = sl_sleeptimer_ms32_to_tick(timeout_ms, &timeout_tick); in SL_CODE_CLASSIFY()
/hal_silabs-latest/simplicity_sdk/platform/service/sleeptimer/src/
Dsl_sleeptimer.c338 status = sl_sleeptimer_ms32_to_tick(timeout_ms, &timeout_tick); in sl_sleeptimer_start_periodic_timer_ms()
411 status = sl_sleeptimer_ms32_to_tick(timeout_ms, &timeout_tick); in sl_sleeptimer_restart_periodic_timer_ms()
1195 sl_status_t sl_sleeptimer_ms32_to_tick(uint32_t time_ms, in sl_sleeptimer_ms32_to_tick() function