Lines Matching refs:TIMER_T

38 void TPWM_SetCounterClockSource(TIMER_T *timer, uint32_t u32CntClkSrc)  in TPWM_SetCounterClockSource()
55 uint32_t TPWM_ConfigOutputFreqAndDuty(TIMER_T *timer, uint32_t u32Frequency, uint32_t u32DutyCycle) in TPWM_ConfigOutputFreqAndDuty()
118 void TPWM_EnableDeadTime(TIMER_T *timer, uint32_t u32DTCount) in TPWM_EnableDeadTime()
134 void TPWM_EnableDeadTimeWithPrescale(TIMER_T *timer, uint32_t u32DTCount) in TPWM_EnableDeadTimeWithPrescale()
149 void TPWM_DisableDeadTime(TIMER_T *timer) in TPWM_DisableDeadTime()
163 void TPWM_EnableCounter(TIMER_T *timer) in TPWM_EnableCounter()
177 void TPWM_DisableCounter(TIMER_T *timer) in TPWM_DisableCounter()
197 void TPWM_EnableTriggerADC(TIMER_T *timer, uint32_t u32Condition) in TPWM_EnableTriggerADC()
211 void TPWM_DisableTriggerADC(TIMER_T *timer) in TPWM_DisableTriggerADC()
251 void TPWM_EnableFaultBrake(TIMER_T *timer, uint32_t u32CH0Level, uint32_t u32CH1Level, uint32_t u32… in TPWM_EnableFaultBrake()
271 void TPWM_EnableFaultBrakeInt(TIMER_T *timer, uint32_t u32IntSource) in TPWM_EnableFaultBrakeInt()
289 void TPWM_DisableFaultBrakeInt(TIMER_T *timer, uint32_t u32IntSource) in TPWM_DisableFaultBrakeInt()
308 uint32_t TPWM_GetFaultBrakeIntFlag(TIMER_T *timer, uint32_t u32IntSource) in TPWM_GetFaultBrakeIntFlag()
326 void TPWM_ClearFaultBrakeIntFlag(TIMER_T *timer, uint32_t u32IntSource) in TPWM_ClearFaultBrakeIntFlag()
345 void TPWM_SetLoadMode(TIMER_T *timer, uint32_t u32LoadMode) in TPWM_SetLoadMode()
375 void TPWM_EnableBrakePinDebounce(TIMER_T *timer, uint32_t u32BrakePinSrc, uint32_t u32DebounceCnt, … in TPWM_EnableBrakePinDebounce()
392 void TPWM_DisableBrakePinDebounce(TIMER_T *timer) in TPWM_DisableBrakePinDebounce()
404 void TPWM_EnableBrakePinInverse(TIMER_T *timer) in TPWM_EnableBrakePinInverse()
415 void TPWM_DisableBrakePinInverse(TIMER_T *timer) in TPWM_DisableBrakePinInverse()
431 void TPWM_SetBrakePinSource(TIMER_T *timer, uint32_t u32BrakePinNum) in TPWM_SetBrakePinSource()