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.c110 uint32_t ticks_slot_sync; in big_create() local
280 ticks_slot_sync = sync->ull.ticks_slot; in big_create()
288 ticks_slot_sync = HAL_TICKER_US_TO_TICKS_CEIL(time_us); in big_create()
298 ticks_slot_sync += ticks_slot_overhead; in big_create()
305 ticks_slot_overhead = MAX(ticks_slot_aux, ticks_slot_sync); in big_create()
309 ticks_slot_overhead = ticks_slot_aux + ticks_slot_sync; in big_create()