Home
last modified time | relevance | path

Searched defs:sl_sleeptimer_timer_handle (Results 1 – 1 of 1) sorted by relevance

/hal_silabs-latest/simplicity_sdk/platform/service/sleeptimer/inc/
Dsl_sleeptimer.h77 struct sl_sleeptimer_timer_handle { struct
81 sl_sleeptimer_timer_handle_t *next; ///< Pointer to next element in list. argument
82 sl_sleeptimer_timer_callback_t callback; ///< Function to call when timer expires.
83 uint32_t timeout_periodic; ///< Periodic timeout.
84 uint32_t delta; ///< Delay relative to previous element in list.
85 …xpected_tc; ///< Expected tick count of the next timeout (only used for periodic timer).
86 …t conversion_error; ///< The error when converting ms to ticks (thousandths of ticks)
87 uint16_t accumulated_error; ///< Accumulated conversion error (thousandths of ticks)