Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/bluetooth/controller/ticker/
Dticker.c75 uint16_t lazy_periodic; /* Number of timeouts to allow member
854 if (lazy_current >= ticker->lazy_periodic) {
855 lazy_current -= ticker->lazy_periodic;
891 ticker_next->lazy_periodic > lazy_next;
894 lazy_next -= ticker_next->lazy_periodic;
1368 (ticker->lazy_periodic <= ticker->lazy_current)) {
1385 (ticker->lazy_periodic >= ticker->lazy_current) ||
1735 ticker->lazy_periodic = user_op->params.update.lazy;
2177 uint16_t lazy_periodic;
2183 lazy_periodic = ticker->lazy_periodic;
[all …]