Home
last modified time | relevance | path

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

/hal_nuvoton-latest/m2l31x/StdDriver/src/
Dlptmr.c43 uint32_t u32Clk = LPTMR_GetModuleClock(lptmr); in LPTMR_Open()
100 uint32_t u32Clk = LPTMR_GetModuleClock(lptmr); in LPTMR_Delay()
159 u32Delay = (SystemCoreClock / LPTMR_GetModuleClock(lptmr)) * (u32Prescale + 1); in LPTMR_Delay()
271 uint32_t LPTMR_GetModuleClock(LPTMR_T *lptmr) in LPTMR_GetModuleClock() function
367 u32Delay = (SystemCoreClock / LPTMR_GetModuleClock(lptmr)) * 3; in LPTMR_ResetCounter()
/hal_nuvoton-latest/m2l31x/StdDriver/inc/
Dlptmr.h579 uint32_t LPTMR_GetModuleClock(LPTMR_T *lptmr);