Home
last modified time | relevance | path

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

/subsys/bluetooth/controller/ll_sw/openisa/lll/
A Dlll_prof.c63 uint8_t latency, cputime, prev; in lll_prof_send() local
93 cputime = radio_tmr_sample_get() - timestamp_latency; in lll_prof_send()
96 if (cputime > cputime_max) { in lll_prof_send()
97 cputime_max = cputime; in lll_prof_send()
101 if (cputime < cputime_min) { in lll_prof_send()
102 cputime_min = cputime; in lll_prof_send()
107 prev = ((uint16_t)cputime_prev + cputime) >> 1; in lll_prof_send()
109 cputime_prev = cputime; in lll_prof_send()
133 p->cur = cputime; in lll_prof_send()
/subsys/bluetooth/controller/ll_sw/nordic/lll/
A Dlll_prof.c203 uint16_t latency, cputime, prev; in send() local
231 cputime = radio_tmr_sample_get() - timestamp_latency; in send()
234 if (cputime > cputime_max) { in send()
235 cputime_max = cputime; in send()
239 if (cputime < cputime_min) { in send()
240 cputime_min = cputime; in send()
245 prev = ((uint16_t)cputime_prev + cputime) >> 1; in send()
247 cputime_prev = cputime; in send()
273 p->cur = cputime; in send()
327 if (delta < UINT16_MAX && delta > *cputime) { in delta()
[all …]

Completed in 12 milliseconds