Home
last modified time | relevance | path

Searched defs:Counter (Results 1 – 9 of 9) sorted by relevance

/btstack/port/stm32-f4discovery-usb/Drivers/STM32F4xx_HAL_Driver/Inc/
H A Dstm32f4xx_ll_wwdg.h151 __STATIC_INLINE void LL_WWDG_SetCounter(WWDG_TypeDef *WWDGx, uint32_t Counter) in LL_WWDG_SetCounter()
H A Dstm32f4xx_ll_iwdg.h223 __STATIC_INLINE void LL_IWDG_SetReloadCounter(IWDG_TypeDef *IWDGx, uint32_t Counter) in LL_IWDG_SetReloadCounter()
H A Dstm32f4xx_hal_wwdg.h56 uint32_t Counter; /*!< Specifies the WWDG free-running downcounter value. member
H A Dstm32f4xx_ll_tim.h1293 __STATIC_INLINE void LL_TIM_SetCounter(TIM_TypeDef *TIMx, uint32_t Counter) in LL_TIM_SetCounter()
/btstack/port/stm32-l451-miromico-sx1280/Drivers/STM32L4xx_HAL_Driver/Inc/
H A Dstm32l4xx_ll_wwdg.h151 __STATIC_INLINE void LL_WWDG_SetCounter(WWDG_TypeDef *WWDGx, uint32_t Counter) in LL_WWDG_SetCounter()
H A Dstm32l4xx_ll_iwdg.h224 __STATIC_INLINE void LL_IWDG_SetReloadCounter(IWDG_TypeDef *IWDGx, uint32_t Counter) in LL_IWDG_SetReloadCounter()
H A Dstm32l4xx_hal_wwdg.h56 uint32_t Counter; /*!< Specifies the WWDG free-running downcounter value. member
H A Dstm32l4xx_ll_tim.h1665 __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()
/btstack/port/archive/msp-exp430f5438-cc2564b/firmware/
H A Dhal_lcd.c629 int i, j, Counter=0, BlockValue; in halLcdPrint() local