Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/bluetooth/controller/ticker/
Dticker.c886 uint16_t lazy_next = ticker_next->lazy_current; local
888 ticker_next->lazy_periodic > lazy_next;
891 lazy_next -= ticker_next->lazy_periodic;
899 (lazy_next *
945 ((lazy_next - ticker_next->priority) >
976 (lazy_next - ticker_next->priority) >
1000 (lazy_next - ticker_next->priority) >
/Zephyr-latest/subsys/bluetooth/controller/
DKconfig.ll_sw_split1309 check uses lazy value that would be always lazy_next > lazy_current as