Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/bluetooth/controller/ticker/
Dticker.c78 uint16_t lazy_current; /* Current number of timeouts member
547 *lazy = ticker->lazy_current;
601 if (ticks_to_expire == 0 && (ticker_new->lazy_current >
602 ticker_current->lazy_current)) {
839 uint16_t lazy_current = ticker->lazy_current; local
851 if (lazy_current >= ticker->lazy_periodic) {
852 lazy_current -= ticker->lazy_periodic;
859 (lazy_current * ticker->ticks_periodic);
886 uint16_t lazy_next = ticker_next->lazy_current;
946 (lazy_current - ticker->priority));
[all …]
/Zephyr-latest/subsys/bluetooth/controller/
DKconfig.ll_sw_split1309 check uses lazy value that would be always lazy_next > lazy_current as