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
277 ticks_at_start = ticks_at_event;
278 ticks_at_start += HAL_TICKER_US_TO_TICKS(EVENT_OVERHEAD_START_US);
281 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.c181 uint32_t ticks_at_start; in prepare_cb_common() local
405 ticks_at_start = ticks_at_event; in prepare_cb_common()
406 ticks_at_start += HAL_TICKER_US_TO_TICKS(EVENT_OVERHEAD_START_US); in prepare_cb_common()
409 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_sync_iso.c203 uint32_t ticks_at_start; in prepare_cb_common() local
353 ticks_at_start = ticks_at_event; in prepare_cb_common()
354 ticks_at_start += HAL_TICKER_US_TO_TICKS(EVENT_OVERHEAD_START_US); in prepare_cb_common()
357 remainder_us = radio_tmr_start(0U, ticks_at_start, remainder); in prepare_cb_common()
Dlll_central_iso.c128 uint32_t ticks_at_start; in prepare_cb() local
321 ticks_at_start = ticks_at_event; in prepare_cb()
322 ticks_at_start += HAL_TICKER_US_TO_TICKS(EVENT_OVERHEAD_START_US + in prepare_cb()
326 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
277 ticks_at_start = ticks_at_event; in prepare_cb()
278 ticks_at_start += HAL_TICKER_US_TO_TICKS(EVENT_OVERHEAD_START_US + in prepare_cb()
282 start_us = radio_tmr_start(0U, ticks_at_start, remainder); in prepare_cb()
/Zephyr-latest/subsys/bluetooth/controller/ticker/
Dticker.c165 uint32_t ticks_at_start; /* Anchor ticks (absolute) */ member
1529 uint32_t ticks_current, uint32_t ticks_at_start)
1535 if (!((ticks_at_start - ticks_current) & BIT(HAL_TICKER_CNTR_MSBIT))) {
1539 ticks_to_expire += ticker_ticks_diff_get(ticks_at_start,
1547 ticks_at_start);
2378 ticks_to_expire_prep(ticker, ticks_current, start->ticks_at_start);
3646 user_op->params.start.ticks_at_start = ticks_anchor;