Home
last modified time | relevance | path

Searched refs:PulseWidth (Results 1 – 21 of 21) sorted by relevance

/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/src/
Dstm32h7rsxx_hal_tim_ex.c2719 uint32_t PulseWidth) in HAL_TIMEx_OC_ConfigPulseOnCompare() argument
2725 assert_param(IS_TIM_PULSEONCOMPARE_WIDTH(PulseWidth)); in HAL_TIMEx_OC_ConfigPulseOnCompare()
2740 tmpecr |= PulseWidth << TIM_ECR_PW_Pos; in HAL_TIMEx_OC_ConfigPulseOnCompare()
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/
Dstm32u5xx_hal_tim_ex.c2838 uint32_t PulseWidth) in HAL_TIMEx_OC_ConfigPulseOnCompare() argument
2844 assert_param(IS_TIM_PULSEONCOMPARE_WIDTH(PulseWidth)); in HAL_TIMEx_OC_ConfigPulseOnCompare()
2859 tmpecr |= PulseWidth << TIM_ECR_PW_Pos; in HAL_TIMEx_OC_ConfigPulseOnCompare()
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/
Dstm32n6xx_hal_tim_ex.c2764 uint32_t PulseWidth) in HAL_TIMEx_OC_ConfigPulseOnCompare() argument
2770 assert_param(IS_TIM_PULSEONCOMPARE_WIDTH(PulseWidth)); in HAL_TIMEx_OC_ConfigPulseOnCompare()
2785 tmpecr |= PulseWidth << TIM_ECR_PW_Pos; in HAL_TIMEx_OC_ConfigPulseOnCompare()
/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/src/
Dstm32wbaxx_hal_tim_ex.c2694 uint32_t PulseWidth) in HAL_TIMEx_OC_ConfigPulseOnCompare() argument
2700 assert_param(IS_TIM_PULSEONCOMPARE_WIDTH(PulseWidth)); in HAL_TIMEx_OC_ConfigPulseOnCompare()
2715 tmpecr |= PulseWidth << TIM_ECR_PW_Pos; in HAL_TIMEx_OC_ConfigPulseOnCompare()
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/
Dstm32h5xx_hal_tim_ex.c2842 uint32_t PulseWidth) in HAL_TIMEx_OC_ConfigPulseOnCompare() argument
2848 assert_param(IS_TIM_PULSEONCOMPARE_WIDTH(PulseWidth)); in HAL_TIMEx_OC_ConfigPulseOnCompare()
2863 tmpecr |= PulseWidth << TIM_ECR_PW_Pos; in HAL_TIMEx_OC_ConfigPulseOnCompare()
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/src/
Dstm32g4xx_hal_tim_ex.c3036 uint32_t PulseWidth) in HAL_TIMEx_OC_ConfigPulseOnCompare() argument
3042 assert_param(IS_TIM_PULSEONCOMPARE_WIDTH(PulseWidth)); in HAL_TIMEx_OC_ConfigPulseOnCompare()
3057 tmpecr |= PulseWidth << TIM_ECR_PW_Pos; in HAL_TIMEx_OC_ConfigPulseOnCompare()
/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/include/
Dstm32wbaxx_hal_tim_ex.h731 uint32_t PulseWidth);
Dstm32wbaxx_ll_tim.h3104 __STATIC_INLINE void LL_TIM_OC_SetPulseWidth(TIM_TypeDef *TIMx, uint32_t PulseWidth) in LL_TIM_OC_SetPulseWidth() argument
3106 MODIFY_REG(TIMx->ECR, TIM_ECR_PW, PulseWidth << TIM_ECR_PW_Pos); in LL_TIM_OC_SetPulseWidth()
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/include/
Dstm32n6xx_ll_tim.h3201 __STATIC_INLINE void LL_TIM_OC_SetPulseWidth(TIM_TypeDef *TIMx, uint32_t PulseWidth) in LL_TIM_OC_SetPulseWidth() argument
3203 MODIFY_REG(TIMx->ECR, TIM_ECR_PW, PulseWidth << TIM_ECR_PW_Pos); in LL_TIM_OC_SetPulseWidth()
Dstm32n6xx_hal_tim_ex.h1165 uint32_t PulseWidth);
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/include/
Dstm32h7rsxx_ll_tim.h3117 __STATIC_INLINE void LL_TIM_OC_SetPulseWidth(TIM_TypeDef *TIMx, uint32_t PulseWidth) in LL_TIM_OC_SetPulseWidth() argument
3119 MODIFY_REG(TIMx->ECR, TIM_ECR_PW, PulseWidth << TIM_ECR_PW_Pos); in LL_TIM_OC_SetPulseWidth()
Dstm32h7rsxx_hal_tim_ex.h1047 uint32_t PulseWidth);
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/include/
Dstm32u5xx_hal_tim_ex.h1046 uint32_t PulseWidth);
Dstm32u5xx_ll_tim.h3344 __STATIC_INLINE void LL_TIM_OC_SetPulseWidth(TIM_TypeDef *TIMx, uint32_t PulseWidth) in LL_TIM_OC_SetPulseWidth() argument
3346 MODIFY_REG(TIMx->ECR, TIM_ECR_PW, PulseWidth << TIM_ECR_PW_Pos); in LL_TIM_OC_SetPulseWidth()
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/
Dstm32h5xx_ll_tim.h3413 __STATIC_INLINE void LL_TIM_OC_SetPulseWidth(TIM_TypeDef *TIMx, uint32_t PulseWidth) in LL_TIM_OC_SetPulseWidth() argument
3415 MODIFY_REG(TIMx->ECR, TIM_ECR_PW, PulseWidth << TIM_ECR_PW_Pos); in LL_TIM_OC_SetPulseWidth()
Dstm32h5xx_hal_tim_ex.h1309 uint32_t PulseWidth);
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/include/
Dstm32g4xx_ll_tim.h3477 __STATIC_INLINE void LL_TIM_OC_SetPulseWidth(TIM_TypeDef *TIMx, uint32_t PulseWidth) in LL_TIM_OC_SetPulseWidth() argument
3479 MODIFY_REG(TIMx->ECR, TIM_ECR_PW, PulseWidth << TIM_ECR_PW_Pos); in LL_TIM_OC_SetPulseWidth()
Dstm32g4xx_hal_tim_ex.h2063 uint32_t PulseWidth);
Dstm32g4xx_ll_hrtim.h7835 …_INLINE void LL_HRTIM_CHP_SetPulseWidth(HRTIM_TypeDef *HRTIMx, uint32_t Timer, uint32_t PulseWidth) in LL_HRTIM_CHP_SetPulseWidth() argument
7840 MODIFY_REG(*pReg, HRTIM_CHPR_STRPW, PulseWidth); in LL_HRTIM_CHP_SetPulseWidth()
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/include/
Dstm32h7xx_ll_hrtim.h5223 …_INLINE void LL_HRTIM_CHP_SetPulseWidth(HRTIM_TypeDef *HRTIMx, uint32_t Timer, uint32_t PulseWidth) in LL_HRTIM_CHP_SetPulseWidth() argument
5228 MODIFY_REG(*pReg, HRTIM_CHPR_STRPW, PulseWidth); in LL_HRTIM_CHP_SetPulseWidth()
/hal_stm32-latest/stm32cube/stm32f3xx/drivers/include/
Dstm32f3xx_ll_hrtim.h5293 …_INLINE void LL_HRTIM_CHP_SetPulseWidth(HRTIM_TypeDef *HRTIMx, uint32_t Timer, uint32_t PulseWidth) in LL_HRTIM_CHP_SetPulseWidth() argument
5298 MODIFY_REG(*pReg, HRTIM_CHPR_STRPW, PulseWidth); in LL_HRTIM_CHP_SetPulseWidth()