Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32g0xx/drivers/include/
Dstm32g0xx_ll_tim.h3619 uint32_t etrsel_shift = ((ETRSource == LL_TIM_ETRSOURCE_COMP3) ? 1u : 0u); in LL_TIM_SetETRSource() local
3626 MODIFY_REG(TIMx->AF1, TIMx_AF1_ETRSEL, ETRSource >> etrsel_shift); in LL_TIM_SetETRSource()