Searched refs:LPTMR_GetModuleClock (Results 1 – 2 of 2) sorted by relevance
43 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() function367 u32Delay = (SystemCoreClock / LPTMR_GetModuleClock(lptmr)) * 3; in LPTMR_ResetCounter()
579 uint32_t LPTMR_GetModuleClock(LPTMR_T *lptmr);