Searched defs:Counter (Results 1 – 9 of 9) sorted by relevance
151 __STATIC_INLINE void LL_WWDG_SetCounter(WWDG_TypeDef *WWDGx, uint32_t Counter) in LL_WWDG_SetCounter()
223 __STATIC_INLINE void LL_IWDG_SetReloadCounter(IWDG_TypeDef *IWDGx, uint32_t Counter) in LL_IWDG_SetReloadCounter()
56 uint32_t Counter; /*!< Specifies the WWDG free-running downcounter value. member
1293 __STATIC_INLINE void LL_TIM_SetCounter(TIM_TypeDef *TIMx, uint32_t Counter) in LL_TIM_SetCounter()
224 __STATIC_INLINE void LL_IWDG_SetReloadCounter(IWDG_TypeDef *IWDGx, uint32_t Counter) in LL_IWDG_SetReloadCounter()
1665 __STATIC_INLINE void LL_TIM_SetCounter(TIM_TypeDef *TIMx, uint32_t Counter) in LL_TIM_SetCounter()1808 __STATIC_INLINE uint32_t LL_TIM_IsActiveUIFCPY(uint32_t Counter) in LL_TIM_IsActiveUIFCPY()
629 int i, j, Counter=0, BlockValue; in halLcdPrint() local