Searched defs:sl_sleeptimer_timer_handle (Results 1 – 1 of 1) sorted by relevance
77 struct sl_sleeptimer_timer_handle { struct81 sl_sleeptimer_timer_handle_t *next; ///< Pointer to next element in list. argument82 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)