Searched refs:u32DTCount (Results 1 – 4 of 4) sorted by relevance
118 void TPWM_EnableDeadTime(TIMER_T *timer, uint32_t u32DTCount) in TPWM_EnableDeadTime() argument120 timer->PWMDTCTL = TIMER_PWMDTCTL_DTEN_Msk | u32DTCount; in TPWM_EnableDeadTime()134 void TPWM_EnableDeadTimeWithPrescale(TIMER_T *timer, uint32_t u32DTCount) in TPWM_EnableDeadTimeWithPrescale() argument136 timer->PWMDTCTL = TIMER_PWMDTCTL_DTCKSEL_Msk | TIMER_PWMDTCTL_DTEN_Msk | u32DTCount; in TPWM_EnableDeadTimeWithPrescale()
119 void TPWM_EnableDeadTime(TIMER_T *timer, uint32_t u32DTCount) in TPWM_EnableDeadTime() argument121 timer->PWMDTCTL = TIMER_PWMDTCTL_DTEN_Msk | u32DTCount; in TPWM_EnableDeadTime()135 void TPWM_EnableDeadTimeWithPrescale(TIMER_T *timer, uint32_t u32DTCount) in TPWM_EnableDeadTimeWithPrescale() argument137 timer->PWMDTCTL = TIMER_PWMDTCTL_DTCKSEL_Msk | TIMER_PWMDTCTL_DTEN_Msk | u32DTCount; in TPWM_EnableDeadTimeWithPrescale()
716 void TPWM_EnableDeadTime(TIMER_T *timer, uint32_t u32DTCount);717 void TPWM_EnableDeadTimeWithPrescale(TIMER_T *timer, uint32_t u32DTCount);
742 void TPWM_EnableDeadTime(TIMER_T *timer, uint32_t u32DTCount);743 void TPWM_EnableDeadTimeWithPrescale(TIMER_T *timer, uint32_t u32DTCount);