Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/bluetooth/controller/ll_sw/openisa/lll/
Dlll_prof.c25 static uint8_t cputime_prev; variable
107 prev = ((uint16_t)cputime_prev + cputime) >> 1; in lll_prof_send()
108 if (prev != cputime_prev) { in lll_prof_send()
109 cputime_prev = cputime; in lll_prof_send()
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/nordic/lll/
Dlll_prof.c46 static uint16_t cputime_prev; variable
245 prev = ((uint16_t)cputime_prev + cputime) >> 1; in send()
246 if (prev != cputime_prev) { in send()
247 cputime_prev = cputime; in send()