Lines Matching refs:TIMER_T
39 void TPWM_SetCounterClockSource(TIMER_T *timer, uint32_t u32CntClkSrc) in TPWM_SetCounterClockSource()
56 uint32_t TPWM_ConfigOutputFreqAndDuty(TIMER_T *timer, uint32_t u32Frequency, uint32_t u32DutyCycle) in TPWM_ConfigOutputFreqAndDuty()
119 void TPWM_EnableDeadTime(TIMER_T *timer, uint32_t u32DTCount) in TPWM_EnableDeadTime()
135 void TPWM_EnableDeadTimeWithPrescale(TIMER_T *timer, uint32_t u32DTCount) in TPWM_EnableDeadTimeWithPrescale()
150 void TPWM_DisableDeadTime(TIMER_T *timer) in TPWM_DisableDeadTime()
164 void TPWM_EnableCounter(TIMER_T *timer) in TPWM_EnableCounter()
178 void TPWM_DisableCounter(TIMER_T *timer) in TPWM_DisableCounter()
198 void TPWM_EnableTriggerADC(TIMER_T *timer, uint32_t u32Condition) in TPWM_EnableTriggerADC()
212 void TPWM_DisableTriggerADC(TIMER_T *timer) in TPWM_DisableTriggerADC()
252 void TPWM_EnableFaultBrake(TIMER_T *timer, uint32_t u32CH0Level, uint32_t u32CH1Level, uint32_t u32… in TPWM_EnableFaultBrake()
272 void TPWM_EnableFaultBrakeInt(TIMER_T *timer, uint32_t u32IntSource) in TPWM_EnableFaultBrakeInt()
290 void TPWM_DisableFaultBrakeInt(TIMER_T *timer, uint32_t u32IntSource) in TPWM_DisableFaultBrakeInt()
309 uint32_t TPWM_GetFaultBrakeIntFlag(TIMER_T *timer, uint32_t u32IntSource) in TPWM_GetFaultBrakeIntFlag()
327 void TPWM_ClearFaultBrakeIntFlag(TIMER_T *timer, uint32_t u32IntSource) in TPWM_ClearFaultBrakeIntFlag()
346 void TPWM_SetLoadMode(TIMER_T *timer, uint32_t u32LoadMode) in TPWM_SetLoadMode()
376 void TPWM_EnableBrakePinDebounce(TIMER_T *timer, uint32_t u32BrakePinSrc, uint32_t u32DebounceCnt, … in TPWM_EnableBrakePinDebounce()
393 void TPWM_DisableBrakePinDebounce(TIMER_T *timer) in TPWM_DisableBrakePinDebounce()
405 void TPWM_EnableBrakePinInverse(TIMER_T *timer) in TPWM_EnableBrakePinInverse()
416 void TPWM_DisableBrakePinInverse(TIMER_T *timer) in TPWM_DisableBrakePinInverse()
432 void TPWM_SetBrakePinSource(TIMER_T *timer, uint32_t u32BrakePinNum) in TPWM_SetBrakePinSource()
449 void TPWM_EnableAcc(TIMER_T *timer, uint32_t u32IntFlagCnt, uint32_t u32IntAccSrc) in TPWM_EnableAcc()
461 void TPWM_DisableAcc(TIMER_T *timer) in TPWM_DisableAcc()
472 void TPWM_EnableAccInt(TIMER_T *timer) in TPWM_EnableAccInt()
483 void TPWM_DisableAccInt(TIMER_T *timer) in TPWM_DisableAccInt()
494 void TPWM_ClearAccInt(TIMER_T *timer) in TPWM_ClearAccInt()
506 uint32_t TPWM_GetAccInt(TIMER_T *timer) in TPWM_GetAccInt()
517 void TPWM_EnableAccPDMA(TIMER_T *timer) in TPWM_EnableAccPDMA()
528 void TPWM_DisableAccPDMA(TIMER_T *timer) in TPWM_DisableAccPDMA()
539 void TPWM_EnableAccStopMode(TIMER_T *timer) in TPWM_EnableAccStopMode()
550 void TPWM_DisableAccStopMode(TIMER_T *timer) in TPWM_DisableAccStopMode()
574 void TPWM_EnableExtEventTrigger(TIMER_T *timer, uint32_t u32ExtEventSrc, uint32_t u32CounterAction) in TPWM_EnableExtEventTrigger()
586 void TPWM_DisableExtEventTrigger(TIMER_T *timer) in TPWM_DisableExtEventTrigger()