Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/bluetooth/controller/ticker/
Dticker.c293 struct ticker_instance { struct
294 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 count
301 uint8_t ticks_elapsed_last; /* Index to which elapsed ticks count
304 uint32_t ticks_elapsed[DOUBLE_BUFFER_SIZE]; /* Buffer for elapsed
307 uint32_t ticks_current; /* Absolute ticks elapsed at last
310 uint8_t ticker_id_head; /* Index of first ticker node (next to
[all …]