Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/bluetooth/controller/ll_sw/
Dull_adv_iso.c121 uint32_t ticks_slot_sync; in big_create() local
290 ticks_slot_sync = sync->ull.ticks_slot; in big_create()
298 ticks_slot_sync = HAL_TICKER_US_TO_TICKS_CEIL(time_us); in big_create()
308 ticks_slot_sync += ticks_slot_overhead; in big_create()
315 ticks_slot_overhead = MAX(ticks_slot_aux, ticks_slot_sync); in big_create()
319 ticks_slot_overhead = ticks_slot_aux + ticks_slot_sync; in big_create()