Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/bluetooth/controller/ll_sw/openisa/lll/
Dlll_prof.c26 static uint32_t timestamp_latency; variable
53 timestamp_latency = radio_tmr_sample_get(); in lll_prof_cputime_capture()
70 latency = timestamp_latency - timestamp_radio_end; in lll_prof_send()
72 latency = timestamp_latency - radio_tmr_end_get(); in lll_prof_send()
93 cputime = radio_tmr_sample_get() - timestamp_latency; in lll_prof_send()
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/nordic/lll/
Dlll_prof.c47 static uint32_t timestamp_latency; variable
116 timestamp_latency = UINT16_MAX; in lll_prof_latency_capture()
124 if (timestamp_latency == UINT16_MAX) { in lll_prof_latency_get()
126 timestamp_latency = radio_tmr_sample_get(); in lll_prof_latency_get()
154 timestamp_latency = radio_tmr_sample_get(); in lll_prof_cputime_capture()
231 cputime = radio_tmr_sample_get() - timestamp_latency; in send()
299 latency = timestamp_latency - timestamp_radio_end; in latency_get()
301 latency = timestamp_latency - radio_tmr_end_get(); in latency_get()
304 latency = timestamp_latency; in latency_get()