Home
last modified time | relevance | path

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

/hal_ambiq-latest/mcu/apollo4p/hal/
Dam_hal_stimer.c60 static uint32_t g_lastStimer[8] = variable
226 if ((curTimer != g_lastStimer[ui32CmprInstance]) && in am_hal_stimer_check_compare_delta_set()
227 (curTimer != (g_lastStimer[ui32CmprInstance] + 1))) in am_hal_stimer_check_compare_delta_set()
269 if ((curTimer != g_lastStimer[ui32CmprInstance]) && in am_hal_stimer_compare_delta_set()
270 (curTimer != (g_lastStimer[ui32CmprInstance] + 1))) in am_hal_stimer_compare_delta_set()
299 g_lastStimer[ui32CmprInstance] = am_hal_stimer_counter_get(); in am_hal_stimer_compare_delta_set()
336 if ((curTimer != g_lastStimer[ui32CmprInstance]) && in am_hal_stimer_compare_get()
337 (curTimer != (g_lastStimer[ui32CmprInstance] + 1)) && in am_hal_stimer_compare_get()
338 (curTimer != (g_lastStimer[ui32CmprInstance] + 2))) in am_hal_stimer_compare_get()