Lines Matching refs:TIMER_T
476 uint32_t TPWM_ConfigOutputFreqAndDuty(TIMER_T *timer, uint32_t u32Frequency, uint32_t u32DutyCycle);
477 void TPWM_EnableCounter(TIMER_T *timer);
478 void TPWM_DisableCounter(TIMER_T *timer);
479 void TPWM_EnableTrigger(TIMER_T *timer, uint32_t u32TargetMask, uint32_t u32Condition);
480 void TPWM_DisableTrigger(TIMER_T *timer, uint32_t u32TargetMask);
558 __STATIC_INLINE void TPWM_EnableWakeup(TIMER_T *timer);
559 __STATIC_INLINE void TPWM_DisableWakeup(TIMER_T *timer);
560 __STATIC_INLINE uint32_t TPWM_GetWakeupFlag(TIMER_T *timer);
561 __STATIC_INLINE void TPWM_ClearWakeupFlag(TIMER_T *timer);
575 __STATIC_INLINE void TPWM_EnableWakeup(TIMER_T *timer) in TPWM_EnableWakeup()
590 __STATIC_INLINE void TPWM_DisableWakeup(TIMER_T *timer) in TPWM_DisableWakeup()
606 __STATIC_INLINE uint32_t TPWM_GetWakeupFlag(TIMER_T *timer) in TPWM_GetWakeupFlag()
621 __STATIC_INLINE void TPWM_ClearWakeupFlag(TIMER_T *timer) in TPWM_ClearWakeupFlag()
626 void TPWM_EnableAcc(TIMER_T *timer, uint32_t u32IntFlagCnt, uint32_t u32IntAccSrc);
627 void TPWM_DisableAcc(TIMER_T *timer);
628 void TPWM_EnableAccInt(TIMER_T *timer);
629 void TPWM_DisableAccInt(TIMER_T *timer);
630 void TPWM_ClearAccInt(TIMER_T *timer);
631 uint32_t TPWM_GetAccInt(TIMER_T *timer);
632 void TPWM_EnableAccPDMA(TIMER_T *timer);
633 void TPWM_DisableAccPDMA(TIMER_T *timer);
634 void TPWM_EnableAccStopMode(TIMER_T *timer);
635 void TPWM_DisableAccStopMode(TIMER_T *timer);