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