/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 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);
|
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 | 181 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()
|
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_sync_iso.c | 203 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()
|
D | lll_central_iso.c | 128 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()
|
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 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/ |
D | ticker.c | 165 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;
|