Lines Matching defs:timer
42 uint32_t TIMER_Open(TIMER_T *timer, uint32_t u32Mode, uint32_t u32Freq) in TIMER_Open()
76 void TIMER_Close(TIMER_T *timer) in TIMER_Close()
97 int32_t TIMER_Delay(TIMER_T *timer, uint32_t u32Usec) in TIMER_Delay()
202 void TIMER_EnableCapture(TIMER_T *timer, uint32_t u32CapMode, uint32_t u32Edge) in TIMER_EnableCapture()
218 void TIMER_DisableCapture(TIMER_T *timer) in TIMER_DisableCapture()
238 void TIMER_EnableEventCounter(TIMER_T *timer, uint32_t u32Edge) in TIMER_EnableEventCounter()
254 void TIMER_DisableEventCounter(TIMER_T *timer) in TIMER_DisableEventCounter()
270 uint32_t TIMER_GetModuleClock(TIMER_T *timer) in TIMER_GetModuleClock()
325 void TIMER_EnableFreqCounter(TIMER_T *timer, in TIMER_EnableFreqCounter()
347 void TIMER_DisableFreqCounter(TIMER_T *timer) in TIMER_DisableFreqCounter()
361 void TIMER_SetTriggerSource(TIMER_T *timer, uint32_t u32Src) in TIMER_SetTriggerSource()
379 void TIMER_SetTriggerTarget(TIMER_T *timer, uint32_t u32Mask) in TIMER_SetTriggerTarget()
404 void TIMER_CaptureSelect(TIMER_T *timer, uint32_t u32Src) in TIMER_CaptureSelect()
431 int32_t TIMER_ResetCounter(TIMER_T *timer) in TIMER_ResetCounter()