Home
last modified time | relevance | path

Searched refs:lll_preempt_calc (Results 1 – 21 of 21) sorted by relevance

/Zephyr-latest/subsys/bluetooth/controller/ll_sw/openisa/lll/
Dlll_internal.h17 uint32_t lll_preempt_calc(struct ull_hdr *ull, uint8_t ticker_id,
Dlll_central.c191 if (lll_preempt_calc(ull, (TICKER_ID_CONN_BASE + lll->handle), in prepare_cb()
Dlll_peripheral.c239 if (lll_preempt_calc(ull, (TICKER_ID_CONN_BASE + lll->handle), in prepare_cb()
Dlll.c400 uint32_t lll_preempt_calc(struct ull_hdr *ull, uint8_t ticker_id, in lll_preempt_calc() function
Dlll_adv.c417 if (lll_preempt_calc(ull, (TICKER_ID_ADV_BASE + in prepare_cb()
Dlll_scan.c236 if (lll_preempt_calc(ull, (TICKER_ID_SCAN_BASE + in prepare_cb()
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/nordic/lll/
Dlll_internal.h14 uint32_t lll_preempt_calc(struct ull_hdr *ull, uint8_t ticker_id,
Dlll_central.c247 overhead = lll_preempt_calc(ull, (TICKER_ID_CONN_BASE + lll->handle), ticks_at_event); in prepare_cb()
Dlll_peripheral.c334 overhead = lll_preempt_calc(ull, (TICKER_ID_CONN_BASE + lll->handle), ticks_at_event);
Dlll_adv_sync.c262 overhead = lll_preempt_calc(ull, (TICKER_ID_ADV_SYNC_BASE +
Dlll_scan_aux.c584 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()
Dlll_adv_aux.c324 overhead = lll_preempt_calc(ull, (TICKER_ID_ADV_AUX_BASE + ull_adv_aux_lll_handle_get(lll)), in prepare_cb()
Dlll_adv_iso.c431 overhead = lll_preempt_calc(ull, (TICKER_ID_ADV_ISO_BASE + lll->handle), ticks_at_event); in prepare_cb_common()
Dlll.c627 uint32_t lll_preempt_calc(struct ull_hdr *ull, uint8_t ticker_id, function
Dlll_sync.c511 overhead = lll_preempt_calc(ull, (TICKER_ID_SCAN_SYNC_BASE + ull_sync_lll_handle_get(lll)), in prepare_cb_common()
Dlll_adv.c1037 overhead = lll_preempt_calc(ull, (TICKER_ID_ADV_BASE + ull_adv_lll_handle_get(lll)), in prepare_cb()
Dlll_scan.c481 overhead = lll_preempt_calc(ull, (TICKER_ID_SCAN_BASE + ull_scan_lll_handle_get(lll)),
Dlll_sync_iso.c387 overhead = lll_preempt_calc(ull, (TICKER_ID_SCAN_SYNC_ISO_BASE + in prepare_cb_common()
Dlll_central_iso.c354 overhead = lll_preempt_calc(ull, (TICKER_ID_CONN_ISO_BASE + cig_lll->handle), in prepare_cb()
Dlll_peripheral_iso.c332 overhead = lll_preempt_calc(ull, (TICKER_ID_CONN_ISO_BASE + cig_lll->handle), in prepare_cb()
/Zephyr-latest/doc/releases/
Drelease-notes-3.3.rst3158 …tooth Controller assertion on sys_reboot() with active connections (lll_preempt_calc: Actual EVENT…