Lines Matching refs:TIMER_T
36 uint32_t TPWM_ConfigOutputFreqAndDuty(TIMER_T *timer, uint32_t u32Frequency, uint32_t u32DutyCycle) in TPWM_ConfigOutputFreqAndDuty()
101 void TPWM_EnableCounter(TIMER_T *timer) in TPWM_EnableCounter()
115 void TPWM_DisableCounter(TIMER_T *timer) in TPWM_DisableCounter()
137 void TPWM_EnableTrigger(TIMER_T *timer, uint32_t u32TargetMask, uint32_t u32Condition) in TPWM_EnableTrigger()
157 void TPWM_DisableTrigger(TIMER_T *timer, uint32_t u32TargetMask) in TPWM_DisableTrigger()
172 void TPWM_EnableAcc(TIMER_T *timer, uint32_t u32IntFlagCnt, uint32_t u32IntAccSrc) in TPWM_EnableAcc()
184 void TPWM_DisableAcc(TIMER_T *timer) in TPWM_DisableAcc()
195 void TPWM_EnableAccInt(TIMER_T *timer) in TPWM_EnableAccInt()
206 void TPWM_DisableAccInt(TIMER_T *timer) in TPWM_DisableAccInt()
217 void TPWM_ClearAccInt(TIMER_T *timer) in TPWM_ClearAccInt()
229 uint32_t TPWM_GetAccInt(TIMER_T *timer) in TPWM_GetAccInt()
240 void TPWM_EnableAccPDMA(TIMER_T *timer) in TPWM_EnableAccPDMA()
251 void TPWM_DisableAccPDMA(TIMER_T *timer) in TPWM_DisableAccPDMA()
262 void TPWM_EnableAccStopMode(TIMER_T *timer) in TPWM_EnableAccStopMode()
273 void TPWM_DisableAccStopMode(TIMER_T *timer) in TPWM_DisableAccStopMode()