Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/bluetooth/controller/ll_sw/openisa/lll/
Dlll_prof.c24 static uint8_t cputime_max; variable
96 if (cputime > cputime_max) { in lll_prof_send()
97 cputime_max = cputime; in lll_prof_send()
135 p->max = cputime_max; in lll_prof_send()
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/nordic/lll/
Dlll_prof.c45 static uint16_t cputime_max; variable
234 if (cputime > cputime_max) { in send()
235 cputime_max = cputime; in send()
275 p->max = cputime_max; in send()