/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/ |
D | stm32u5xx_hal_tim_ex.c | 3050 TIM_ECR_IE)); in HAL_TIMEx_ConfigEncoderIndex() 3059 TIM_ECR_IE)); in HAL_TIMEx_ConfigEncoderIndex() 3068 TIM_ECR_IE)); in HAL_TIMEx_ConfigEncoderIndex() 3086 SET_BIT(htim->Instance->ECR, TIM_ECR_IE); in HAL_TIMEx_EnableEncoderIndex() 3100 CLEAR_BIT(htim->Instance->ECR, TIM_ECR_IE); in HAL_TIMEx_DisableEncoderIndex()
|
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/include/ |
D | stm32n6xx_ll_tim.h | 4690 SET_BIT(TIMx->ECR, TIM_ECR_IE); in LL_TIM_EnableEncoderIndex() 4703 CLEAR_BIT(TIMx->ECR, TIM_ECR_IE); in LL_TIM_DisableEncoderIndex() 4716 return ((READ_BIT(TIMx->ECR, TIM_ECR_IE) == (TIM_ECR_IE)) ? 1U : 0U); in LL_TIM_IsEnabledEncoderIndex()
|
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/include/ |
D | stm32h7rsxx_ll_tim.h | 4552 SET_BIT(TIMx->ECR, TIM_ECR_IE); in LL_TIM_EnableEncoderIndex() 4565 CLEAR_BIT(TIMx->ECR, TIM_ECR_IE); in LL_TIM_DisableEncoderIndex() 4578 return ((READ_BIT(TIMx->ECR, TIM_ECR_IE) == (TIM_ECR_IE)) ? 1U : 0U); in LL_TIM_IsEnabledEncoderIndex()
|
/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/include/ |
D | stm32wbaxx_ll_tim.h | 4492 SET_BIT(TIMx->ECR, TIM_ECR_IE); in LL_TIM_EnableEncoderIndex() 4505 CLEAR_BIT(TIMx->ECR, TIM_ECR_IE); in LL_TIM_DisableEncoderIndex() 4518 return ((READ_BIT(TIMx->ECR, TIM_ECR_IE) == (TIM_ECR_IE)) ? 1U : 0U); in LL_TIM_IsEnabledEncoderIndex()
|
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/src/ |
D | stm32h7rsxx_hal_tim_ex.c | 2928 TIM_ECR_IE)); in HAL_TIMEx_ConfigEncoderIndex() 2945 SET_BIT(htim->Instance->ECR, TIM_ECR_IE); in HAL_TIMEx_EnableEncoderIndex() 2959 CLEAR_BIT(htim->Instance->ECR, TIM_ECR_IE); in HAL_TIMEx_DisableEncoderIndex()
|
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/ |
D | stm32n6xx_hal_tim_ex.c | 2973 TIM_ECR_IE)); in HAL_TIMEx_ConfigEncoderIndex() 2990 SET_BIT(htim->Instance->ECR, TIM_ECR_IE); in HAL_TIMEx_EnableEncoderIndex() 3004 CLEAR_BIT(htim->Instance->ECR, TIM_ECR_IE); in HAL_TIMEx_DisableEncoderIndex()
|
/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/src/ |
D | stm32wbaxx_hal_tim_ex.c | 2903 TIM_ECR_IE)); in HAL_TIMEx_ConfigEncoderIndex() 2920 SET_BIT(htim->Instance->ECR, TIM_ECR_IE); in HAL_TIMEx_EnableEncoderIndex() 2934 CLEAR_BIT(htim->Instance->ECR, TIM_ECR_IE); in HAL_TIMEx_DisableEncoderIndex()
|
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/ |
D | stm32h5xx_hal_tim_ex.c | 3051 TIM_ECR_IE)); in HAL_TIMEx_ConfigEncoderIndex() 3068 SET_BIT(htim->Instance->ECR, TIM_ECR_IE); in HAL_TIMEx_EnableEncoderIndex() 3082 CLEAR_BIT(htim->Instance->ECR, TIM_ECR_IE); in HAL_TIMEx_DisableEncoderIndex()
|
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/ |
D | stm32h5xx_ll_tim.h | 4877 SET_BIT(TIMx->ECR, TIM_ECR_IE); in LL_TIM_EnableEncoderIndex() 4890 CLEAR_BIT(TIMx->ECR, TIM_ECR_IE); in LL_TIM_DisableEncoderIndex() 4903 return ((READ_BIT(TIMx->ECR, TIM_ECR_IE) == (TIM_ECR_IE)) ? 1U : 0U); in LL_TIM_IsEnabledEncoderIndex()
|
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/include/ |
D | stm32u5xx_ll_tim.h | 4828 SET_BIT(TIMx->ECR, TIM_ECR_IE); in LL_TIM_EnableEncoderIndex() 4841 CLEAR_BIT(TIMx->ECR, TIM_ECR_IE); in LL_TIM_DisableEncoderIndex() 4854 return ((READ_BIT(TIMx->ECR, TIM_ECR_IE) == (TIM_ECR_IE)) ? 1U : 0U); in LL_TIM_IsEnabledEncoderIndex()
|
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/include/ |
D | stm32g4xx_ll_tim.h | 4994 SET_BIT(TIMx->ECR, TIM_ECR_IE); in LL_TIM_EnableEncoderIndex() 5007 CLEAR_BIT(TIMx->ECR, TIM_ECR_IE); in LL_TIM_DisableEncoderIndex() 5020 return ((READ_BIT(TIMx->ECR, TIM_ECR_IE) == (TIM_ECR_IE)) ? 1U : 0U); in LL_TIM_IsEnabledEncoderIndex()
|
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/src/ |
D | stm32g4xx_hal_tim_ex.c | 3243 TIM_ECR_IE)); in HAL_TIMEx_ConfigEncoderIndex() 3260 SET_BIT(htim->Instance->ECR, TIM_ECR_IE); in HAL_TIMEx_EnableEncoderIndex() 3274 CLEAR_BIT(htim->Instance->ECR, TIM_ECR_IE); in HAL_TIMEx_DisableEncoderIndex()
|
/hal_stm32-latest/stm32cube/stm32wbaxx/soc/ |
D | stm32wba50xx.h | 9068 #define TIM_ECR_IE TIM_ECR_IE_Msk /*!<Index enabl… macro
|
D | stm32wba52xx.h | 13236 #define TIM_ECR_IE TIM_ECR_IE_Msk /*!<Index enabl… macro
|
/hal_stm32-latest/stm32cube/stm32g4xx/soc/ |
D | stm32g411xb.h | 10248 #define TIM_ECR_IE TIM_ECR_IE_Msk /*!<Index enable */ macro
|
D | stm32g411xc.h | 10466 #define TIM_ECR_IE TIM_ECR_IE_Msk /*!<Index enable */ macro
|
D | stm32g441xx.h | 11032 #define TIM_ECR_IE TIM_ECR_IE_Msk /*!<Index enable */ macro
|
D | stm32gbk1cb.h | 10774 #define TIM_ECR_IE TIM_ECR_IE_Msk /*!<Index enable */ macro
|
D | stm32g431xx.h | 10802 #define TIM_ECR_IE TIM_ECR_IE_Msk /*!<Index enable */ macro
|
D | stm32g4a1xx.h | 11542 #define TIM_ECR_IE TIM_ECR_IE_Msk /*!<Index enable */ macro
|
D | stm32g491xx.h | 11312 #define TIM_ECR_IE TIM_ECR_IE_Msk /*!<Index enable */ macro
|
D | stm32g473xx.h | 12103 #define TIM_ECR_IE TIM_ECR_IE_Msk /*!<Index enable */ macro
|
D | stm32g471xx.h | 11535 #define TIM_ECR_IE TIM_ECR_IE_Msk /*!<Index enable */ macro
|
D | stm32g483xx.h | 12333 #define TIM_ECR_IE TIM_ECR_IE_Msk /*!<Index enable */ macro
|
/hal_stm32-latest/stm32cube/stm32h5xx/soc/ |
D | stm32h503xx.h | 7510 #define TIM_ECR_IE TIM_ECR_IE_Msk /*!<Index enabl… macro
|