Searched refs:lll_preempt_calc (Results 1 – 21 of 21) sorted by relevance
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/openisa/lll/ |
D | lll_internal.h | 17 uint32_t lll_preempt_calc(struct ull_hdr *ull, uint8_t ticker_id,
|
D | lll_central.c | 191 if (lll_preempt_calc(ull, (TICKER_ID_CONN_BASE + lll->handle), in prepare_cb()
|
D | lll_peripheral.c | 239 if (lll_preempt_calc(ull, (TICKER_ID_CONN_BASE + lll->handle), in prepare_cb()
|
D | lll.c | 400 uint32_t lll_preempt_calc(struct ull_hdr *ull, uint8_t ticker_id, in lll_preempt_calc() function
|
D | lll_adv.c | 417 if (lll_preempt_calc(ull, (TICKER_ID_ADV_BASE + in prepare_cb()
|
D | lll_scan.c | 236 if (lll_preempt_calc(ull, (TICKER_ID_SCAN_BASE + in prepare_cb()
|
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/nordic/lll/ |
D | lll_internal.h | 14 uint32_t lll_preempt_calc(struct ull_hdr *ull, uint8_t ticker_id,
|
D | lll_central.c | 247 overhead = lll_preempt_calc(ull, (TICKER_ID_CONN_BASE + lll->handle), ticks_at_event); in prepare_cb()
|
D | lll_peripheral.c | 334 overhead = lll_preempt_calc(ull, (TICKER_ID_CONN_BASE + lll->handle), ticks_at_event);
|
D | lll_adv_sync.c | 262 overhead = lll_preempt_calc(ull, (TICKER_ID_ADV_SYNC_BASE +
|
D | lll_scan_aux.c | 584 overhead = lll_preempt_calc(ull, TICKER_ID_SCAN_AUX, ticks_at_event); in prepare_cb() 586 overhead = lll_preempt_calc(ull, (TICKER_ID_SCAN_AUX_BASE + in prepare_cb()
|
D | lll_adv_aux.c | 324 overhead = lll_preempt_calc(ull, (TICKER_ID_ADV_AUX_BASE + ull_adv_aux_lll_handle_get(lll)), in prepare_cb()
|
D | lll_adv_iso.c | 431 overhead = lll_preempt_calc(ull, (TICKER_ID_ADV_ISO_BASE + lll->handle), ticks_at_event); in prepare_cb_common()
|
D | lll.c | 627 uint32_t lll_preempt_calc(struct ull_hdr *ull, uint8_t ticker_id, function
|
D | lll_sync.c | 511 overhead = lll_preempt_calc(ull, (TICKER_ID_SCAN_SYNC_BASE + ull_sync_lll_handle_get(lll)), in prepare_cb_common()
|
D | lll_adv.c | 1037 overhead = lll_preempt_calc(ull, (TICKER_ID_ADV_BASE + ull_adv_lll_handle_get(lll)), in prepare_cb()
|
D | lll_scan.c | 481 overhead = lll_preempt_calc(ull, (TICKER_ID_SCAN_BASE + ull_scan_lll_handle_get(lll)),
|
D | lll_sync_iso.c | 387 overhead = lll_preempt_calc(ull, (TICKER_ID_SCAN_SYNC_ISO_BASE + in prepare_cb_common()
|
D | lll_central_iso.c | 354 overhead = lll_preempt_calc(ull, (TICKER_ID_CONN_ISO_BASE + cig_lll->handle), in prepare_cb()
|
D | lll_peripheral_iso.c | 332 overhead = lll_preempt_calc(ull, (TICKER_ID_CONN_ISO_BASE + cig_lll->handle), in prepare_cb()
|
/Zephyr-latest/doc/releases/ |
D | release-notes-3.3.rst | 3158 …tooth Controller assertion on sys_reboot() with active connections (lll_preempt_calc: Actual EVENT…
|