Lines Matching defs:lptmr
41 uint32_t LPTMR_Open(LPTMR_T *lptmr, uint32_t u32Mode, uint32_t u32Freq) in LPTMR_Open()
78 void LPTMR_Close(LPTMR_T *lptmr) in LPTMR_Close()
98 int32_t LPTMR_Delay(LPTMR_T *lptmr, uint32_t u32Usec) in LPTMR_Delay()
203 void LPTMR_EnableCapture(LPTMR_T *lptmr, uint32_t u32CapMode, uint32_t u32Edge) in LPTMR_EnableCapture()
219 void LPTMR_DisableCapture(LPTMR_T *lptmr) in LPTMR_DisableCapture()
239 void LPTMR_EnableEventCounter(LPTMR_T *lptmr, uint32_t u32Edge) in LPTMR_EnableEventCounter()
255 void LPTMR_DisableEventCounter(LPTMR_T *lptmr) in LPTMR_DisableEventCounter()
271 uint32_t LPTMR_GetModuleClock(LPTMR_T *lptmr) in LPTMR_GetModuleClock()
299 void LPTMR_SetTriggerSource(LPTMR_T *lptmr, uint32_t u32Src) in LPTMR_SetTriggerSource()
313 void LPTMR_SetTriggerTarget(LPTMR_T *lptmr, uint32_t u32Mask) in LPTMR_SetTriggerTarget()
333 void LPTMR_CaptureSelect(LPTMR_T *lptmr, uint32_t u32Src) in LPTMR_CaptureSelect()
361 int32_t LPTMR_ResetCounter(LPTMR_T *lptmr) in LPTMR_ResetCounter()
396 void LPTMR_EnableCaptureInputNoiseFilter(LPTMR_T *lptmr, uint32_t u32FilterCount, uint32_t u32ClkSr… in LPTMR_EnableCaptureInputNoiseFilter()
411 void LPTMR_DisableCaptureInputNoiseFilter(LPTMR_T *lptmr) in LPTMR_DisableCaptureInputNoiseFilter()