Home
last modified time | relevance | path

Searched refs:preempt_to (Results 1 – 2 of 2) sorted by relevance

/Zephyr-latest/subsys/bluetooth/controller/ll_sw/nordic/lll/
Dlll.c1095 uint32_t preempt_to; local
1111 preempt_to = MAX(ull->ticks_active_to_start,
1115 ticks_at_preempt_new = preempt_anchor + preempt_to;
1137 preempt_to = MAX(ull->ticks_active_to_start,
1141 ticks_at_preempt_new = preempt_anchor + preempt_to;
1154 preempt_to,
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/openisa/lll/
Dlll.c670 uint32_t preempt_to; in preempt_ticker_start() local
677 preempt_to = MAX(ull->ticks_active_to_start, in preempt_ticker_start()
686 preempt_to, in preempt_ticker_start()