Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32wbxx/drivers/src/
Dstm32wbxx_hal_tim_ex.c2293 uint32_t tmpor; in HAL_TIMEx_RemapConfig() local
2302 tmpor = READ_REG(htim->Instance->OR); in HAL_TIMEx_RemapConfig()
2326 MODIFY_REG(tmpor, TIM_GET_OR_MASK(htim->Instance), (Remap & (~TIM1_AF1_ETRSEL))); in HAL_TIMEx_RemapConfig()
2329 WRITE_REG(htim->Instance->OR, tmpor); in HAL_TIMEx_RemapConfig()
/hal_stm32-latest/stm32cube/stm32wlxx/drivers/src/
Dstm32wlxx_hal_tim_ex.c2297 uint32_t tmpor; in HAL_TIMEx_RemapConfig() local
2306 tmpor = READ_REG(htim->Instance->OR1); in HAL_TIMEx_RemapConfig()
2330 MODIFY_REG(tmpor, TIM_GET_OR1_MASK(htim->Instance), (Remap & (~TIM1_AF1_ETRSEL))); in HAL_TIMEx_RemapConfig()
2333 WRITE_REG(htim->Instance->OR1, tmpor); in HAL_TIMEx_RemapConfig()