Home
last modified time | relevance | path

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

/Zephyr-Core-3.7.0/subsys/bluetooth/controller/ll_sw/nordic/lll/
Dlll_clock.c27 static atomic_val_t hf_refcnt; variable
102 if (atomic_inc(&hf_refcnt) > 0) { in lll_hfclock_on()
118 atomic_inc(&hf_refcnt); in lll_hfclock_on_wait()
130 if (hf_refcnt < 1) { in lll_hfclock_off()
134 if (atomic_dec(&hf_refcnt) > 1) { in lll_hfclock_off()