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.c889 uint16_t lazy_next = ticker_next->lazy_current; local
891 ticker_next->lazy_periodic > lazy_next;
894 lazy_next -= ticker_next->lazy_periodic;
902 (lazy_next *
948 ((lazy_next - ticker_next->priority) >
979 (lazy_next - ticker_next->priority) >
1003 (lazy_next - ticker_next->priority) >
/Zephyr-latest/subsys/bluetooth/controller/
DKconfig.ll_sw_split1308 check uses lazy value that would be always lazy_next > lazy_current as