Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/bluetooth/controller/ticker/
Dticker.c858 uint32_t acc_ticks_to_expire = 0U; local
869 acc_ticks_to_expire += ticker_next->ticks_to_expire;
870 if (acc_ticks_to_expire > ticker_ticks_slot) {
960 ((acc_ticks_to_expire +
970 ((acc_ticks_to_expire +
994 ((acc_ticks_to_expire +
1055 uint32_t acc_ticks_to_expire = 0;
1066 acc_ticks_to_expire += current_node->ticks_to_expire;
1069 from_ticks = acc_ticks_to_expire;
1072 to_ticks = acc_ticks_to_expire;