Lines Matching refs:__STATIC_INLINE
559 __STATIC_INLINE bool TIMER_Valid(const TIMER_TypeDef *ref) in TIMER_Valid()
608 __STATIC_INLINE bool TIMER_SupportsDTI(const TIMER_TypeDef *ref) in TIMER_SupportsDTI()
658 __STATIC_INLINE uint32_t TIMER_MaxCount(const TIMER_TypeDef *ref) in TIMER_MaxCount()
700 __STATIC_INLINE uint32_t TIMER_CaptureGet(TIMER_TypeDef *timer, unsigned int ch) in TIMER_CaptureGet()
726 __STATIC_INLINE uint32_t TIMER_CaptureBufGet(TIMER_TypeDef *timer, unsigned int ch) in TIMER_CaptureBufGet()
758 __STATIC_INLINE void TIMER_CompareBufSet(TIMER_TypeDef *timer, in TIMER_CompareBufSet()
785 __STATIC_INLINE void TIMER_CompareSet(TIMER_TypeDef *timer, in TIMER_CompareSet()
808 __STATIC_INLINE uint32_t TIMER_CounterGet(TIMER_TypeDef *timer) in TIMER_CounterGet()
823 __STATIC_INLINE void TIMER_CounterSet(TIMER_TypeDef *timer, uint32_t val) in TIMER_CounterSet()
853 __STATIC_INLINE void TIMER_Enable(TIMER_TypeDef *timer, bool enable) in TIMER_Enable()
882 __STATIC_INLINE void TIMER_EnableDTI(TIMER_TypeDef *timer, bool enable) in TIMER_EnableDTI()
923 __STATIC_INLINE uint32_t TIMER_GetDTIFault(TIMER_TypeDef *timer) in TIMER_GetDTIFault()
940 __STATIC_INLINE void TIMER_ClearDTIFault(TIMER_TypeDef *timer, uint32_t flags) in TIMER_ClearDTIFault()
963 __STATIC_INLINE void TIMER_IntClear(TIMER_TypeDef *timer, uint32_t flags) in TIMER_IntClear()
983 __STATIC_INLINE void TIMER_IntDisable(TIMER_TypeDef *timer, uint32_t flags) in TIMER_IntDisable()
1005 __STATIC_INLINE void TIMER_IntEnable(TIMER_TypeDef *timer, uint32_t flags) in TIMER_IntEnable()
1024 __STATIC_INLINE uint32_t TIMER_IntGet(TIMER_TypeDef *timer) in TIMER_IntGet()
1048 __STATIC_INLINE uint32_t TIMER_IntGetEnabled(TIMER_TypeDef *timer) in TIMER_IntGetEnabled()
1071 __STATIC_INLINE void TIMER_IntSet(TIMER_TypeDef *timer, uint32_t flags) in TIMER_IntSet()
1096 __STATIC_INLINE void TIMER_Lock(TIMER_TypeDef *timer) in TIMER_Lock()
1124 __STATIC_INLINE void TIMER_TopBufSet(TIMER_TypeDef *timer, uint32_t val) in TIMER_TopBufSet()
1144 __STATIC_INLINE uint32_t TIMER_TopGet(TIMER_TypeDef *timer) in TIMER_TopGet()
1159 __STATIC_INLINE void TIMER_TopSet(TIMER_TypeDef *timer, uint32_t val) in TIMER_TopSet()
1177 __STATIC_INLINE void TIMER_Unlock(TIMER_TypeDef *timer) in TIMER_Unlock()