Searched refs:conversion_error (Results 1 – 2 of 2) sorted by relevance
235 handle->conversion_error = 0; in sl_sleeptimer_start_timer()266 handle->conversion_error = 0; in sl_sleeptimer_restart_timer()298 handle->conversion_error = 0; in sl_sleeptimer_start_periodic_timer()344 handle->conversion_error = 1000 in sl_sleeptimer_start_periodic_timer_ms()347 if (handle->conversion_error == 1000) { in sl_sleeptimer_start_periodic_timer_ms()348 handle->conversion_error = 0; in sl_sleeptimer_start_periodic_timer_ms()378 handle->conversion_error = 0; in sl_sleeptimer_restart_periodic_timer()417 handle->conversion_error = 1000 in sl_sleeptimer_restart_periodic_timer_ms()420 if (handle->conversion_error == 1000) { in sl_sleeptimer_restart_periodic_timer_ms()421 handle->conversion_error = 0; in sl_sleeptimer_restart_periodic_timer_ms()[all …]
86 …uint16_t conversion_error; ///< The error when converting ms to ticks (thousandths o… member