Home
last modified time | relevance | path

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

/hal_stm32-3.5.0/stm32cube/stm32l4xx/drivers/src/
Dstm32l4xx_hal_tim_ex.c2462 uint32_t tmpor2; in HAL_TIMEx_RemapConfig() local
2473 tmpor2 = htim->Instance->OR2; in HAL_TIMEx_RemapConfig()
2474 tmpor2 &= ~TIM1_OR2_ETRSEL_Msk; in HAL_TIMEx_RemapConfig()
2475 tmpor2 |= (Remap & TIM1_OR2_ETRSEL_Msk); in HAL_TIMEx_RemapConfig()
2478 htim->Instance->OR2 = tmpor2; in HAL_TIMEx_RemapConfig()
/hal_stm32-3.5.0/stm32cube/stm32l5xx/drivers/src/
Dstm32l5xx_hal_tim_ex.c2346 uint32_t tmpor2; in HAL_TIMEx_RemapConfig() local
2356 tmpor2 = htim->Instance->OR2; in HAL_TIMEx_RemapConfig()
2357 tmpor2 &= ~TIM1_OR2_ETRSEL_Msk; in HAL_TIMEx_RemapConfig()
2358 tmpor2 |= (Remap & TIM1_OR2_ETRSEL_Msk); in HAL_TIMEx_RemapConfig()
2361 htim->Instance->OR2 = tmpor2; in HAL_TIMEx_RemapConfig()