Lines Matching defs:timer
42 uint32_t TIMER_Open(TIMER_T *timer, uint32_t u32Mode, uint32_t u32Freq) in TIMER_Open()
75 void TIMER_Close(TIMER_T *timer) in TIMER_Close()
94 int32_t TIMER_Delay(TIMER_T *timer, uint32_t u32Usec) in TIMER_Delay()
194 void TIMER_EnableCapture(TIMER_T *timer, uint32_t u32CapMode, uint32_t u32Edge) in TIMER_EnableCapture()
209 void TIMER_DisableCapture(TIMER_T *timer) in TIMER_DisableCapture()
228 void TIMER_EnableEventCounter(TIMER_T *timer, uint32_t u32Edge) in TIMER_EnableEventCounter()
243 void TIMER_DisableEventCounter(TIMER_T *timer) in TIMER_DisableEventCounter()
258 uint32_t TIMER_GetModuleClock(TIMER_T *timer) in TIMER_GetModuleClock()
312 void TIMER_EnableFreqCounter(TIMER_T *timer, in TIMER_EnableFreqCounter()
333 void TIMER_DisableFreqCounter(TIMER_T *timer) in TIMER_DisableFreqCounter()
346 void TIMER_SetTriggerSource(TIMER_T *timer, uint32_t u32Src) in TIMER_SetTriggerSource()
361 void TIMER_SetTriggerTarget(TIMER_T *timer, uint32_t u32Mask) in TIMER_SetTriggerTarget()
376 int32_t TIMER_ResetCounter(TIMER_T *timer) in TIMER_ResetCounter()
411 void TIMER_EnableCaptureInputNoiseFilter(TIMER_T *timer, uint32_t u32FilterCount, uint32_t u32ClkSr… in TIMER_EnableCaptureInputNoiseFilter()
426 void TIMER_DisableCaptureInputNoiseFilter(TIMER_T *timer) in TIMER_DisableCaptureInputNoiseFilter()