Home
last modified time | relevance | path

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

/loramac-node-2.7.6/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Src/
Dstm32l4xx_hal_lptim.c253 assert_param(IS_LPTIM_REPETITION(hlptim->Init.RepetitionCounter)); in HAL_LPTIM_Init()
482 if (hlptim->Init.RepetitionCounter != 0) in HAL_LPTIM_PWM_Start()
484 __HAL_LPTIM_REPETITIONCOUNTER_SET(hlptim, hlptim->Init.RepetitionCounter); in HAL_LPTIM_PWM_Start()
564 if ((hlptim->Init.RepetitionCounter) != 0) in HAL_LPTIM_PWM_Start_IT()
581 if (hlptim->Init.RepetitionCounter != 0) in HAL_LPTIM_PWM_Start_IT()
583 __HAL_LPTIM_REPETITIONCOUNTER_SET(hlptim, hlptim->Init.RepetitionCounter); in HAL_LPTIM_PWM_Start_IT()
634 if ((hlptim->Init.RepetitionCounter) != 0) in HAL_LPTIM_PWM_Stop_IT()
683 if (hlptim->Init.RepetitionCounter != 0) in HAL_LPTIM_OnePulse_Start()
685 __HAL_LPTIM_REPETITIONCOUNTER_SET(hlptim, hlptim->Init.RepetitionCounter); in HAL_LPTIM_OnePulse_Start()
762 if ((hlptim->Init.RepetitionCounter) != 0) in HAL_LPTIM_OnePulse_Start_IT()
[all …]
Dstm32l4xx_ll_tim.c328 TIM_InitStruct->RepetitionCounter = (uint8_t)0x00; in LL_TIM_StructInit()
374 LL_TIM_SetRepetitionCounter(TIMx, TIM_InitStruct->RepetitionCounter); in LL_TIM_Init()
Dstm32l4xx_hal_tim.c5632 TIMx->RCR = Structure->RepetitionCounter; in TIM_Base_SetConfig()
/loramac-node-2.7.6/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Inc/
Dstm32l4xx_hal_lptim.h139 …uint32_t RepetitionCounter; /*!< Specifies the repetition counter value. Each… member
471 (__HANDLE__)->Init.RepetitionCounter = (__VALUE__); \
Dstm32l4xx_ll_tim.h284 …uint8_t RepetitionCounter; /*!< Specifies the repetition counter value. Each time the RCR downcou… member
1797 __STATIC_INLINE void LL_TIM_SetRepetitionCounter(TIM_TypeDef *TIMx, uint32_t RepetitionCounter) in LL_TIM_SetRepetitionCounter() argument
1799 WRITE_REG(TIMx->RCR, RepetitionCounter); in LL_TIM_SetRepetitionCounter()
Dstm32l4xx_hal_tim.h78 …uint32_t RepetitionCounter; /*!< Specifies the repetition counter value. Each time the RCR downco… member