Searched refs:accumulated_error (Results 1 – 2 of 2) sorted by relevance
236 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()
87 uint16_t accumulated_error; ///< Accumulated conversion error (thousandths of ticks) member