Searched refs:IndexDirection (Results 1 – 6 of 6) sorted by relevance
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/include/ |
D | stm32n6xx_ll_tim.h | 4731 __STATIC_INLINE void LL_TIM_SetIndexDirection(TIM_TypeDef *TIMx, uint32_t IndexDirection) in LL_TIM_SetIndexDirection() argument 4733 MODIFY_REG(TIMx->ECR, TIM_ECR_IDIR, IndexDirection); in LL_TIM_SetIndexDirection()
|
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/include/ |
D | stm32h7rsxx_ll_tim.h | 4593 __STATIC_INLINE void LL_TIM_SetIndexDirection(TIM_TypeDef *TIMx, uint32_t IndexDirection) in LL_TIM_SetIndexDirection() argument 4595 MODIFY_REG(TIMx->ECR, TIM_ECR_IDIR, IndexDirection); in LL_TIM_SetIndexDirection()
|
/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/include/ |
D | stm32wbaxx_ll_tim.h | 4533 __STATIC_INLINE void LL_TIM_SetIndexDirection(TIM_TypeDef *TIMx, uint32_t IndexDirection) in LL_TIM_SetIndexDirection() argument 4535 MODIFY_REG(TIMx->ECR, TIM_ECR_IDIR, IndexDirection); in LL_TIM_SetIndexDirection()
|
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/ |
D | stm32h5xx_ll_tim.h | 4918 __STATIC_INLINE void LL_TIM_SetIndexDirection(TIM_TypeDef *TIMx, uint32_t IndexDirection) in LL_TIM_SetIndexDirection() argument 4920 MODIFY_REG(TIMx->ECR, TIM_ECR_IDIR, IndexDirection); in LL_TIM_SetIndexDirection()
|
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/include/ |
D | stm32u5xx_ll_tim.h | 4869 __STATIC_INLINE void LL_TIM_SetIndexDirection(TIM_TypeDef *TIMx, uint32_t IndexDirection) in LL_TIM_SetIndexDirection() argument 4871 MODIFY_REG(TIMx->ECR, TIM_ECR_IDIR, IndexDirection); in LL_TIM_SetIndexDirection()
|
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/include/ |
D | stm32g4xx_ll_tim.h | 5035 __STATIC_INLINE void LL_TIM_SetIndexDirection(TIM_TypeDef *TIMx, uint32_t IndexDirection) in LL_TIM_SetIndexDirection() argument 5037 MODIFY_REG(TIMx->ECR, TIM_ECR_IDIR, IndexDirection); in LL_TIM_SetIndexDirection()
|