Home
last modified time | relevance | path

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

/vendor/hihope/rk3568/bluetooth/src/
Dupio.c90 uint8_t timer_created; member
205 if (lpm_proc_cb.timer_created == TRUE) { in upio_start_stop_timer()
258 if (lpm_proc_cb.timer_created == TRUE) in upio_cleanup()
261 lpm_proc_cb.timer_created = FALSE; in upio_cleanup()
380 if (lpm_proc_cb.timer_created == TRUE) { in upio_set()
382 lpm_proc_cb.timer_created = FALSE; in upio_set()
394 if (lpm_proc_cb.timer_created == FALSE) { in upio_set()
406 lpm_proc_cb.timer_created = TRUE; in upio_set()
484 __FUNCTION__, buffer, lpm_proc_cb.btwrite_active, lpm_proc_cb.timer_created); in upio_set()