Home
last modified time | relevance | path

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

/Zephyr-Core-3.5.0/subsys/bluetooth/controller/ticker/
Dticker.c75 uint16_t lazy_periodic; /* Number of timeouts to allow member
823 if (lazy_current >= ticker->lazy_periodic) {
824 lazy_current -= ticker->lazy_periodic;
850 ticker_next->lazy_periodic > lazy_next;
853 lazy_next -= ticker_next->lazy_periodic;
1305 (ticker->lazy_periodic <= ticker->lazy_current)) {
1322 (ticker->lazy_periodic >= ticker->lazy_current) ||
1659 ticker->lazy_periodic = user_op->params.update.lazy;
2095 uint16_t lazy_periodic;
2101 lazy_periodic = ticker->lazy_periodic;
[all …]