Home
last modified time | relevance | path

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

/hal_espressif-3.4.0/tools/unit-test-app/components/test_utils/
Dccomp_timer_impl_xtensa.c43 PERF_TIMER_UNINIT = 0, // timer has not been initialized yet enumerator
65 .state = PERF_TIMER_UNINIT,
73 .state = PERF_TIMER_UNINIT,
163 s_status[xPortGetCoreID()].state = PERF_TIMER_UNINIT; in ccomp_timer_impl_deinit()
211 return s_status[xPortGetCoreID()].state != PERF_TIMER_UNINIT; in ccomp_timer_impl_is_init()
Dccomp_timer_impl_riscv.c29 PERF_TIMER_UNINIT = 0, // timer has not been initialized yet enumerator
67 s_status[cpu_hal_get_core_id()].state = PERF_TIMER_UNINIT; in ccomp_timer_impl_deinit()
104 return s_status[cpu_hal_get_core_id()].state != PERF_TIMER_UNINIT; in ccomp_timer_impl_is_init()