Home
last modified time | relevance | path

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

/loramac-node-2.7.6/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Src/
Dstm32l4xx_hal_tim_ex.c2093 if (IS_TIM_ETRSEL_INSTANCE(htim->Instance)) in HAL_TIMEx_RemapConfig()
/loramac-node-2.7.6/src/boards/NucleoL476/cmsis/
Dstm32l476xx.h18294 #define IS_TIM_ETRSEL_INSTANCE(INSTANCE) (((INSTANCE) == TIM1) || \ macro