Searched refs:tmpaf1 (Results 1 – 2 of 2) sorted by relevance
/hal_stm32-latest/stm32cube/stm32wbxx/drivers/src/ |
D | stm32wbxx_hal_tim_ex.c | 2294 uint32_t tmpaf1; in HAL_TIMEx_RemapConfig() local 2305 tmpaf1 = READ_REG(htim->Instance->AF1); in HAL_TIMEx_RemapConfig() 2313 MODIFY_REG(tmpaf1, TIM1_AF1_ETRSEL, (Remap & TIM1_AF1_ETRSEL)); in HAL_TIMEx_RemapConfig() 2318 MODIFY_REG(tmpaf1, TIM1_AF1_ETRSEL, 0U); in HAL_TIMEx_RemapConfig() 2322 WRITE_REG(htim->Instance->AF1, tmpaf1); in HAL_TIMEx_RemapConfig()
|
/hal_stm32-latest/stm32cube/stm32wlxx/drivers/src/ |
D | stm32wlxx_hal_tim_ex.c | 2298 uint32_t tmpaf1; in HAL_TIMEx_RemapConfig() local 2309 tmpaf1 = READ_REG(htim->Instance->AF1); in HAL_TIMEx_RemapConfig() 2317 MODIFY_REG(tmpaf1, TIM1_AF1_ETRSEL, (Remap & TIM1_AF1_ETRSEL)); in HAL_TIMEx_RemapConfig() 2322 MODIFY_REG(tmpaf1, TIM1_AF1_ETRSEL, 0U); in HAL_TIMEx_RemapConfig() 2326 WRITE_REG(htim->Instance->AF1, tmpaf1); in HAL_TIMEx_RemapConfig()
|