/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/ |
D | stm32u5xx_hal_tim_ex.c | 3500 SET_BIT(TIM17->OR1, TIM_OR1_HSE32EN); in HAL_TIMEx_EnableHSE32() 3504 SET_BIT(htim->Instance->OR1, TIM_OR1_HSE32EN); in HAL_TIMEx_EnableHSE32() 3507 SET_BIT(htim->Instance->OR1, TIM_OR1_HSE32EN); in HAL_TIMEx_EnableHSE32() 3528 CLEAR_BIT(TIM17->OR1, TIM_OR1_HSE32EN); in HAL_TIMEx_DisableHSE32() 3532 CLEAR_BIT(htim->Instance->OR1, TIM_OR1_HSE32EN); in HAL_TIMEx_DisableHSE32() 3535 CLEAR_BIT(htim->Instance->OR1, TIM_OR1_HSE32EN); in HAL_TIMEx_DisableHSE32()
|
/hal_stm32-latest/stm32cube/stm32wlxx/drivers/src/ |
D | stm32wlxx_hal_tim_ex.c | 2306 tmpor = READ_REG(htim->Instance->OR1); in HAL_TIMEx_RemapConfig() 2333 WRITE_REG(htim->Instance->OR1, tmpor); in HAL_TIMEx_RemapConfig()
|
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/ |
D | stm32h5xx_ll_tim.h | 5234 SET_BIT(TIMx->OR1, TIM_OR1_RTCPREEN); in LL_TIM_EnableRTCPRE() 5246 CLEAR_BIT(TIMx->OR1, TIM_OR1_RTCPREEN); in LL_TIM_DisableRTCPRE() 5258 return ((READ_BIT(TIMx->OR1, TIM_OR1_RTCPREEN) == (TIM_OR1_RTCPREEN)) ? 1UL : 0UL); in LL_TIM_IsEnabledRTCPRE()
|
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/include/ |
D | stm32u5xx_ll_tim.h | 5153 SET_BIT(TIMx->OR1, TIM_OR1_HSE32EN); in LL_TIM_EnableHSE32() 5165 CLEAR_BIT(TIMx->OR1, TIM_OR1_HSE32EN); in LL_TIM_DisableHSE32() 5177 return ((READ_BIT(TIMx->OR1, TIM_OR1_HSE32EN) == (TIM_OR1_HSE32EN)) ? 1UL : 0UL); in LL_TIM_IsEnabledHSE32()
|
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/ |
D | stm32h5xx_hal_tim_ex.c | 2588 SET_BIT(htim->Instance->OR1, TIM_OR1_RTCPREEN); in HAL_TIMEx_TISelection() 2592 CLEAR_BIT(htim->Instance->OR1, TIM_OR1_RTCPREEN); in HAL_TIMEx_TISelection()
|
/hal_stm32-latest/stm32cube/stm32u0xx/drivers/src/ |
D | stm32u0xx_hal_tim.c | 5318 CLEAR_BIT(htim->Instance->OR1, TIMx_OR1_OCREF_CLR); in HAL_TIM_ConfigOCrefClear() 5330 MODIFY_REG(htim->Instance->OR1, TIMx_OR1_OCREF_CLR, sClearInputConfig->ClearInputSource); in HAL_TIM_ConfigOCrefClear() 5358 CLEAR_BIT(htim->Instance->OR1, TIMx_OR1_OCREF_CLR); in HAL_TIM_ConfigOCrefClear()
|
/hal_stm32-latest/stm32cube/stm32g0xx/drivers/src/ |
D | stm32g0xx_hal_tim.c | 5319 CLEAR_BIT(htim->Instance->OR1, TIMx_OR1_OCREF_CLR); in HAL_TIM_ConfigOCrefClear() 5335 MODIFY_REG(htim->Instance->OR1, TIMx_OR1_OCREF_CLR, sClearInputConfig->ClearInputSource); in HAL_TIM_ConfigOCrefClear() 5364 CLEAR_BIT(htim->Instance->OR1, TIMx_OR1_OCREF_CLR); in HAL_TIM_ConfigOCrefClear()
|
/hal_stm32-latest/stm32cube/stm32wb0x/drivers/src/ |
D | stm32wb0x_hal_tim_ex.c | 1548 WRITE_REG(htim->Instance->OR1, Remap); in HAL_TIMEx_RemapConfig()
|
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/src/ |
D | stm32l4xx_hal_tim_ex.c | 2474 htim->Instance->OR1 = tmpor1; in HAL_TIMEx_RemapConfig()
|
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/src/ |
D | stm32l5xx_hal_tim_ex.c | 2343 htim->Instance->OR1 = tmpor1; in HAL_TIMEx_RemapConfig()
|
/hal_stm32-latest/stm32cube/stm32wb0x/drivers/include/ |
D | stm32wb0x_ll_tim.h | 3602 WRITE_REG(TIMx->OR1, Remap); in LL_TIM_SetRemap()
|
/hal_stm32-latest/stm32cube/stm32u0xx/drivers/include/ |
D | stm32u0xx_ll_tim.h | 4035 MODIFY_REG(TIMx->OR1, TIM_OR1_OCREF_CLR, OCRefClearInputSource); in LL_TIM_SetOCRefClearInputSource()
|
/hal_stm32-latest/stm32cube/stm32wlxx/drivers/include/ |
D | stm32wlxx_ll_tim.h | 3927 MODIFY_REG(TIMx->OR1, (Remap >> TIMx_OR1_RMP_SHIFT), (Remap & TIMx_OR1_RMP_MASK)); in LL_TIM_SetRemap()
|
/hal_stm32-latest/stm32cube/stm32g0xx/drivers/include/ |
D | stm32g0xx_ll_tim.h | 4247 MODIFY_REG(TIMx->OR1, TIM1_OR1_OCREF_CLR, OCRefClearInputSource); in LL_TIM_SetOCRefClearInputSource()
|
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/include/ |
D | stm32l4xx_ll_tim.h | 4056 MODIFY_REG(TIMx->OR1, (Remap >> TIMx_OR1_RMP_SHIFT), (Remap & TIMx_OR1_RMP_MASK)); in LL_TIM_SetRemap()
|
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/include/ |
D | stm32l5xx_ll_tim.h | 3998 MODIFY_REG(TIMx->OR1, (Remap >> TIMx_OR1_RMP_SHIFT), (Remap & TIMx_OR1_RMP_MASK)); in LL_TIM_SetRemap()
|
/hal_stm32-latest/stm32cube/stm32g0xx/soc/ |
D | stm32g030xx.h | 477 __IO uint32_t OR1; /*!< TIM option register, Address offset: 0x50 */ member
|
D | stm32g050xx.h | 482 __IO uint32_t OR1; /*!< TIM option register, Address offset: 0x50 */ member
|
D | stm32g070xx.h | 481 __IO uint32_t OR1; /*!< TIM option register, Address offset: 0x50 */ member
|
D | stm32g031xx.h | 502 __IO uint32_t OR1; /*!< TIM option register, Address offset: 0x50 */ member
|
D | stm32g041xx.h | 503 __IO uint32_t OR1; /*!< TIM option register, Address offset: 0x50 */ member
|
D | stm32g051xx.h | 542 __IO uint32_t OR1; /*!< TIM option register, Address offset: 0x50 */ member
|
D | stm32g061xx.h | 543 __IO uint32_t OR1; /*!< TIM option register, Address offset: 0x50 */ member
|
/hal_stm32-latest/stm32cube/stm32wlxx/soc/ |
D | stm32wle4xx.h | 711 __IO uint32_t OR1; /*!< TIM option register Address offset: 0x50 */ member
|
D | stm32wle5xx.h | 711 __IO uint32_t OR1; /*!< TIM option register Address offset: 0x50 */ member
|