Searched refs:LPTMR_T (Results 1 – 6 of 6) sorted by relevance
| /hal_nuvoton-latest/m2l31x/StdDriver/inc/ |
| D | lptmr.h | 171 __STATIC_INLINE void LPTMR_Start(LPTMR_T *lptmr); 172 __STATIC_INLINE void LPTMR_Stop(LPTMR_T *lptmr); 173 __STATIC_INLINE void LPTMR_EnableWakeup(LPTMR_T *lptmr); 174 __STATIC_INLINE void LPTMR_DisableWakeup(LPTMR_T *lptmr); 175 __STATIC_INLINE void LPTMR_StartCapture(LPTMR_T *lptmr); 176 __STATIC_INLINE void LPTMR_StopCapture(LPTMR_T *lptmr); 177 __STATIC_INLINE void LPTMR_EnableCaptureDebounce(LPTMR_T *lptmr); 178 __STATIC_INLINE void LPTMR_DisableCaptureDebounce(LPTMR_T *lptmr); 179 __STATIC_INLINE void LPTMR_EnableEventCounterDebounce(LPTMR_T *lptmr); 180 __STATIC_INLINE void LPTMR_DisableEventCounterDebounce(LPTMR_T *lptmr); [all …]
|
| D | lptmr_pwm.h | 377 uint32_t LPTPWM_ConfigOutputFreqAndDuty(LPTMR_T *lptmr, uint32_t u32Frequency, uint32_t u32DutyCycl… 378 void LPTPWM_EnableCounter(LPTMR_T *lptmr); 379 void LPTPWM_DisableCounter(LPTMR_T *lptmr); 380 void LPTPWM_EnableTrigger(LPTMR_T *lptmr, uint32_t u32TargetMask, uint32_t u32Condition); 381 void LPTPWM_DisableTrigger(LPTMR_T *lptmr, uint32_t u32TargetMask); 410 __STATIC_INLINE void LPTPWM_EnableWakeup(LPTMR_T *lptmr); 411 __STATIC_INLINE void LPTPWM_DisableWakeup(LPTMR_T *lptmr); 412 __STATIC_INLINE uint32_t LPTPWM_GetWakeupFlag(LPTMR_T *lptmr); 413 __STATIC_INLINE void LPTPWM_ClearWakeupFlag(LPTMR_T *lptmr); 427 __STATIC_INLINE void LPTPWM_EnableWakeup(LPTMR_T *lptmr) in LPTPWM_EnableWakeup() [all …]
|
| /hal_nuvoton-latest/m2l31x/StdDriver/src/ |
| D | lptmr_pwm.c | 36 uint32_t LPTPWM_ConfigOutputFreqAndDuty(LPTMR_T *lptmr, uint32_t u32Frequency, uint32_t u32DutyCycl… in LPTPWM_ConfigOutputFreqAndDuty() 105 void LPTPWM_EnableCounter(LPTMR_T *lptmr) in LPTPWM_EnableCounter() 119 void LPTPWM_DisableCounter(LPTMR_T *lptmr) in LPTPWM_DisableCounter() 138 void LPTPWM_EnableTrigger(LPTMR_T *lptmr, uint32_t u32TargetMask, uint32_t u32Condition) in LPTPWM_EnableTrigger() 155 void LPTPWM_DisableTrigger(LPTMR_T *lptmr, uint32_t u32TargetMask) in LPTPWM_DisableTrigger() 170 void LPTPWM_EnableAcc(LPTMR_T *lptmr, uint32_t u32IntFlagCnt, uint32_t u32IntAccSrc) in LPTPWM_EnableAcc() 182 void LPTPWM_DisableAcc(LPTMR_T *lptmr) in LPTPWM_DisableAcc() 193 void LPTPWM_EnableAccInt(LPTMR_T *lptmr) in LPTPWM_EnableAccInt() 204 void LPTPWM_DisableAccInt(LPTMR_T *lptmr) in LPTPWM_DisableAccInt() 215 void LPTPWM_ClearAccInt(LPTMR_T *lptmr) in LPTPWM_ClearAccInt() [all …]
|
| D | lptmr.c | 41 uint32_t LPTMR_Open(LPTMR_T *lptmr, uint32_t u32Mode, uint32_t u32Freq) in LPTMR_Open() 78 void LPTMR_Close(LPTMR_T *lptmr) in LPTMR_Close() 98 int32_t LPTMR_Delay(LPTMR_T *lptmr, uint32_t u32Usec) in LPTMR_Delay() 203 void LPTMR_EnableCapture(LPTMR_T *lptmr, uint32_t u32CapMode, uint32_t u32Edge) in LPTMR_EnableCapture() 219 void LPTMR_DisableCapture(LPTMR_T *lptmr) in LPTMR_DisableCapture() 239 void LPTMR_EnableEventCounter(LPTMR_T *lptmr, uint32_t u32Edge) in LPTMR_EnableEventCounter() 255 void LPTMR_DisableEventCounter(LPTMR_T *lptmr) in LPTMR_DisableEventCounter() 271 uint32_t LPTMR_GetModuleClock(LPTMR_T *lptmr) in LPTMR_GetModuleClock() 299 void LPTMR_SetTriggerSource(LPTMR_T *lptmr, uint32_t u32Src) in LPTMR_SetTriggerSource() 313 void LPTMR_SetTriggerTarget(LPTMR_T *lptmr, uint32_t u32Mask) in LPTMR_SetTriggerTarget() [all …]
|
| /hal_nuvoton-latest/m2l31x/Devices/M2L31/Include/ |
| D | M2L31.h | 543 #define LPTMR0 ((LPTMR_T *) LPTMR01_BASE) 544 #define LPTMR1 ((LPTMR_T *) (LPTMR01_BASE + 0x100UL))
|
| D | lptmr_reg.h | 505 } LPTMR_T; typedef
|