Home
last modified time | relevance | path

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

/loramac-node-2.7.6/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Src/
Dstm32l4xx_hal_tim_ex.c1691 if (IS_TIM_BKIN2_INSTANCE(htim->Instance)) in HAL_TIMEx_ConfigBreakDeadTime()
Dstm32l4xx_ll_tim.c761 if (IS_TIM_BKIN2_INSTANCE(TIMx)) in LL_TIM_BDTR_Init()
/loramac-node-2.7.6/src/boards/NucleoL476/cmsis/
Dstm32l476xx.h18042 #define IS_TIM_BKIN2_INSTANCE(INSTANCE) (((INSTANCE) == TIM1) || \ macro