Lines Matching defs:ttmr
64 #define TTMR_SET_CMP_VALUE(ttmr, u32Value) ((ttmr)->CMP = (u32Value)) argument
78 #define TTMR_SET_PRESCALE_VALUE(ttmr, u32Value) ((ttmr)->CTL = ((ttmr)->CTL & ~TTMR_CTL_PSC_Msk… argument
91 #define TTMR_IS_ACTIVE(ttmr) (((ttmr)->CTL & TTMR_CTL_ACTSTS_Msk)? 1 : 0) argument
106 #define TTMR_SET_OPMODE(ttmr, u32OpMode) ((ttmr)->CTL = ((ttmr)->CTL & ~TTMR_CTL_OPMODE_Msk) | (… argument
130 __STATIC_INLINE void TTMR_Start(TTMR_T *ttmr) in TTMR_Start()
144 __STATIC_INLINE void TTMR_Stop(TTMR_T *ttmr) in TTMR_Stop()
160 __STATIC_INLINE void TTMR_EnableWakeup(TTMR_T *ttmr) in TTMR_EnableWakeup()
174 __STATIC_INLINE void TTMR_DisableWakeup(TTMR_T *ttmr) in TTMR_DisableWakeup()
189 __STATIC_INLINE void TTMR_EnableInt(TTMR_T *ttmr) in TTMR_EnableInt()
203 __STATIC_INLINE void TTMR_DisableInt(TTMR_T *ttmr) in TTMR_DisableInt()
219 __STATIC_INLINE uint32_t TTMR_GetIntFlag(TTMR_T *ttmr) in TTMR_GetIntFlag()
233 __STATIC_INLINE void TTMR_ClearIntFlag(TTMR_T *ttmr) in TTMR_ClearIntFlag()
249 __STATIC_INLINE uint32_t TTMR_GetWakeupFlag(TTMR_T *ttmr) in TTMR_GetWakeupFlag()
263 __STATIC_INLINE void TTMR_ClearWakeupFlag(TTMR_T *ttmr) in TTMR_ClearWakeupFlag()
278 __STATIC_INLINE uint32_t TTMR_GetCounter(TTMR_T *ttmr) in TTMR_GetCounter()
292 __STATIC_INLINE void TTMR_EnablePDCLK(TTMR_T *ttmr) in TTMR_EnablePDCLK()
306 __STATIC_INLINE void TTMR_DisablePDCLK(TTMR_T *ttmr) in TTMR_DisablePDCLK()