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/ |
D | stm32l4xx_hal_tim_ex.c | 518 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 …]
|
D | stm32l4xx_hal_tim.c | 5674 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/ |
D | stm32l476xx.h | 18184 #define IS_TIM_CCXN_INSTANCE(INSTANCE, CHANNEL) \ macro
|