Home
last modified time | relevance | path

Searched refs:RepetitionCounter (Results 1 – 18 of 18) sorted by relevance

/btstack/port/stm32-f4discovery-usb/Drivers/STM32F4xx_HAL_Driver/Src/
H A Dstm32f4xx_ll_tim.c293 TIM_InitStruct->RepetitionCounter = (uint8_t)0x00; in LL_TIM_StructInit()
339 LL_TIM_SetRepetitionCounter(TIMx, TIM_InitStruct->RepetitionCounter); in LL_TIM_Init()
H A Dstm32f4xx_hal_tim.c5845 TIMx->RCR = Structure->RepetitionCounter; in TIM_Base_SetConfig()
/btstack/port/stm32-l451-miromico-sx1280/Drivers/STM32L4xx_HAL_Driver/Inc/
H A Dstm32l4xx_hal_lptim.h127 …uint32_t RepetitionCounter; /*!< Specifies the repetition counter value. Each… member
H A Dstm32l4xx_ll_tim.h249 …uint8_t RepetitionCounter; /*!< Specifies the repetition counter value. Each time the RCR downcou… member
1762 __STATIC_INLINE void LL_TIM_SetRepetitionCounter(TIM_TypeDef *TIMx, uint32_t RepetitionCounter) in LL_TIM_SetRepetitionCounter() argument
1764 WRITE_REG(TIMx->RCR, RepetitionCounter); in LL_TIM_SetRepetitionCounter()
H A Dstm32l4xx_hal_tim.h62 …uint32_t RepetitionCounter; /*!< Specifies the repetition counter value. Each time the RCR downco… member
/btstack/port/stm32-l476rg-nucleo-sx1280/Drivers/STM32L4xx_HAL_Driver/Inc/
H A Dstm32l4xx_hal_lptim.h127 …uint32_t RepetitionCounter; /*!< Specifies the repetition counter value. Each… member
H A Dstm32l4xx_hal_tim.h62 …uint32_t RepetitionCounter; /*!< Specifies the repetition counter value. Each time the RCR downco… member
/btstack/port/stm32-f4discovery-usb/Drivers/STM32F4xx_HAL_Driver/Inc/
H A Dstm32f4xx_ll_tim.h207 …uint8_t RepetitionCounter; /*!< Specifies the repetition counter value. Each time the RCR downcou… member
1389 __STATIC_INLINE void LL_TIM_SetRepetitionCounter(TIM_TypeDef *TIMx, uint32_t RepetitionCounter) in LL_TIM_SetRepetitionCounter() argument
1391 WRITE_REG(TIMx->RCR, RepetitionCounter); in LL_TIM_SetRepetitionCounter()
H A Dstm32f4xx_hal_tim.h62 …uint32_t RepetitionCounter; /*!< Specifies the repetition counter value. Each time the RCR downco… member
/btstack/port/stm32-l451-miromico-sx1280/Drivers/STM32L4xx_HAL_Driver/Src/
H A Dstm32l4xx_ll_tim.c312 TIM_InitStruct->RepetitionCounter = (uint8_t)0x00; in LL_TIM_StructInit()
358 LL_TIM_SetRepetitionCounter(TIMx, TIM_InitStruct->RepetitionCounter); in LL_TIM_Init()
H A Dstm32l4xx_hal_lptim.c271 assert_param(IS_LPTIM_REPETITION(hlptim->Init.RepetitionCounter)); in HAL_LPTIM_Init()
307 __HAL_LPTIM_REPETITIONCOUNTER_SET(hlptim, hlptim->Init.RepetitionCounter); in HAL_LPTIM_Init()
H A Dstm32l4xx_hal_tim.c5989 TIMx->RCR = Structure->RepetitionCounter; in TIM_Base_SetConfig()
/btstack/port/stm32-l476rg-nucleo-sx1280/Drivers/STM32L4xx_HAL_Driver/Src/
H A Dstm32l4xx_hal_lptim.c274 assert_param(IS_LPTIM_REPETITION(hlptim->Init.RepetitionCounter)); in HAL_LPTIM_Init()
310 __HAL_LPTIM_REPETITIONCOUNTER_SET(hlptim, hlptim->Init.RepetitionCounter); in HAL_LPTIM_Init()
H A Dstm32l4xx_hal_tim.c6748 TIMx->RCR = Structure->RepetitionCounter; in TIM_Base_SetConfig()
/btstack/port/stm32-f4discovery-cc256x/Drivers/STM32F4xx_HAL_Driver/Inc/
H A Dstm32f4xx_hal_tim.h62 …uint32_t RepetitionCounter; /*!< Specifies the repetition counter value. Each time the RCR downco… member
/btstack/port/stm32-wb55xx-nucleo-freertos/Drivers/STM32WBxx_HAL_Driver/Inc/
H A Dstm32wbxx_hal_tim.h62 …uint32_t RepetitionCounter; /*!< Specifies the repetition counter value. Each time the RCR downco… member
/btstack/port/stm32-f4discovery-cc256x/Drivers/STM32F4xx_HAL_Driver/Src/
H A Dstm32f4xx_hal_tim.c5824 TIMx->RCR = Structure->RepetitionCounter; in TIM_Base_SetConfig()
/btstack/port/stm32-wb55xx-nucleo-freertos/Drivers/STM32WBxx_HAL_Driver/Src/
H A Dstm32wbxx_hal_tim.c6007 TIMx->RCR = Structure->RepetitionCounter; in TIM_Base_SetConfig()