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
851 if (lazy_current >= ticker->lazy_periodic) {
852 lazy_current -= ticker->lazy_periodic;
888 ticker_next->lazy_periodic > lazy_next;
891 lazy_next -= ticker_next->lazy_periodic;
1363 (ticker->lazy_periodic <= ticker->lazy_current)) {
1380 (ticker->lazy_periodic >= ticker->lazy_current) ||
1730 ticker->lazy_periodic = user_op->params.update.lazy;
2172 uint16_t lazy_periodic;
2178 lazy_periodic = ticker->lazy_periodic;
[all …]