Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/bluetooth/controller/ll_sw/openisa/lll/
Dlll_prof.c37 static uint32_t timestamp_radio_end; variable
44 timestamp_radio_end = radio_tmr_end_get(); in lll_prof_radio_end_backup()
46 return timestamp_radio_end; in lll_prof_radio_end_backup()
70 latency = timestamp_latency - timestamp_radio_end; in lll_prof_send()
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/nordic/lll/
Dlll_prof.c138 static uint32_t timestamp_radio_end; variable
145 timestamp_radio_end = radio_tmr_end_get(); in lll_prof_radio_end_backup()
147 return timestamp_radio_end; in lll_prof_radio_end_backup()
299 latency = timestamp_latency - timestamp_radio_end; in latency_get()