Lines Matching refs:TIMER_T
740 void TPWM_SetCounterClockSource(TIMER_T *timer, uint32_t u32CntClkSrc);
741 uint32_t TPWM_ConfigOutputFreqAndDuty(TIMER_T *timer, uint32_t u32Frequency, uint32_t u32DutyCycle);
742 void TPWM_EnableDeadTime(TIMER_T *timer, uint32_t u32DTCount);
743 void TPWM_EnableDeadTimeWithPrescale(TIMER_T *timer, uint32_t u32DTCount);
744 void TPWM_DisableDeadTime(TIMER_T *timer);
745 void TPWM_EnableCounter(TIMER_T *timer);
746 void TPWM_DisableCounter(TIMER_T *timer);
747 void TPWM_EnableTriggerADC(TIMER_T *timer, uint32_t u32Condition);
748 void TPWM_DisableTriggerADC(TIMER_T *timer);
749 void TPWM_EnableFaultBrake(TIMER_T *timer, uint32_t u32CH0Level, uint32_t u32CH1Level, uint32_t u32…
750 void TPWM_EnableFaultBrakeInt(TIMER_T *timer, uint32_t u32IntSource);
751 void TPWM_DisableFaultBrakeInt(TIMER_T *timer, uint32_t u32IntSource);
752 uint32_t TPWM_GetFaultBrakeIntFlag(TIMER_T *timer, uint32_t u32IntSource);
753 void TPWM_ClearFaultBrakeIntFlag(TIMER_T *timer, uint32_t u32IntSource);
754 void TPWM_SetLoadMode(TIMER_T *timer, uint32_t u32LoadMode);
755 void TPWM_EnableBrakePinDebounce(TIMER_T *timer, uint32_t u32BrakePinSrc, uint32_t u32DebounceCnt, …
756 void TPWM_DisableBrakePinDebounce(TIMER_T *timer);
757 void TPWM_EnableBrakePinInverse(TIMER_T *timer);
758 void TPWM_DisableBrakePinInverse(TIMER_T *timer);
759 void TPWM_SetBrakePinSource(TIMER_T *timer, uint32_t u32BrakePinNum);
760 void TPWM_EnableAcc(TIMER_T *timer, uint32_t u32IntFlagCnt, uint32_t u32IntAccSrc);
761 void TPWM_DisableAcc(TIMER_T *timer);
762 void TPWM_EnableAccInt(TIMER_T *timer);
763 void TPWM_DisableAccInt(TIMER_T *timer);
764 void TPWM_ClearAccInt(TIMER_T *timer);
765 uint32_t TPWM_GetAccInt(TIMER_T *timer);
766 void TPWM_EnableAccPDMA(TIMER_T *timer);
767 void TPWM_DisableAccPDMA(TIMER_T *timer);
768 void TPWM_EnableAccStopMode(TIMER_T *timer);
769 void TPWM_DisableAccStopMode(TIMER_T *timer);
770 void TPWM_EnableExtEventTrigger(TIMER_T *timer, uint32_t u32ExtEventSrc, uint32_t u32CounterAction);
771 void TPWM_DisableExtEventTrigger(TIMER_T *timer);