Home
last modified time | relevance | path

Searched refs:acc_ticks_to_expire (Results 1 – 1 of 1) sorted by relevance

/Zephyr-Core-3.5.0/subsys/bluetooth/controller/ticker/
Dticker.c827 uint32_t acc_ticks_to_expire = 0U; local
837 acc_ticks_to_expire += ticker_next->ticks_to_expire;
838 if (acc_ticks_to_expire > ticker_ticks_slot) {
917 ((acc_ticks_to_expire +
927 ((acc_ticks_to_expire +
951 ((acc_ticks_to_expire +
1011 uint32_t acc_ticks_to_expire = 0;
1022 acc_ticks_to_expire += current_node->ticks_to_expire;
1025 from_ticks = acc_ticks_to_expire;
1028 to_ticks = acc_ticks_to_expire;