Home
last modified time | relevance | path

Searched refs:TIMx_OR1_OCREF_CLR (Results 1 – 3 of 3) sorted by relevance

/hal_stm32-latest/stm32cube/stm32u0xx/drivers/src/
Dstm32u0xx_hal_tim.c205 #define TIMx_OR1_OCREF_CLR 0x00000001U macro
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/
Dstm32g0xx_hal_tim.c205 #define TIMx_OR1_OCREF_CLR 0x00000001U macro
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/stm32c0xx/drivers/src/
Dstm32c0xx_hal_tim.c205 #define TIMx_OR1_OCREF_CLR 0x00000001U macro