Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/bluetooth/controller/ll_sw/openisa/lll/
Dlll_prof.c23 static uint8_t cputime_min = (uint8_t) -1; variable
101 if (cputime < cputime_min) { in lll_prof_send()
102 cputime_min = cputime; in lll_prof_send()
134 p->min = cputime_min; in lll_prof_send()
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/nordic/lll/
Dlll_prof.c44 static uint16_t cputime_min = UINT16_MAX; variable
239 if (cputime < cputime_min) { in send()
240 cputime_min = cputime; in send()
274 p->min = cputime_min; in send()