Lines Matching defs:lptmr

111 #define LPTMR_SET_CMP_VALUE(lptmr, u32Value)        ((lptmr)->CMP = (u32Value))  argument
125 #define LPTMR_SET_PRESCALE_VALUE(lptmr, u32Value) ((lptmr)->CTL = ((lptmr)->CTL & ~LPTMR_CTL_PSC_… argument
138 #define LPTMR_IS_ACTIVE(lptmr) (((lptmr)->CTL & LPTMR_CTL_ACTSTS_Msk)? 1 : 0) argument
153 #define LPTMR_SELECT_TOUT_PIN(lptmr, u32ToutSel) ((lptmr)->CTL = ((lptmr)->CTL & ~LPTMR_CTL_TGLP… argument
168 #define LPTMR_SET_OPMODE(lptmr, u32OpMode) ((lptmr)->CTL = ((lptmr)->CTL & ~LPTMR_CTL_OPMODE_Msk)… argument
207 __STATIC_INLINE void LPTMR_Start(LPTMR_T *lptmr) in LPTMR_Start()
221 __STATIC_INLINE void LPTMR_Stop(LPTMR_T *lptmr) in LPTMR_Stop()
237 __STATIC_INLINE void LPTMR_EnableWakeup(LPTMR_T *lptmr) in LPTMR_EnableWakeup()
251 __STATIC_INLINE void LPTMR_DisableWakeup(LPTMR_T *lptmr) in LPTMR_DisableWakeup()
265 __STATIC_INLINE void LPTMR_StartCapture(LPTMR_T *lptmr) in LPTMR_StartCapture()
279 __STATIC_INLINE void LPTMR_StopCapture(LPTMR_T *lptmr) in LPTMR_StopCapture()
293 __STATIC_INLINE void LPTMR_EnableCaptureDebounce(LPTMR_T *lptmr) in LPTMR_EnableCaptureDebounce()
307 __STATIC_INLINE void LPTMR_DisableCaptureDebounce(LPTMR_T *lptmr) in LPTMR_DisableCaptureDebounce()
321 __STATIC_INLINE void LPTMR_EnableEventCounterDebounce(LPTMR_T *lptmr) in LPTMR_EnableEventCounterDebounce()
335 __STATIC_INLINE void LPTMR_DisableEventCounterDebounce(LPTMR_T *lptmr) in LPTMR_DisableEventCounterDebounce()
349 __STATIC_INLINE void LPTMR_EnableInt(LPTMR_T *lptmr) in LPTMR_EnableInt()
363 __STATIC_INLINE void LPTMR_DisableInt(LPTMR_T *lptmr) in LPTMR_DisableInt()
377 __STATIC_INLINE void LPTMR_EnableCaptureInt(LPTMR_T *lptmr) in LPTMR_EnableCaptureInt()
391 __STATIC_INLINE void LPTMR_DisableCaptureInt(LPTMR_T *lptmr) in LPTMR_DisableCaptureInt()
406 __STATIC_INLINE uint32_t LPTMR_GetIntFlag(LPTMR_T *lptmr) in LPTMR_GetIntFlag()
420 __STATIC_INLINE void LPTMR_ClearIntFlag(LPTMR_T *lptmr) in LPTMR_ClearIntFlag()
435 __STATIC_INLINE uint32_t LPTMR_GetCaptureIntFlag(LPTMR_T *lptmr) in LPTMR_GetCaptureIntFlag()
450 __STATIC_INLINE uint32_t LPTMR_GetCaptureIntFlagOV(LPTMR_T *lptmr) in LPTMR_GetCaptureIntFlagOV()
464 __STATIC_INLINE void LPTMR_ClearCaptureIntFlag(LPTMR_T *lptmr) in LPTMR_ClearCaptureIntFlag()
479 __STATIC_INLINE uint32_t LPTMR_GetWakeupFlag(LPTMR_T *lptmr) in LPTMR_GetWakeupFlag()
493 __STATIC_INLINE void LPTMR_ClearWakeupFlag(LPTMR_T *lptmr) in LPTMR_ClearWakeupFlag()
507 __STATIC_INLINE uint32_t LPTMR_GetCaptureData(LPTMR_T *lptmr) in LPTMR_GetCaptureData()
521 __STATIC_INLINE uint32_t LPTMR_GetCounter(LPTMR_T *lptmr) in LPTMR_GetCounter()
535 __STATIC_INLINE void LPTMR_EnablePDCLK(LPTMR_T *lptmr) in LPTMR_EnablePDCLK()
549 __STATIC_INLINE void LPTMR_DisablePDCLK(LPTMR_T *lptmr) in LPTMR_DisablePDCLK()
567 __STATIC_INLINE void LPTMR_EventCounterSelect(LPTMR_T *lptmr, uint32_t u32Src) in LPTMR_EventCounterSelect()