Searched refs:timestamp_latency (Results 1 – 2 of 2) sorted by relevance
26 static uint32_t timestamp_latency; variable53 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()
47 static uint32_t timestamp_latency; variable116 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()