/hal_stm32-latest/stm32cube/stm32wbxx/drivers/src/ |
D | stm32wbxx_hal_tim_ex.c | 2310 if ((Remap & TIM1_AF1_ETRSEL) != (uint32_t)RESET) in HAL_TIMEx_RemapConfig() 2313 MODIFY_REG(tmpaf1, TIM1_AF1_ETRSEL, (Remap & TIM1_AF1_ETRSEL)); in HAL_TIMEx_RemapConfig() 2318 MODIFY_REG(tmpaf1, TIM1_AF1_ETRSEL, 0U); in HAL_TIMEx_RemapConfig() 2326 MODIFY_REG(tmpor, TIM_GET_OR_MASK(htim->Instance), (Remap & (~TIM1_AF1_ETRSEL))); in HAL_TIMEx_RemapConfig()
|
D | stm32wbxx_hal_tim.c | 205 #define TIMx_AF1_ETRSEL TIM1_AF1_ETRSEL 5315 CLEAR_BIT(htim->Instance->AF1, TIM1_AF1_ETRSEL); in HAL_TIM_ConfigOCrefClear() 5325 MODIFY_REG(htim->Instance->AF1, TIM1_AF1_ETRSEL, sClearInputConfig->ClearInputSource); in HAL_TIM_ConfigOCrefClear() 5353 CLEAR_BIT(htim->Instance->AF1, TIM1_AF1_ETRSEL); in HAL_TIM_ConfigOCrefClear()
|
/hal_stm32-latest/stm32cube/stm32wlxx/drivers/src/ |
D | stm32wlxx_hal_tim_ex.c | 2314 if ((Remap & TIM1_AF1_ETRSEL) != (uint32_t)RESET) in HAL_TIMEx_RemapConfig() 2317 MODIFY_REG(tmpaf1, TIM1_AF1_ETRSEL, (Remap & TIM1_AF1_ETRSEL)); in HAL_TIMEx_RemapConfig() 2322 MODIFY_REG(tmpaf1, TIM1_AF1_ETRSEL, 0U); in HAL_TIMEx_RemapConfig() 2330 MODIFY_REG(tmpor, TIM_GET_OR1_MASK(htim->Instance), (Remap & (~TIM1_AF1_ETRSEL))); in HAL_TIMEx_RemapConfig()
|
D | stm32wlxx_hal_tim.c | 5302 CLEAR_BIT(htim->Instance->AF1, TIM1_AF1_ETRSEL); in HAL_TIM_ConfigOCrefClear() 5312 MODIFY_REG(htim->Instance->AF1, TIM1_AF1_ETRSEL, sClearInputConfig->ClearInputSource); in HAL_TIM_ConfigOCrefClear() 5340 CLEAR_BIT(htim->Instance->AF1, TIM1_AF1_ETRSEL); in HAL_TIM_ConfigOCrefClear()
|
/hal_stm32-latest/stm32cube/stm32wbxx/drivers/include/ |
D | stm32wbxx_ll_tim.h | 123 #define TIMx_AF1_ETRSEL TIM1_AF1_ETRSEL /*!< TIMx ETR source selection */
|
/hal_stm32-latest/stm32cube/stm32wlxx/drivers/include/ |
D | stm32wlxx_ll_tim.h | 127 #define TIMx_AF1_ETRSEL TIM1_AF1_ETRSEL /*!< TIMx ETR source selection */
|
/hal_stm32-latest/stm32cube/stm32g0xx/drivers/include/ |
D | stm32g0xx_ll_tim.h | 130 #define TIMx_AF1_ETRSEL TIM1_AF1_ETRSEL /*!< TIMx ETR source selection */
|
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/include/ |
D | stm32h7xx_ll_tim.h | 124 #define TIMx_AF1_ETRSEL TIM1_AF1_ETRSEL /*!< TIMx ETR source selection */
|
/hal_stm32-latest/stm32cube/stm32mp1xx/drivers/include/ |
D | stm32mp1xx_ll_tim.h | 133 #define TIMx_AF1_ETRSEL TIM1_AF1_ETRSEL /*!< TIMx ETR source selection */
|
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/ |
D | stm32h5xx_ll_tim.h | 142 #define TIMx_AF1_ETRSEL TIM1_AF1_ETRSEL /*!< TIMx ETR source selection */
|
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/include/ |
D | stm32u5xx_ll_tim.h | 140 #define TIMx_AF1_ETRSEL TIM1_AF1_ETRSEL /*!< TIMx ETR source selection */
|
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/include/ |
D | stm32g4xx_ll_tim.h | 129 #define TIMx_AF1_ETRSEL TIM1_AF1_ETRSEL /*!< TIMx ETR source selection */
|
/hal_stm32-latest/stm32cube/stm32g0xx/soc/ |
D | stm32g030xx.h | 6446 #define TIM1_AF1_ETRSEL TIM1_AF1_ETRSEL_Msk /*!<ETRSEL[3:0] bits… macro
|
D | stm32g050xx.h | 6507 #define TIM1_AF1_ETRSEL TIM1_AF1_ETRSEL_Msk /*!<ETRSEL[3:0] bits… macro
|
D | stm32g070xx.h | 6646 #define TIM1_AF1_ETRSEL TIM1_AF1_ETRSEL_Msk /*!<ETRSEL[3:0] bits… macro
|
D | stm32g031xx.h | 6710 #define TIM1_AF1_ETRSEL TIM1_AF1_ETRSEL_Msk /*!<ETRSEL[3:0] bits… macro
|
D | stm32g041xx.h | 7014 #define TIM1_AF1_ETRSEL TIM1_AF1_ETRSEL_Msk /*!<ETRSEL[3:0] bits… macro
|
D | stm32g051xx.h | 7109 #define TIM1_AF1_ETRSEL TIM1_AF1_ETRSEL_Msk /*!<ETRSEL[3:0] bits… macro
|
D | stm32g061xx.h | 7413 #define TIM1_AF1_ETRSEL TIM1_AF1_ETRSEL_Msk /*!<ETRSEL[3:0] bits… macro
|
D | stm32g071xx.h | 7493 #define TIM1_AF1_ETRSEL TIM1_AF1_ETRSEL_Msk /*!<ETRSEL[3:0] bits… macro
|
D | stm32g081xx.h | 7797 #define TIM1_AF1_ETRSEL TIM1_AF1_ETRSEL_Msk /*!<ETRSEL[3:0] bits… macro
|
D | stm32g0b0xx.h | 7826 #define TIM1_AF1_ETRSEL TIM1_AF1_ETRSEL_Msk /*!<ETRSEL[3:0] bits… macro
|
/hal_stm32-latest/stm32cube/stm32wlxx/soc/ |
D | stm32wle4xx.h | 9382 #define TIM1_AF1_ETRSEL TIM1_AF1_ETRSEL_Msk /*!<ETRSEL[3:0] bits… macro
|
D | stm32wle5xx.h | 9382 #define TIM1_AF1_ETRSEL TIM1_AF1_ETRSEL_Msk /*!<ETRSEL[3:0] bits… macro
|
/hal_stm32-latest/stm32cube/stm32wbxx/soc/ |
D | stm32wb50xx.h | 9563 #define TIM1_AF1_ETRSEL TIM1_AF1_ETRSEL_Msk /*!<ETRSEL[2:0] bits… macro
|