Home
last modified time | relevance | path

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

/Zephyr-Core-3.5.0/subsys/bluetooth/controller/ticker/
Dticker.c282 struct ticker_instance { struct
283 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 count
290 uint8_t ticks_elapsed_last; /* Index to which elapsed ticks count
293 uint32_t ticks_elapsed[DOUBLE_BUFFER_SIZE]; /* Buffer for elapsed
296 uint32_t ticks_current; /* Absolute ticks elapsed at last
299 uint8_t ticker_id_head; /* Index of first ticker node (next to
[all …]