Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/bluetooth/controller/ll_sw/
Dull_sync.c336 uint32_t total_offset_us = abs((int64_t)sync_offset_us + conn_offset_us); in ull_sync_setup_from_sync_transfer() local
337 uint32_t sync_intervals = DIV_ROUND_UP(total_offset_us, interval_us); in ull_sync_setup_from_sync_transfer()
340 sync_offset_us = (sync_intervals * interval_us) - total_offset_us; in ull_sync_setup_from_sync_transfer()