Searched refs:IS_TIM_DMA_BASE (Results 1 – 16 of 16) sorted by relevance
606 #define IS_TIM_DMA_BASE(BASE) (((BASE) == TIM_DMABase_CR1) || \ macro
612 #define IS_TIM_DMA_BASE(BASE) (((BASE) == TIM_DMABase_CR1) || \ macro
548 #define IS_TIM_DMA_BASE(BASE) (((BASE) == TIM_DMABase_CR1) || \ macro
611 #define IS_TIM_DMA_BASE(BASE) (((BASE) == TIM_DMABase_CR1) || \ macro
479 #define IS_TIM_DMA_BASE(BASE) (((BASE) == TIM_DMABase_CR1) || \ macro
1322 #define IS_TIM_DMA_BASE(__BASE__) (((__BASE__) == TIM_DMABASE_CR1) || \ macro
2570 assert_param(IS_TIM_DMA_BASE(TIM_DMABase)); in TIM_DMAConfig()
920 assert_param(IS_TIM_DMA_BASE(TIM_DMABase)); in TIM_DMAConfig()
901 assert_param(IS_TIM_DMA_BASE(TIM_DMABase)); in TIM_DMAConfig()
2241 assert_param(IS_TIM_DMA_BASE(TIM_DMABase)); in TIM_DMAConfig()
2577 assert_param(IS_TIM_DMA_BASE(TIM_DMABase)); in TIM_DMAConfig()
2574 assert_param(IS_TIM_DMA_BASE(TIM_DMABase)); in TIM_DMAConfig()
4218 assert_param(IS_TIM_DMA_BASE(BurstBaseAddress)); in HAL_TIM_DMABurst_MultiWriteStart()4509 assert_param(IS_TIM_DMA_BASE(BurstBaseAddress)); in HAL_TIM_DMABurst_MultiReadStart()
Completed in 70 milliseconds