Searched defs:ticker_instance (Results 1 – 1 of 1) sorted by relevance
295 struct ticker_instance { struct296 struct ticker_node *nodes; /* Pointer to ticker nodes */297 struct ticker_user *users; /* Pointer to user nodes */298 uint8_t count_node; /* Number of ticker nodes */299 uint8_t count_user; /* Number of user nodes */300 uint8_t ticks_elapsed_first; /* Index from which elapsed ticks count303 uint8_t ticks_elapsed_last; /* Index to which elapsed ticks count306 uint32_t ticks_elapsed[DOUBLE_BUFFER_SIZE]; /* Buffer for elapsed309 uint32_t ticks_current; /* Absolute ticks elapsed at last312 uint8_t ticker_id_head; /* Index of first ticker node (next to[all …]