Lines Matching defs:timer
743 __STATIC_INLINE uint32_t TIMER_CaptureGet(TIMER_TypeDef *timer, unsigned int ch) in TIMER_CaptureGet()
769 __STATIC_INLINE uint32_t TIMER_CaptureBufGet(TIMER_TypeDef *timer, unsigned int ch) in TIMER_CaptureBufGet()
801 __STATIC_INLINE void TIMER_CompareBufSet(TIMER_TypeDef *timer, in TIMER_CompareBufSet()
828 __STATIC_INLINE void TIMER_CompareSet(TIMER_TypeDef *timer, in TIMER_CompareSet()
851 __STATIC_INLINE uint32_t TIMER_CounterGet(TIMER_TypeDef *timer) in TIMER_CounterGet()
866 __STATIC_INLINE void TIMER_CounterSet(TIMER_TypeDef *timer, uint32_t val) in TIMER_CounterSet()
896 __STATIC_INLINE void TIMER_Enable(TIMER_TypeDef *timer, bool enable) in TIMER_Enable()
925 __STATIC_INLINE void TIMER_EnableDTI(TIMER_TypeDef *timer, bool enable) in TIMER_EnableDTI()
966 __STATIC_INLINE uint32_t TIMER_GetDTIFault(TIMER_TypeDef *timer) in TIMER_GetDTIFault()
983 __STATIC_INLINE void TIMER_ClearDTIFault(TIMER_TypeDef *timer, uint32_t flags) in TIMER_ClearDTIFault()
1006 __STATIC_INLINE void TIMER_IntClear(TIMER_TypeDef *timer, uint32_t flags) in TIMER_IntClear()
1026 __STATIC_INLINE void TIMER_IntDisable(TIMER_TypeDef *timer, uint32_t flags) in TIMER_IntDisable()
1048 __STATIC_INLINE void TIMER_IntEnable(TIMER_TypeDef *timer, uint32_t flags) in TIMER_IntEnable()
1067 __STATIC_INLINE uint32_t TIMER_IntGet(TIMER_TypeDef *timer) in TIMER_IntGet()
1091 __STATIC_INLINE uint32_t TIMER_IntGetEnabled(TIMER_TypeDef *timer) in TIMER_IntGetEnabled()
1114 __STATIC_INLINE void TIMER_IntSet(TIMER_TypeDef *timer, uint32_t flags) in TIMER_IntSet()
1139 __STATIC_INLINE void TIMER_Lock(TIMER_TypeDef *timer) in TIMER_Lock()
1167 __STATIC_INLINE void TIMER_TopBufSet(TIMER_TypeDef *timer, uint32_t val) in TIMER_TopBufSet()
1187 __STATIC_INLINE uint32_t TIMER_TopGet(TIMER_TypeDef *timer) in TIMER_TopGet()
1202 __STATIC_INLINE void TIMER_TopSet(TIMER_TypeDef *timer, uint32_t val) in TIMER_TopSet()
1220 __STATIC_INLINE void TIMER_Unlock(TIMER_TypeDef *timer) in TIMER_Unlock()