Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32l4xx/drivers/src/
Dstm32l4xx_hal_tim_ex.c2449 uint32_t tmpor1; in HAL_TIMEx_RemapConfig() local
2470 tmpor1 = Remap; in HAL_TIMEx_RemapConfig()
2471 tmpor1 &= ~TIM1_OR2_ETRSEL_Msk; in HAL_TIMEx_RemapConfig()
2474 htim->Instance->OR1 = tmpor1; in HAL_TIMEx_RemapConfig()
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/src/
Dstm32l5xx_hal_tim_ex.c2319 uint32_t tmpor1; in HAL_TIMEx_RemapConfig() local
2339 tmpor1 = Remap; in HAL_TIMEx_RemapConfig()
2340 tmpor1 &= ~TIM1_OR2_ETRSEL_Msk; in HAL_TIMEx_RemapConfig()
2343 htim->Instance->OR1 = tmpor1; in HAL_TIMEx_RemapConfig()