Lines Matching refs:SOURCE
557 #define IS_TIM_DMA_SOURCE(SOURCE) ((((SOURCE) & (uint16_t)0x80FF) == 0x0000) && ((SOURCE) != 0x0000… argument
558 #define IS_TIM_PERIPH_DMA(PERIPH, SOURCE) ((((((*(uint32_t*)&(PERIPH)) == TIM2_BASE) || (((*(uint32… argument
560 (((SOURCE) & (uint16_t)0xA0FF) == 0x0000) && ((SOURCE) != 0x0000)) ||\
562 (((SOURCE) & (uint16_t)0x80FF) == 0x0000) && ((SOURCE) != 0x0000)) ||\
564 (((SOURCE) & (uint16_t)0xFEFF) == 0x0000) && ((SOURCE) != 0x0000)))
620 #define IS_TIM_TIXCLK_SOURCE(SOURCE) (((SOURCE) == TIM_TIxExternalCLK1Source_TI1) || \ argument
621 ((SOURCE) == TIM_TIxExternalCLK1Source_TI2) || \
622 ((SOURCE) == TIM_TIxExternalCLK1Source_TI1ED))
689 #define IS_TIM_EVENT_SOURCE(SOURCE) ((((SOURCE) & (uint16_t)0xFF00) == 0x0000) && ((SOURCE) != 0x00… argument
707 #define IS_TIM_UPDATE_SOURCE(SOURCE) (((SOURCE) == TIM_UpdateSource_Global) || \ argument
708 ((SOURCE) == TIM_UpdateSource_Regular))
762 #define IS_TIM_TRGO_SOURCE(SOURCE) (((SOURCE) == TIM_TRGOSource_Reset) || \ argument
763 ((SOURCE) == TIM_TRGOSource_Enable) || \
764 ((SOURCE) == TIM_TRGOSource_Update) || \
765 ((SOURCE) == TIM_TRGOSource_OC1) || \
766 ((SOURCE) == TIM_TRGOSource_OC1Ref) || \
767 ((SOURCE) == TIM_TRGOSource_OC2Ref) || \
768 ((SOURCE) == TIM_TRGOSource_OC3Ref) || \
769 ((SOURCE) == TIM_TRGOSource_OC4Ref))