Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/bluetooth/controller/ticker/
Dticker.c47 struct ticker_node { struct
48 uint8_t next; /* Next ticker node */
50 uint8_t req; /* Request counter */
51 uint8_t ack; /* Acknowledge counter. Imbalance
55 uint8_t force:1; /* If non-zero, node timeout should
59 uint8_t start_pending:1; /* If non-zero, start is pending for
63 uint32_t ticks_periodic; /* If non-zero, interval
66 uint32_t ticks_to_expire; /* Ticks until expiration */
67 ticker_timeout_func timeout_func; /* User timeout function */
68 void *context; /* Context delivered to timeout
[all …]