Home
last modified time | relevance | path

Searched refs:IS_TIM_CCXN_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.c518 assert_param(IS_TIM_CCXN_INSTANCE(htim->Instance, Channel)); in HAL_TIMEx_OCN_Start()
550 assert_param(IS_TIM_CCXN_INSTANCE(htim->Instance, Channel)); in HAL_TIMEx_OCN_Stop()
579 assert_param(IS_TIM_CCXN_INSTANCE(htim->Instance, Channel)); in HAL_TIMEx_OCN_Start_IT()
643 assert_param(IS_TIM_CCXN_INSTANCE(htim->Instance, Channel)); in HAL_TIMEx_OCN_Stop_IT()
708 assert_param(IS_TIM_CCXN_INSTANCE(htim->Instance, Channel)); in HAL_TIMEx_OCN_Start_DMA()
820 assert_param(IS_TIM_CCXN_INSTANCE(htim->Instance, Channel)); in HAL_TIMEx_OCN_Stop_DMA()
912 assert_param(IS_TIM_CCXN_INSTANCE(htim->Instance, Channel)); in HAL_TIMEx_PWMN_Start()
943 assert_param(IS_TIM_CCXN_INSTANCE(htim->Instance, Channel)); in HAL_TIMEx_PWMN_Stop()
972 assert_param(IS_TIM_CCXN_INSTANCE(htim->Instance, Channel)); in HAL_TIMEx_PWMN_Start_IT()
1036 assert_param(IS_TIM_CCXN_INSTANCE(htim->Instance, Channel)); in HAL_TIMEx_PWMN_Stop_IT()
[all …]
Dstm32l4xx_hal_tim.c5674 if (IS_TIM_CCXN_INSTANCE(TIMx, TIM_CHANNEL_1)) in TIM_OC1_SetConfig()
5750 if (IS_TIM_CCXN_INSTANCE(TIMx, TIM_CHANNEL_2)) in TIM_OC2_SetConfig()
5825 if (IS_TIM_CCXN_INSTANCE(TIMx, TIM_CHANNEL_3)) in TIM_OC3_SetConfig()
/loramac-node-2.7.6/src/boards/NucleoL476/cmsis/
Dstm32l476xx.h18184 #define IS_TIM_CCXN_INSTANCE(INSTANCE, CHANNEL) \ macro