/Zephyr-latest/subsys/bluetooth/controller/ll_sw/openisa/lll/ |
D | lll_central.c | 85 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()
|
D | lll_peripheral.c | 98 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()
|
D | lll_scan.c | 128 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()
|
D | lll_adv.c | 322 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/ |
D | lll_central.c | 96 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()
|
D | lll_peripheral.c | 100 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);
|
D | lll_adv_sync.c | 115 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);
|
D | lll_scan.c | 340 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);
|
D | lll_adv_aux.c | 124 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()
|
D | lll_adv_iso.c | 186 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()
|
D | lll_sync.c | 435 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()
|
D | lll_adv.c | 930 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()
|
D | lll_central_iso.c | 117 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()
|
D | lll_scan_aux.c | 441 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()
|
D | lll_peripheral_iso.c | 131 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()
|
D | lll_sync_iso.c | 210 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/ |
D | ticker.c | 167 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;
|