Home
last modified time | relevance | path

Searched refs:tmpor2 (Results 1 – 2 of 2) sorted by relevance

/hal_stm32-latest/stm32cube/stm32l4xx/drivers/src/
Dstm32l4xx_hal_tim_ex.c2450 uint32_t tmpor2; in HAL_TIMEx_RemapConfig() local
2461 tmpor2 = htim->Instance->OR2; in HAL_TIMEx_RemapConfig()
2462 tmpor2 &= ~TIM1_OR2_ETRSEL_Msk; in HAL_TIMEx_RemapConfig()
2463 tmpor2 |= (Remap & TIM1_OR2_ETRSEL_Msk); in HAL_TIMEx_RemapConfig()
2466 htim->Instance->OR2 = tmpor2; in HAL_TIMEx_RemapConfig()
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/src/
Dstm32l5xx_hal_tim_ex.c2320 uint32_t tmpor2; in HAL_TIMEx_RemapConfig() local
2330 tmpor2 = htim->Instance->OR2; in HAL_TIMEx_RemapConfig()
2331 tmpor2 &= ~TIM1_OR2_ETRSEL_Msk; in HAL_TIMEx_RemapConfig()
2332 tmpor2 |= (Remap & TIM1_OR2_ETRSEL_Msk); in HAL_TIMEx_RemapConfig()
2335 htim->Instance->OR2 = tmpor2; in HAL_TIMEx_RemapConfig()