Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/net/lib/trickle/
Dtrickle.c161 uint8_t Imax, in net_trickle_create() argument
164 if (!(trickle && Imax > 0 && k > 0 && !CHECK_IMIN(Imin))) { in net_trickle_create()
171 trickle->Imax = Imax; in net_trickle_create()
172 trickle->Imax_abs = Imin << Imax; in net_trickle_create()
180 trickle->Imin, trickle->Imax, trickle->k, in net_trickle_create()
/Zephyr-latest/include/zephyr/net/
Dtrickle.h60 uint8_t Imax; /**< Max number of doublings */ member
88 uint8_t Imax,