Home
last modified time | relevance | path

Searched refs:TIMER_T (Results 1 – 6 of 6) sorted by relevance

/hal_nuvoton-2.7.6/m48x/StdDriver/inc/
Dtimer.h139 __STATIC_INLINE void TIMER_Start(TIMER_T *timer);
140 __STATIC_INLINE void TIMER_Stop(TIMER_T *timer);
141 __STATIC_INLINE void TIMER_EnableWakeup(TIMER_T *timer);
142 __STATIC_INLINE void TIMER_DisableWakeup(TIMER_T *timer);
143 __STATIC_INLINE void TIMER_StartCapture(TIMER_T *timer);
144 __STATIC_INLINE void TIMER_StopCapture(TIMER_T *timer);
145 __STATIC_INLINE void TIMER_EnableCaptureDebounce(TIMER_T *timer);
146 __STATIC_INLINE void TIMER_DisableCaptureDebounce(TIMER_T *timer);
147 __STATIC_INLINE void TIMER_EnableEventCounterDebounce(TIMER_T *timer);
148 __STATIC_INLINE void TIMER_DisableEventCounterDebounce(TIMER_T *timer);
[all …]
Dtimer_pwm.h714 void TPWM_SetCounterClockSource(TIMER_T *timer, uint32_t u32CntClkSrc);
715 uint32_t TPWM_ConfigOutputFreqAndDuty(TIMER_T *timer, uint32_t u32Frequency, uint32_t u32DutyCycle);
716 void TPWM_EnableDeadTime(TIMER_T *timer, uint32_t u32DTCount);
717 void TPWM_EnableDeadTimeWithPrescale(TIMER_T *timer, uint32_t u32DTCount);
718 void TPWM_DisableDeadTime(TIMER_T *timer);
719 void TPWM_EnableCounter(TIMER_T *timer);
720 void TPWM_DisableCounter(TIMER_T *timer);
721 void TPWM_EnableTriggerADC(TIMER_T *timer, uint32_t u32Condition);
722 void TPWM_DisableTriggerADC(TIMER_T *timer);
723 void TPWM_EnableFaultBrake(TIMER_T *timer, uint32_t u32CH0Level, uint32_t u32CH1Level, uint32_t u32…
[all …]
/hal_nuvoton-2.7.6/m48x/StdDriver/src/
Dtimer_pwm.c38 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()
[all …]
Dtimer.c41 uint32_t TIMER_Open(TIMER_T *timer, uint32_t u32Mode, uint32_t u32Freq) in TIMER_Open()
74 void TIMER_Close(TIMER_T *timer) in TIMER_Close()
92 void TIMER_Delay(TIMER_T *timer, uint32_t u32Usec) in TIMER_Delay()
174 void TIMER_EnableCapture(TIMER_T *timer, uint32_t u32CapMode, uint32_t u32Edge) in TIMER_EnableCapture()
189 void TIMER_DisableCapture(TIMER_T *timer) in TIMER_DisableCapture()
208 void TIMER_EnableEventCounter(TIMER_T *timer, uint32_t u32Edge) in TIMER_EnableEventCounter()
223 void TIMER_DisableEventCounter(TIMER_T *timer) in TIMER_DisableEventCounter()
238 uint32_t TIMER_GetModuleClock(TIMER_T *timer) in TIMER_GetModuleClock()
294 void TIMER_EnableFreqCounter(TIMER_T *timer, in TIMER_EnableFreqCounter()
299 TIMER_T *t; /* store the timer base to configure compare value */ in TIMER_EnableFreqCounter()
[all …]
/hal_nuvoton-2.7.6/m48x/Devices/M480/Include/
DM480.h411 #define TIMER0 ((TIMER_T *) TIMER0_BASE)
412 #define TIMER1 ((TIMER_T *) TIMER1_BASE)
413 #define TIMER2 ((TIMER_T *) TIMER2_BASE)
414 #define TIMER3 ((TIMER_T *) TIMER3_BASE)
Dtimer_reg.h752 } TIMER_T; typedef