/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/src/ |
D | stm32h7rsxx_hal_tim_ex.c | 2719 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/ |
D | stm32u5xx_hal_tim_ex.c | 2838 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/ |
D | stm32n6xx_hal_tim_ex.c | 2764 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/ |
D | stm32wbaxx_hal_tim_ex.c | 2694 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/ |
D | stm32h5xx_hal_tim_ex.c | 2842 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/ |
D | stm32g4xx_hal_tim_ex.c | 3036 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/ |
D | stm32wbaxx_hal_tim_ex.h | 731 uint32_t PulseWidth);
|
D | stm32wbaxx_ll_tim.h | 3104 __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/ |
D | stm32n6xx_ll_tim.h | 3201 __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()
|
D | stm32n6xx_hal_tim_ex.h | 1165 uint32_t PulseWidth);
|
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/include/ |
D | stm32h7rsxx_ll_tim.h | 3117 __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()
|
D | stm32h7rsxx_hal_tim_ex.h | 1047 uint32_t PulseWidth);
|
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/include/ |
D | stm32u5xx_hal_tim_ex.h | 1046 uint32_t PulseWidth);
|
D | stm32u5xx_ll_tim.h | 3344 __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/ |
D | stm32h5xx_ll_tim.h | 3413 __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()
|
D | stm32h5xx_hal_tim_ex.h | 1309 uint32_t PulseWidth);
|
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/include/ |
D | stm32g4xx_ll_tim.h | 3477 __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()
|
D | stm32g4xx_hal_tim_ex.h | 2063 uint32_t PulseWidth);
|
D | stm32g4xx_ll_hrtim.h | 7835 …_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/ |
D | stm32h7xx_ll_hrtim.h | 5223 …_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/ |
D | stm32f3xx_ll_hrtim.h | 5293 …_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()
|