Lines Matching refs:TIMER_T
172 __STATIC_INLINE void TIMER_Start(TIMER_T *timer);
173 __STATIC_INLINE void TIMER_Stop(TIMER_T *timer);
174 __STATIC_INLINE void TIMER_EnableWakeup(TIMER_T *timer);
175 __STATIC_INLINE void TIMER_DisableWakeup(TIMER_T *timer);
176 __STATIC_INLINE void TIMER_StartCapture(TIMER_T *timer);
177 __STATIC_INLINE void TIMER_StopCapture(TIMER_T *timer);
178 __STATIC_INLINE void TIMER_EnableCaptureDebounce(TIMER_T *timer);
179 __STATIC_INLINE void TIMER_DisableCaptureDebounce(TIMER_T *timer);
180 __STATIC_INLINE void TIMER_EnableEventCounterDebounce(TIMER_T *timer);
181 __STATIC_INLINE void TIMER_DisableEventCounterDebounce(TIMER_T *timer);
182 __STATIC_INLINE void TIMER_EnableInt(TIMER_T *timer);
183 __STATIC_INLINE void TIMER_DisableInt(TIMER_T *timer);
184 __STATIC_INLINE void TIMER_EnableCaptureInt(TIMER_T *timer);
185 __STATIC_INLINE void TIMER_DisableCaptureInt(TIMER_T *timer);
186 __STATIC_INLINE uint32_t TIMER_GetIntFlag(TIMER_T *timer);
187 __STATIC_INLINE void TIMER_ClearIntFlag(TIMER_T *timer);
188 __STATIC_INLINE uint32_t TIMER_GetCaptureIntFlag(TIMER_T *timer);
189 __STATIC_INLINE void TIMER_ClearCaptureIntFlag(TIMER_T *timer);
190 __STATIC_INLINE uint32_t TIMER_GetWakeupFlag(TIMER_T *timer);
191 __STATIC_INLINE void TIMER_ClearWakeupFlag(TIMER_T *timer);
192 __STATIC_INLINE uint32_t TIMER_GetCaptureData(TIMER_T *timer);
193 __STATIC_INLINE uint32_t TIMER_GetCounter(TIMER_T *timer);
204 __STATIC_INLINE void TIMER_Start(TIMER_T *timer) in TIMER_Start()
218 __STATIC_INLINE void TIMER_Stop(TIMER_T *timer) in TIMER_Stop()
234 __STATIC_INLINE void TIMER_EnableWakeup(TIMER_T *timer) in TIMER_EnableWakeup()
248 __STATIC_INLINE void TIMER_DisableWakeup(TIMER_T *timer) in TIMER_DisableWakeup()
262 __STATIC_INLINE void TIMER_StartCapture(TIMER_T *timer) in TIMER_StartCapture()
276 __STATIC_INLINE void TIMER_StopCapture(TIMER_T *timer) in TIMER_StopCapture()
290 __STATIC_INLINE void TIMER_EnableCaptureDebounce(TIMER_T *timer) in TIMER_EnableCaptureDebounce()
304 __STATIC_INLINE void TIMER_DisableCaptureDebounce(TIMER_T *timer) in TIMER_DisableCaptureDebounce()
318 __STATIC_INLINE void TIMER_EnableEventCounterDebounce(TIMER_T *timer) in TIMER_EnableEventCounterDebounce()
332 __STATIC_INLINE void TIMER_DisableEventCounterDebounce(TIMER_T *timer) in TIMER_DisableEventCounterDebounce()
346 __STATIC_INLINE void TIMER_EnableInt(TIMER_T *timer) in TIMER_EnableInt()
360 __STATIC_INLINE void TIMER_DisableInt(TIMER_T *timer) in TIMER_DisableInt()
374 __STATIC_INLINE void TIMER_EnableCaptureInt(TIMER_T *timer) in TIMER_EnableCaptureInt()
388 __STATIC_INLINE void TIMER_DisableCaptureInt(TIMER_T *timer) in TIMER_DisableCaptureInt()
403 __STATIC_INLINE uint32_t TIMER_GetIntFlag(TIMER_T *timer) in TIMER_GetIntFlag()
417 __STATIC_INLINE void TIMER_ClearIntFlag(TIMER_T *timer) in TIMER_ClearIntFlag()
432 __STATIC_INLINE uint32_t TIMER_GetCaptureIntFlag(TIMER_T *timer) in TIMER_GetCaptureIntFlag()
446 __STATIC_INLINE void TIMER_ClearCaptureIntFlag(TIMER_T *timer) in TIMER_ClearCaptureIntFlag()
461 __STATIC_INLINE uint32_t TIMER_GetWakeupFlag(TIMER_T *timer) in TIMER_GetWakeupFlag()
475 __STATIC_INLINE void TIMER_ClearWakeupFlag(TIMER_T *timer) in TIMER_ClearWakeupFlag()
489 __STATIC_INLINE uint32_t TIMER_GetCaptureData(TIMER_T *timer) in TIMER_GetCaptureData()
503 __STATIC_INLINE uint32_t TIMER_GetCounter(TIMER_T *timer) in TIMER_GetCounter()
510 uint32_t TIMER_Open(TIMER_T *timer, uint32_t u32Mode, uint32_t u32Freq);
511 void TIMER_Close(TIMER_T *timer);
512 int32_t TIMER_Delay(TIMER_T *timer, uint32_t u32Usec);
513 void TIMER_EnableCapture(TIMER_T *timer, uint32_t u32CapMode, uint32_t u32Edge);
514 void TIMER_DisableCapture(TIMER_T *timer);
515 void TIMER_EnableEventCounter(TIMER_T *timer, uint32_t u32Edge);
516 void TIMER_DisableEventCounter(TIMER_T *timer);
517 uint32_t TIMER_GetModuleClock(TIMER_T *timer);
518 void TIMER_EnableFreqCounter(TIMER_T *timer,
522 void TIMER_DisableFreqCounter(TIMER_T *timer);
523 void TIMER_SetTriggerSource(TIMER_T *timer, uint32_t u32Src);
524 void TIMER_SetTriggerTarget(TIMER_T *timer, uint32_t u32Mask);
525 int32_t TIMER_ResetCounter(TIMER_T *timer);
526 void TIMER_EnableCaptureInputNoiseFilter(TIMER_T *timer, uint32_t u32FilterCount, uint32_t u32ClkSr…
527 void TIMER_DisableCaptureInputNoiseFilter(TIMER_T *timer);