Home
last modified time | relevance | path

Searched refs:IS_TIM_COMMUTATION_EVENT_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.c1448 assert_param(IS_TIM_COMMUTATION_EVENT_INSTANCE(htim->Instance)); in HAL_TIMEx_ConfigCommutationEvent()
1497 assert_param(IS_TIM_COMMUTATION_EVENT_INSTANCE(htim->Instance)); in HAL_TIMEx_ConfigCommutationEvent_IT()
1550 assert_param(IS_TIM_COMMUTATION_EVENT_INSTANCE(htim->Instance)); in HAL_TIMEx_ConfigCommutationEvent_DMA()
/loramac-node-2.7.6/src/boards/NucleoL476/cmsis/
Dstm32l476xx.h18255 #define IS_TIM_COMMUTATION_EVENT_INSTANCE(INSTANCE) (((INSTANCE) == TIM1) || \ macro