Home
last modified time | relevance | path

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

/hal_silabs-latest/simplicity_sdk/platform/service/sleeptimer/src/
Dsl_sleeptimer.c236 handle->accumulated_error = 0; in sl_sleeptimer_start_timer()
267 handle->accumulated_error = 0; in sl_sleeptimer_restart_timer()
299 handle->accumulated_error = 0; in sl_sleeptimer_start_periodic_timer()
353 handle->accumulated_error = 0; in sl_sleeptimer_start_periodic_timer_ms()
379 handle->accumulated_error = 0; in sl_sleeptimer_restart_periodic_timer()
427 handle->accumulated_error = 0; in sl_sleeptimer_restart_periodic_timer_ms()
1612 timer->accumulated_error += timer->conversion_error; in process_expired_timer()
1615 if (timer->accumulated_error >= 1000) { in process_expired_timer()
1616 timer->accumulated_error -= 1000; in process_expired_timer()
/hal_silabs-latest/simplicity_sdk/platform/service/sleeptimer/inc/
Dsl_sleeptimer.h87 uint16_t accumulated_error; ///< Accumulated conversion error (thousandths of ticks) member