Home
last modified time | relevance | path

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

/hal_nuvoton-latest/m46x/StdDriver/src/
Dtimer.c44 uint32_t u32Clk = TIMER_GetModuleClock(timer); in TIMER_Open()
96 uint32_t u32Clk = TIMER_GetModuleClock(timer); in TIMER_Delay()
154 u32Delay = (SystemCoreClock / TIMER_GetModuleClock(timer)) * (u32Prescale + 1); in TIMER_Delay()
258 uint32_t TIMER_GetModuleClock(TIMER_T *timer) in TIMER_GetModuleClock() function
382 u32Delay = (SystemCoreClock / TIMER_GetModuleClock(timer)) * 3; in TIMER_ResetCounter()
/hal_nuvoton-latest/m2l31x/StdDriver/src/
Dtimer.c44 uint32_t u32Clk = TIMER_GetModuleClock(timer); in TIMER_Open()
99 uint32_t u32Clk = TIMER_GetModuleClock(timer); in TIMER_Delay()
158 u32Delay = (SystemCoreClock / TIMER_GetModuleClock(timer)) * (u32Prescale + 1); in TIMER_Delay()
270 uint32_t TIMER_GetModuleClock(TIMER_T *timer) in TIMER_GetModuleClock() function
437 u32Delay = (SystemCoreClock / TIMER_GetModuleClock(timer)) * 3; in TIMER_ResetCounter()
/hal_nuvoton-latest/m48x/StdDriver/src/
Dtimer.c43 uint32_t u32Clk = TIMER_GetModuleClock(timer); in TIMER_Open()
94 uint32_t u32Clk = TIMER_GetModuleClock(timer); in TIMER_Delay()
238 uint32_t TIMER_GetModuleClock(TIMER_T *timer) in TIMER_GetModuleClock() function
/hal_nuvoton-latest/m48x/StdDriver/inc/
Dtimer.h502 uint32_t TIMER_GetModuleClock(TIMER_T *timer);
/hal_nuvoton-latest/m46x/StdDriver/inc/
Dtimer.h517 uint32_t TIMER_GetModuleClock(TIMER_T *timer);
/hal_nuvoton-latest/m2l31x/StdDriver/inc/
Dtimer.h514 uint32_t TIMER_GetModuleClock(TIMER_T *timer);