Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/bluetooth/controller/ll_sw/openisa/lll/
Dlll_central.c85 uint32_t ticks_at_start; in prepare_cb() local
162 ticks_at_start = ticks_at_event; in prepare_cb()
163 ticks_at_start += HAL_TICKER_US_TO_TICKS(EVENT_OVERHEAD_START_US); in prepare_cb()
166 remainder_us = radio_tmr_start(1, ticks_at_start, remainder); in prepare_cb()
Dlll_peripheral.c98 uint32_t ticks_at_start; in prepare_cb() local
188 ticks_at_start = ticks_at_event; in prepare_cb()
189 ticks_at_start += HAL_TICKER_US_TO_TICKS(EVENT_OVERHEAD_START_US); in prepare_cb()
192 remainder_us = radio_tmr_start(0, ticks_at_start, remainder); in prepare_cb()
Dlll_scan.c128 uint32_t ticks_at_event, ticks_at_start; in prepare_cb() local
210 ticks_at_start = ticks_at_event; in prepare_cb()
211 ticks_at_start += HAL_TICKER_US_TO_TICKS(EVENT_OVERHEAD_START_US); in prepare_cb()
214 remainder_us = radio_tmr_start(0, ticks_at_start, remainder); in prepare_cb()
545 uint32_t ticks_at_start, remainder_us; in isr_window() local
549 ticks_at_start = ticker_ticks_now_get() + in isr_window()
551 remainder_us = radio_tmr_start_tick(0, ticks_at_start); in isr_window()
Dlll_adv.c322 uint32_t ticks_at_event, ticks_at_start; in prepare_cb() local
396 ticks_at_start = ticks_at_event; in prepare_cb()
397 ticks_at_start += HAL_TICKER_US_TO_TICKS(EVENT_OVERHEAD_START_US); in prepare_cb()
400 remainder_us = radio_tmr_start(1, ticks_at_start, remainder); in prepare_cb()
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/nordic/lll/
Dlll_central.c96 uint32_t ticks_at_start; in prepare_cb() local
217 ticks_at_start = ticks_at_event; in prepare_cb()
218 ticks_at_start += HAL_TICKER_US_TO_TICKS(EVENT_OVERHEAD_START_US); in prepare_cb()
221 remainder_us = radio_tmr_start(1, ticks_at_start, remainder); in prepare_cb()
Dlll_peripheral.c100 uint32_t ticks_at_start; local
282 ticks_at_start = ticks_at_event;
283 ticks_at_start += HAL_TICKER_US_TO_TICKS(EVENT_OVERHEAD_START_US);
286 remainder_us = radio_tmr_start(0, ticks_at_start, remainder);
Dlll_adv_sync.c115 uint32_t ticks_at_start; local
223 ticks_at_start = ticks_at_event;
224 ticks_at_start += HAL_TICKER_US_TO_TICKS(EVENT_OVERHEAD_START_US);
227 start_us = radio_tmr_start(1, ticks_at_start, remainder);
Dlll_scan.c340 uint32_t ticks_at_event, ticks_at_start; local
453 ticks_at_start = ticks_at_event;
454 ticks_at_start += HAL_TICKER_US_TO_TICKS(EVENT_OVERHEAD_START_US);
457 remainder_us = radio_tmr_start(0, ticks_at_start, remainder);
939 uint32_t ticks_at_start; local
941 ticks_at_start = ticker_ticks_now_get() +
945 remainder_us = radio_tmr_start_tick(0, ticks_at_start);
Dlll_adv_aux.c124 uint32_t ticks_at_event, ticks_at_start; in prepare_cb() local
301 ticks_at_start = ticks_at_event; in prepare_cb()
302 ticks_at_start += HAL_TICKER_US_TO_TICKS(EVENT_OVERHEAD_START_US); in prepare_cb()
305 start_us = radio_tmr_start(1, ticks_at_start, remainder); in prepare_cb()
Dlll_adv_iso.c186 uint32_t ticks_at_start; in prepare_cb_common() local
412 ticks_at_start = ticks_at_event; in prepare_cb_common()
413 ticks_at_start += HAL_TICKER_US_TO_TICKS(EVENT_OVERHEAD_START_US); in prepare_cb_common()
416 start_us = radio_tmr_start(1U, ticks_at_start, remainder); in prepare_cb_common()
Dlll_sync.c435 uint32_t ticks_at_start; in prepare_cb_common() local
479 ticks_at_start = ticks_at_event; in prepare_cb_common()
480 ticks_at_start += HAL_TICKER_US_TO_TICKS(EVENT_OVERHEAD_START_US); in prepare_cb_common()
483 remainder_us = radio_tmr_start(0, ticks_at_start, remainder); in prepare_cb_common()
Dlll_adv.c930 uint32_t ticks_at_start; in prepare_cb() local
1016 ticks_at_start = ticks_at_event; in prepare_cb()
1017 ticks_at_start += HAL_TICKER_US_TO_TICKS(EVENT_OVERHEAD_START_US); in prepare_cb()
1020 start_us = radio_tmr_start(1, ticks_at_start, remainder); in prepare_cb()
Dlll_central_iso.c117 uint32_t ticks_at_start; in prepare_cb() local
312 ticks_at_start = ticks_at_event; in prepare_cb()
313 ticks_at_start += HAL_TICKER_US_TO_TICKS(EVENT_OVERHEAD_START_US + in prepare_cb()
317 start_us = radio_tmr_start(1U, ticks_at_start, remainder); in prepare_cb()
Dlll_scan_aux.c441 uint32_t ticks_at_start; in prepare_cb() local
550 ticks_at_start = ticks_at_event; in prepare_cb()
551 ticks_at_start += HAL_TICKER_US_TO_TICKS(EVENT_OVERHEAD_START_US); in prepare_cb()
554 remainder_us = radio_tmr_start(0, ticks_at_start, remainder); in prepare_cb()
Dlll_peripheral_iso.c131 uint32_t ticks_at_start; in prepare_cb() local
280 ticks_at_start = ticks_at_event; in prepare_cb()
281 ticks_at_start += HAL_TICKER_US_TO_TICKS(EVENT_OVERHEAD_START_US + in prepare_cb()
285 start_us = radio_tmr_start(0U, ticks_at_start, remainder); in prepare_cb()
Dlll_sync_iso.c210 uint32_t ticks_at_start; in prepare_cb_common() local
386 ticks_at_start = ticks_at_event; in prepare_cb_common()
387 ticks_at_start += HAL_TICKER_US_TO_TICKS(EVENT_OVERHEAD_START_US); in prepare_cb_common()
390 remainder_us = radio_tmr_start(0U, ticks_at_start, remainder); in prepare_cb_common()
/Zephyr-latest/subsys/bluetooth/controller/ticker/
Dticker.c167 uint32_t ticks_at_start; /* Anchor ticks (absolute) */ member
1534 uint32_t ticks_current, uint32_t ticks_at_start)
1540 if (!((ticks_at_start - ticks_current) & BIT(HAL_TICKER_CNTR_MSBIT))) {
1544 ticks_to_expire += ticker_ticks_diff_get(ticks_at_start,
1552 ticks_at_start);
2387 ticks_to_expire_prep(ticker, ticks_current, start->ticks_at_start);
3657 user_op->params.start.ticks_at_start = ticks_anchor;