Home
last modified time | relevance | path

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

/loramac-node-2.7.6/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Src/
Dstm32l4xx_hal_tim.c716 if (IS_TIM_BREAK_INSTANCE(htim->Instance) != RESET) in HAL_TIM_OC_Start()
753 if (IS_TIM_BREAK_INSTANCE(htim->Instance) != RESET) in HAL_TIM_OC_Stop()
819 if (IS_TIM_BREAK_INSTANCE(htim->Instance) != RESET) in HAL_TIM_OC_Start_IT()
888 if (IS_TIM_BREAK_INSTANCE(htim->Instance) != RESET) in HAL_TIM_OC_Stop_IT()
1022 if (IS_TIM_BREAK_INSTANCE(htim->Instance) != RESET) in HAL_TIM_OC_Start_DMA()
1091 if (IS_TIM_BREAK_INSTANCE(htim->Instance) != RESET) in HAL_TIM_OC_Stop_DMA()
1276 if (IS_TIM_BREAK_INSTANCE(htim->Instance) != RESET) in HAL_TIM_PWM_Start()
1313 if (IS_TIM_BREAK_INSTANCE(htim->Instance) != RESET) in HAL_TIM_PWM_Stop()
1382 if (IS_TIM_BREAK_INSTANCE(htim->Instance) != RESET) in HAL_TIM_PWM_Start_IT()
1451 if (IS_TIM_BREAK_INSTANCE(htim->Instance) != RESET) in HAL_TIM_PWM_Stop_IT()
[all …]
Dstm32l4xx_ll_tim.c735 assert_param(IS_TIM_BREAK_INSTANCE(TIMx)); in LL_TIM_BDTR_Init()
836 if (IS_TIM_BREAK_INSTANCE(TIMx)) in OC1Config()
915 if (IS_TIM_BREAK_INSTANCE(TIMx)) in OC2Config()
994 if (IS_TIM_BREAK_INSTANCE(TIMx)) in OC3Config()
1073 if (IS_TIM_BREAK_INSTANCE(TIMx)) in OC4Config()
1136 if (IS_TIM_BREAK_INSTANCE(TIMx)) in OC5Config()
1197 if (IS_TIM_BREAK_INSTANCE(TIMx)) in OC6Config()
Dstm32l4xx_hal_tim_ex.c1665 assert_param(IS_TIM_BREAK_INSTANCE(htim->Instance)); in HAL_TIMEx_ConfigBreakDeadTime()
1734 assert_param(IS_TIM_BREAK_INSTANCE(htim->Instance)); in HAL_TIMEx_ConfigBreakInput()
/loramac-node-2.7.6/src/boards/NucleoL476/cmsis/
Dstm32l476xx.h18028 #define IS_TIM_BREAK_INSTANCE(INSTANCE) (((INSTANCE) == TIM1) || \ macro