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.c855 uint32_t acc_ticks_to_expire = 0U; local
866 acc_ticks_to_expire += ticker_next->ticks_to_expire;
867 if (acc_ticks_to_expire > ticker_ticks_slot) {
957 ((acc_ticks_to_expire +
967 ((acc_ticks_to_expire +
991 ((acc_ticks_to_expire +
1052 uint32_t acc_ticks_to_expire = 0;
1063 acc_ticks_to_expire += current_node->ticks_to_expire;
1066 from_ticks = acc_ticks_to_expire;
1069 to_ticks = acc_ticks_to_expire;