Home
last modified time | relevance | path

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

/Zephyr-Core-3.5.0/subsys/bluetooth/controller/ticker/
Dticker.c848 uint16_t lazy_next = ticker_next->lazy_current; local
850 ticker_next->lazy_periodic > lazy_next;
853 lazy_next -= ticker_next->lazy_periodic;
861 (lazy_next *
907 ((lazy_next - ticker_next->priority) >
936 (lazy_next - ticker_next->priority) >
960 (lazy_next - ticker_next->priority) >
/Zephyr-Core-3.5.0/subsys/bluetooth/controller/
DKconfig.ll_sw_split1046 check uses lazy value that would be always lazy_next > lazy_current as