Home
last modified time | relevance | path

Searched refs:u32DTCount (Results 1 – 4 of 4) sorted by relevance

/hal_nuvoton-latest/m48x/StdDriver/src/
Dtimer_pwm.c118 void TPWM_EnableDeadTime(TIMER_T *timer, uint32_t u32DTCount) in TPWM_EnableDeadTime() argument
120 timer->PWMDTCTL = TIMER_PWMDTCTL_DTEN_Msk | u32DTCount; in TPWM_EnableDeadTime()
134 void TPWM_EnableDeadTimeWithPrescale(TIMER_T *timer, uint32_t u32DTCount) in TPWM_EnableDeadTimeWithPrescale() argument
136 timer->PWMDTCTL = TIMER_PWMDTCTL_DTCKSEL_Msk | TIMER_PWMDTCTL_DTEN_Msk | u32DTCount; in TPWM_EnableDeadTimeWithPrescale()
/hal_nuvoton-latest/m46x/StdDriver/src/
Dtimer_pwm.c119 void TPWM_EnableDeadTime(TIMER_T *timer, uint32_t u32DTCount) in TPWM_EnableDeadTime() argument
121 timer->PWMDTCTL = TIMER_PWMDTCTL_DTEN_Msk | u32DTCount; in TPWM_EnableDeadTime()
135 void TPWM_EnableDeadTimeWithPrescale(TIMER_T *timer, uint32_t u32DTCount) in TPWM_EnableDeadTimeWithPrescale() argument
137 timer->PWMDTCTL = TIMER_PWMDTCTL_DTCKSEL_Msk | TIMER_PWMDTCTL_DTEN_Msk | u32DTCount; in TPWM_EnableDeadTimeWithPrescale()
/hal_nuvoton-latest/m48x/StdDriver/inc/
Dtimer_pwm.h716 void TPWM_EnableDeadTime(TIMER_T *timer, uint32_t u32DTCount);
717 void TPWM_EnableDeadTimeWithPrescale(TIMER_T *timer, uint32_t u32DTCount);
/hal_nuvoton-latest/m46x/StdDriver/inc/
Dtimer_pwm.h742 void TPWM_EnableDeadTime(TIMER_T *timer, uint32_t u32DTCount);
743 void TPWM_EnableDeadTimeWithPrescale(TIMER_T *timer, uint32_t u32DTCount);