Searched defs:ticker_instance (Results 1 – 1 of 1) sorted by relevance
282 struct ticker_instance { struct283 struct ticker_node *nodes; /* Pointer to ticker nodes */284 struct ticker_user *users; /* Pointer to user nodes */285 uint8_t count_node; /* Number of ticker nodes */286 uint8_t count_user; /* Number of user nodes */287 uint8_t ticks_elapsed_first; /* Index from which elapsed ticks count290 uint8_t ticks_elapsed_last; /* Index to which elapsed ticks count293 uint32_t ticks_elapsed[DOUBLE_BUFFER_SIZE]; /* Buffer for elapsed296 uint32_t ticks_current; /* Absolute ticks elapsed at last299 uint8_t ticker_id_head; /* Index of first ticker node (next to[all …]