Searched refs:IS_LL_DMA_ALL_STREAM_INSTANCE (Results 1 – 5 of 5) sorted by relevance
/hal_stm32-latest/stm32cube/stm32mp1xx/drivers/src/ |
D | stm32mp1xx_ll_dma.c | 78 #define IS_LL_DMA_ALL_STREAM_INSTANCE(INSTANCE, STREAM) ((((INSTANCE) == DMA1) && \ macro 154 assert_param(IS_LL_DMA_ALL_STREAM_INSTANCE(DMAx, Stream)); in LL_DMA_DeInit() 280 assert_param(IS_LL_DMA_ALL_STREAM_INSTANCE(DMAx, Stream)); in LL_DMA_Init() 305 if (IS_LL_DMA_ALL_STREAM_INSTANCE(DMAx, Stream)) in LL_DMA_Init()
|
/hal_stm32-latest/stm32cube/stm32f2xx/drivers/src/ |
D | stm32f2xx_ll_dma.c | 86 #define IS_LL_DMA_ALL_STREAM_INSTANCE(INSTANCE, STREAM) ((((INSTANCE) == DMA1) && \ macro 163 assert_param(IS_LL_DMA_ALL_STREAM_INSTANCE(DMAx, Stream)); in LL_DMA_DeInit() 289 assert_param(IS_LL_DMA_ALL_STREAM_INSTANCE(DMAx, Stream)); in LL_DMA_Init()
|
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/src/ |
D | stm32f4xx_ll_dma.c | 84 #define IS_LL_DMA_ALL_STREAM_INSTANCE(INSTANCE, STREAM) ((((INSTANCE) == DMA1) && \ macro 161 assert_param(IS_LL_DMA_ALL_STREAM_INSTANCE(DMAx, Stream)); in LL_DMA_DeInit() 287 assert_param(IS_LL_DMA_ALL_STREAM_INSTANCE(DMAx, Stream)); in LL_DMA_Init()
|
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/src/ |
D | stm32f7xx_ll_dma.c | 105 #define IS_LL_DMA_ALL_STREAM_INSTANCE(INSTANCE, STREAM) ((((INSTANCE) == DMA1) && \ macro 182 assert_param(IS_LL_DMA_ALL_STREAM_INSTANCE(DMAx, Stream)); in LL_DMA_DeInit() 308 assert_param(IS_LL_DMA_ALL_STREAM_INSTANCE(DMAx, Stream)); in LL_DMA_Init()
|
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/ |
D | stm32h7xx_ll_dma.c | 89 #define IS_LL_DMA_ALL_STREAM_INSTANCE(INSTANCE, STREAM) ((((INSTANCE) == DMA1) && \ macro 166 assert_param(IS_LL_DMA_ALL_STREAM_INSTANCE(DMAx, Stream)); in LL_DMA_DeInit() 292 assert_param(IS_LL_DMA_ALL_STREAM_INSTANCE(DMAx, Stream)); in LL_DMA_Init()
|