Searched refs:TTMR_T (Results 1 – 4 of 4) sorted by relevance
109 __STATIC_INLINE void TTMR_Start(TTMR_T *ttmr);110 __STATIC_INLINE void TTMR_Stop(TTMR_T *ttmr);111 __STATIC_INLINE void TTMR_EnableWakeup(TTMR_T *ttmr);112 __STATIC_INLINE void TTMR_DisableWakeup(TTMR_T *ttmr);113 __STATIC_INLINE void TTMR_EnableInt(TTMR_T *ttmr);114 __STATIC_INLINE void TTMR_DisableInt(TTMR_T *ttmr);115 __STATIC_INLINE uint32_t TTMR_GetIntFlag(TTMR_T *ttmr);116 __STATIC_INLINE void TTMR_ClearIntFlag(TTMR_T *ttmr);117 __STATIC_INLINE uint32_t TTMR_GetWakeupFlag(TTMR_T *ttmr);118 __STATIC_INLINE void TTMR_ClearWakeupFlag(TTMR_T *ttmr);[all …]
39 uint32_t TTMR_Open(TTMR_T *ttmr, uint32_t u32Mode, uint32_t u32Freq) in TTMR_Open()76 void TTMR_Close(TTMR_T *ttmr) in TTMR_Close()95 int32_t TTMR_Delay(TTMR_T *ttmr, uint32_t u32Usec) in TTMR_Delay()188 uint32_t TTMR_GetModuleClock(TTMR_T *ttmr) in TTMR_GetModuleClock()216 void TTMR_SetTriggerTarget(TTMR_T *ttmr, uint32_t u32Mask) in TTMR_SetTriggerTarget()232 int32_t TTMR_ResetCounter(TTMR_T *ttmr) in TTMR_ResetCounter()
500 #define TTMR0 ((TTMR_T *) TTMR01_BASE)501 #define TTMR1 ((TTMR_T *) (TTMR01_BASE + 0x100UL))545 #define TTMR0 ((TTMR_T *) TTMR01_BASE)546 #define TTMR1 ((TTMR_T *) (TTMR01_BASE + 0x100UL))
146 } TTMR_T; typedef