/hal_stm32-2.7.6/stm32cube/stm32f3xx/drivers/include/ |
D | stm32f3xx_ll_tim.h | 1248 #if defined(TIM_SMCR_OCCS) 1253 #define LL_TIM_OCREF_CLR_INT_ETR TIM_SMCR_OCCS /*!< OCREF_CLR_INT is connected to E… 4040 #if defined(TIM_SMCR_OCCS) 4058 MODIFY_REG(TIMx->SMCR, TIM_SMCR_OCCS, OCRefClearInputSource); in LL_TIM_SetOCRefClearInputSource()
|
D | stm32f3xx_hal_tim.h | 467 #if defined(TIM_SMCR_OCCS) 1806 #if defined(TIM_SMCR_OCCS)
|
/hal_stm32-2.7.6/stm32cube/stm32f3xx/drivers/src/ |
D | stm32f3xx_hal_tim.c | 5312 #if defined(TIM_SMCR_OCCS) in HAL_TIM_ConfigOCrefClear() 5313 …CLEAR_BIT(htim->Instance->SMCR, (TIM_SMCR_OCCS | TIM_SMCR_ETF | TIM_SMCR_ETPS | TIM_SMCR_ECE | TIM… in HAL_TIM_ConfigOCrefClear() 5319 #if defined(TIM_SMCR_OCCS) in HAL_TIM_ConfigOCrefClear() 5323 CLEAR_BIT(htim->Instance->SMCR, TIM_SMCR_OCCS); in HAL_TIM_ConfigOCrefClear() 5347 #if defined(TIM_SMCR_OCCS) in HAL_TIM_ConfigOCrefClear() 5350 SET_BIT(htim->Instance->SMCR, TIM_SMCR_OCCS); in HAL_TIM_ConfigOCrefClear()
|
/hal_stm32-2.7.6/stm32cube/stm32l1xx/drivers/include/ |
D | stm32l1xx_ll_tim.h | 766 #define LL_TIM_OCREF_CLR_INT_ETR TIM_SMCR_OCCS /*!< OCREF_CLR_INT is connected to E… 2594 MODIFY_REG(TIMx->SMCR, TIM_SMCR_OCCS, OCRefClearInputSource); in LL_TIM_SetOCRefClearInputSource()
|
/hal_stm32-2.7.6/stm32cube/stm32f0xx/drivers/include/ |
D | stm32f0xx_ll_tim.h | 931 #define LL_TIM_OCREF_CLR_INT_ETR TIM_SMCR_OCCS /*!< OCREF_CLR_INT is connected to E… 3088 MODIFY_REG(TIMx->SMCR, TIM_SMCR_OCCS, OCRefClearInputSource); in LL_TIM_SetOCRefClearInputSource()
|
/hal_stm32-2.7.6/stm32cube/stm32wbxx/drivers/include/ |
D | stm32wbxx_ll_tim.h | 1229 #define LL_TIM_OCREF_CLR_INT_ETR TIM_SMCR_OCCS /*!< OCREF_CLR_INT is connected to ETRF */ 3940 MODIFY_REG(TIMx->SMCR, TIM_SMCR_OCCS, OCRefClearInputSource); in LL_TIM_SetOCRefClearInputSource()
|
/hal_stm32-2.7.6/stm32cube/stm32wlxx/drivers/include/ |
D | stm32wlxx_ll_tim.h | 1196 #define LL_TIM_OCREF_CLR_INT_ETR TIM_SMCR_OCCS /*!< OCREF_CLR_INT is connected to ETRF */ 3883 MODIFY_REG(TIMx->SMCR, TIM_SMCR_OCCS, OCRefClearInputSource); in LL_TIM_SetOCRefClearInputSource()
|
/hal_stm32-2.7.6/stm32cube/stm32l4xx/drivers/include/ |
D | stm32l4xx_ll_tim.h | 1264 #define LL_TIM_OCREF_CLR_INT_ETR TIM_SMCR_OCCS /*!< OCREF_CLR_INT is connected to ETRF */ 4000 MODIFY_REG(TIMx->SMCR, TIM_SMCR_OCCS, OCRefClearInputSource); in LL_TIM_SetOCRefClearInputSource()
|
/hal_stm32-2.7.6/stm32cube/stm32l1xx/drivers/src/ |
D | stm32l1xx_hal_tim.c | 4785 …CLEAR_BIT(htim->Instance->SMCR, (TIM_SMCR_OCCS | TIM_SMCR_ETF | TIM_SMCR_ETPS | TIM_SMCR_ECE | TIM… in HAL_TIM_ConfigOCrefClear() 4791 CLEAR_BIT(htim->Instance->SMCR, TIM_SMCR_OCCS); in HAL_TIM_ConfigOCrefClear() 4816 SET_BIT(htim->Instance->SMCR, TIM_SMCR_OCCS); in HAL_TIM_ConfigOCrefClear()
|
/hal_stm32-2.7.6/stm32cube/stm32f0xx/drivers/src/ |
D | stm32f0xx_hal_tim.c | 5186 …CLEAR_BIT(htim->Instance->SMCR, (TIM_SMCR_OCCS | TIM_SMCR_ETF | TIM_SMCR_ETPS | TIM_SMCR_ECE | TIM… in HAL_TIM_ConfigOCrefClear() 5192 CLEAR_BIT(htim->Instance->SMCR, TIM_SMCR_OCCS); in HAL_TIM_ConfigOCrefClear() 5217 SET_BIT(htim->Instance->SMCR, TIM_SMCR_OCCS); in HAL_TIM_ConfigOCrefClear()
|
/hal_stm32-2.7.6/stm32cube/stm32wbxx/drivers/src/ |
D | stm32wbxx_hal_tim.c | 5155 …CLEAR_BIT(htim->Instance->SMCR, (TIM_SMCR_OCCS | TIM_SMCR_ETF | TIM_SMCR_ETPS | TIM_SMCR_ECE | TIM… in HAL_TIM_ConfigOCrefClear() 5165 CLEAR_BIT(htim->Instance->SMCR, TIM_SMCR_OCCS); in HAL_TIM_ConfigOCrefClear() 5193 SET_BIT(htim->Instance->SMCR, TIM_SMCR_OCCS); in HAL_TIM_ConfigOCrefClear()
|
/hal_stm32-2.7.6/stm32cube/stm32l4xx/drivers/src/ |
D | stm32l4xx_hal_tim.c | 5147 …CLEAR_BIT(htim->Instance->SMCR, (TIM_SMCR_OCCS | TIM_SMCR_ETF | TIM_SMCR_ETPS | TIM_SMCR_ECE | TIM… in HAL_TIM_ConfigOCrefClear() 5153 CLEAR_BIT(htim->Instance->SMCR, TIM_SMCR_OCCS); in HAL_TIM_ConfigOCrefClear() 5178 SET_BIT(htim->Instance->SMCR, TIM_SMCR_OCCS); in HAL_TIM_ConfigOCrefClear()
|
/hal_stm32-2.7.6/stm32cube/stm32wlxx/drivers/src/ |
D | stm32wlxx_hal_tim.c | 5147 …CLEAR_BIT(htim->Instance->SMCR, (TIM_SMCR_OCCS | TIM_SMCR_ETF | TIM_SMCR_ETPS | TIM_SMCR_ECE | TIM… in HAL_TIM_ConfigOCrefClear() 5157 CLEAR_BIT(htim->Instance->SMCR, TIM_SMCR_OCCS); in HAL_TIM_ConfigOCrefClear() 5185 SET_BIT(htim->Instance->SMCR, TIM_SMCR_OCCS); in HAL_TIM_ConfigOCrefClear()
|
/hal_stm32-2.7.6/stm32cube/stm32g4xx/drivers/src/ |
D | stm32g4xx_hal_tim.c | 5219 …CLEAR_BIT(htim->Instance->SMCR, (TIM_SMCR_OCCS | TIM_SMCR_ETF | TIM_SMCR_ETPS | TIM_SMCR_ECE | TIM… in HAL_TIM_ConfigOCrefClear() 5248 CLEAR_BIT(htim->Instance->SMCR, TIM_SMCR_OCCS); in HAL_TIM_ConfigOCrefClear() 5279 SET_BIT(htim->Instance->SMCR, TIM_SMCR_OCCS); in HAL_TIM_ConfigOCrefClear()
|
/hal_stm32-2.7.6/stm32cube/stm32g0xx/drivers/src/ |
D | stm32g0xx_hal_tim.c | 5176 …CLEAR_BIT(htim->Instance->SMCR, (TIM_SMCR_OCCS | TIM_SMCR_ETF | TIM_SMCR_ETPS | TIM_SMCR_ECE | TIM… in HAL_TIM_ConfigOCrefClear() 5192 CLEAR_BIT(htim->Instance->SMCR, TIM_SMCR_OCCS); in HAL_TIM_ConfigOCrefClear() 5221 SET_BIT(htim->Instance->SMCR, TIM_SMCR_OCCS); in HAL_TIM_ConfigOCrefClear()
|
/hal_stm32-2.7.6/stm32cube/stm32u5xx/drivers/src/ |
D | stm32u5xx_hal_tim.c | 5564 …CLEAR_BIT(htim->Instance->SMCR, (TIM_SMCR_OCCS | TIM_SMCR_ETF | TIM_SMCR_ETPS | TIM_SMCR_ECE | TIM… in HAL_TIM_ConfigOCrefClear() 5572 CLEAR_BIT(htim->Instance->SMCR, TIM_SMCR_OCCS); in HAL_TIM_ConfigOCrefClear() 5600 SET_BIT(htim->Instance->SMCR, TIM_SMCR_OCCS); in HAL_TIM_ConfigOCrefClear()
|
/hal_stm32-2.7.6/stm32cube/stm32g0xx/drivers/include/ |
D | stm32g0xx_ll_tim.h | 4249 MODIFY_REG(TIMx->SMCR, TIM_SMCR_OCCS, in LL_TIM_SetOCRefClearInputSource()
|
/hal_stm32-2.7.6/stm32cube/stm32u5xx/drivers/include/ |
D | stm32u5xx_ll_tim.h | 5063 MODIFY_REG(TIMx->SMCR, TIM_SMCR_OCCS, in LL_TIM_SetOCRefClearInputSource()
|
/hal_stm32-2.7.6/stm32cube/stm32g4xx/drivers/include/ |
D | stm32g4xx_ll_tim.h | 5355 MODIFY_REG(TIMx->SMCR, TIM_SMCR_OCCS, in LL_TIM_SetOCRefClearInputSource()
|
/hal_stm32-2.7.6/stm32cube/stm32f0xx/soc/ |
D | stm32f070x6.h | 4344 #define TIM_SMCR_OCCS TIM_SMCR_OCCS_Msk /*!< OCREF clear sel… macro
|
D | stm32f030x6.h | 4261 #define TIM_SMCR_OCCS TIM_SMCR_OCCS_Msk /*!< OCREF clear sel… macro
|
D | stm32f030x8.h | 4296 #define TIM_SMCR_OCCS TIM_SMCR_OCCS_Msk /*!< OCREF clear sel… macro
|
D | stm32f030xc.h | 4629 #define TIM_SMCR_OCCS TIM_SMCR_OCCS_Msk /*!< OCREF clear sel… macro
|
D | stm32f031x6.h | 4463 #define TIM_SMCR_OCCS TIM_SMCR_OCCS_Msk /*!< OCREF clear sel… macro
|
D | stm32f038xx.h | 4432 #define TIM_SMCR_OCCS TIM_SMCR_OCCS_Msk /*!< OCREF clear sel… macro
|