Searched refs:IS_TIM_DMA_SOURCE (Results 1 – 16 of 16) sorted by relevance
4219 assert_param(IS_TIM_DMA_SOURCE(BurstRequestSrc)); in HAL_TIM_DMABurst_MultiWriteStart()4374 assert_param(IS_TIM_DMA_SOURCE(BurstRequestSrc)); in HAL_TIM_DMABurst_WriteStop()4510 assert_param(IS_TIM_DMA_SOURCE(BurstRequestSrc)); in HAL_TIM_DMABurst_MultiReadStart()4666 assert_param(IS_TIM_DMA_SOURCE(BurstRequestSrc)); in HAL_TIM_DMABurst_ReadStop()
684 #define IS_TIM_DMA_SOURCE(SOURCE) ((((SOURCE) & (uint16_t)0x80FF) == 0x0000) && ((SOURCE) != 0x0000… macro
692 #define IS_TIM_DMA_SOURCE(SOURCE) ((((SOURCE) & (uint16_t)0x80FF) == 0x0000) && ((SOURCE) != 0x0000… macro
628 #define IS_TIM_DMA_SOURCE(SOURCE) ((((SOURCE) & (uint16_t)0x80FF) == 0x0000) && ((SOURCE) != 0x0000… macro
691 #define IS_TIM_DMA_SOURCE(SOURCE) ((((SOURCE) & (uint16_t)0x80FF) == 0x0000) && ((SOURCE) != 0x0000… macro
557 #define IS_TIM_DMA_SOURCE(SOURCE) ((((SOURCE) & (uint16_t)0x80FF) == 0x0000) && ((SOURCE) != 0x0000… macro
1384 #define IS_TIM_DMA_SOURCE(__SOURCE__) ((((__SOURCE__) & 0xFFFFA0FFU) == 0x00000000U) && ((__SOURCE_… macro
2599 assert_param(IS_TIM_DMA_SOURCE(TIM_DMASource)); in TIM_DMACmd()
946 assert_param(IS_TIM_DMA_SOURCE(TIM_DMASource)); in TIM_DMACmd()
928 assert_param(IS_TIM_DMA_SOURCE(TIM_DMASource)); in TIM_DMACmd()
2267 assert_param(IS_TIM_DMA_SOURCE(TIM_DMASource)); in TIM_DMACmd()
2606 assert_param(IS_TIM_DMA_SOURCE(TIM_DMASource)); in TIM_DMACmd()
2602 assert_param(IS_TIM_DMA_SOURCE(TIM_DMASource)); in TIM_DMACmd()
Completed in 80 milliseconds