Home
last modified time | relevance | path

Searched refs:GPDMA1 (Results 1 – 25 of 26) sorted by relevance

12

/hal_stm32-3.5.0/stm32cube/stm32u5xx/drivers/include/
Dstm32u5xx_ll_dma.h54 #if (defined (GPDMA1) || defined (LPDMA1))
1310 (((uint32_t)(__CHANNEL_INSTANCE__) > ((uint32_t)GPDMA1_Channel15)) ? LPDMA1 : GPDMA1)
1346 …((((uint32_t)(__DMA_INSTANCE__) == ((uint32_t)GPDMA1)) && ((uint32_t)(__CHANNEL__) == ((uint32_t)L…
1350 …(((uint32_t)(__DMA_INSTANCE__) == ((uint32_t)GPDMA1)) && ((uint32_t)(__CHANNEL__) == ((uint32_t)LL…
1354 …(((uint32_t)(__DMA_INSTANCE__) == ((uint32_t)GPDMA1)) && ((uint32_t)(__CHANNEL__) == ((uint32_t)LL…
1358 …(((uint32_t)(__DMA_INSTANCE__) == ((uint32_t)GPDMA1)) && ((uint32_t)(__CHANNEL__) == ((uint32_t)LL…
1362 …(((uint32_t)(__DMA_INSTANCE__) == ((uint32_t)GPDMA1)) && ((uint32_t)(__CHANNEL__) == ((uint32_t)LL…
1364 …(((uint32_t)(__DMA_INSTANCE__) == ((uint32_t)GPDMA1)) && ((uint32_t)(__CHANNEL__) == ((uint32_t)LL…
1366 …(((uint32_t)(__DMA_INSTANCE__) == ((uint32_t)GPDMA1)) && ((uint32_t)(__CHANNEL__) == ((uint32_t)LL…
1368 …(((uint32_t)(__DMA_INSTANCE__) == ((uint32_t)GPDMA1)) && ((uint32_t)(__CHANNEL__) == ((uint32_t)LL…
[all …]
/hal_stm32-3.5.0/stm32cube/stm32wbaxx/drivers/include/
Dstm32wbaxx_ll_dma.h54 #if defined (GPDMA1)
933 (GPDMA1)
957 …((((uint32_t)(__DMA_INSTANCE__) == ((uint32_t)GPDMA1)) && ((uint32_t)(__CHANNEL__) == ((uint32_t)L…
959 …(((uint32_t)(__DMA_INSTANCE__) == ((uint32_t)GPDMA1)) && ((uint32_t)(__CHANNEL__) == ((uint32_t)LL…
961 …(((uint32_t)(__DMA_INSTANCE__) == ((uint32_t)GPDMA1)) && ((uint32_t)(__CHANNEL__) == ((uint32_t)LL…
963 …(((uint32_t)(__DMA_INSTANCE__) == ((uint32_t)GPDMA1)) && ((uint32_t)(__CHANNEL__) == ((uint32_t)LL…
965 …(((uint32_t)(__DMA_INSTANCE__) == ((uint32_t)GPDMA1)) && ((uint32_t)(__CHANNEL__) == ((uint32_t)LL…
967 …(((uint32_t)(__DMA_INSTANCE__) == ((uint32_t)GPDMA1)) && ((uint32_t)(__CHANNEL__) == ((uint32_t)LL…
969 …(((uint32_t)(__DMA_INSTANCE__) == ((uint32_t)GPDMA1)) && ((uint32_t)(__CHANNEL__) == ((uint32_t)LL…
/hal_stm32-3.5.0/stm32cube/stm32h5xx/drivers/src/
Dstm32h5xx_ll_dma.c54 #if defined (GPDMA1)
68 #define IS_LL_DMA_ALL_CHANNEL_INSTANCE(INSTANCE, Channel) ((((INSTANCE) == GPDMA1) &…
90 #define IS_LL_GPDMA_CHANNEL_INSTANCE(INSTANCE, Channel) ((((INSTANCE) == GPDMA1) &…
109 #define IS_LL_DMA_2D_CHANNEL_INSTANCE(INSTANCE, Channel) ((((INSTANCE) == GPDMA1) &…
285 if (DMAx == GPDMA1) in LL_DMA_DeInit()
/hal_stm32-3.5.0/stm32cube/stm32u5xx/drivers/src/
Dstm32u5xx_ll_dma.c54 #if (defined (GPDMA1) || defined (LPDMA1))
68 #define IS_LL_DMA_ALL_CHANNEL_INSTANCE(INSTANCE, Channel) ((((INSTANCE) == GPDMA1) &…
93 #define IS_LL_GPDMA_CHANNEL_INSTANCE(INSTANCE, Channel) (((INSTANCE) == GPDMA1) &&…
111 #define IS_LL_DMA_2D_CHANNEL_INSTANCE(INSTANCE, Channel) (((INSTANCE) == GPDMA1) &&…
289 if (DMAx == GPDMA1) in LL_DMA_DeInit()
/hal_stm32-3.5.0/stm32cube/stm32h5xx/drivers/include/
Dstm32h5xx_ll_dma.h54 #if defined (GPDMA1)
1557 (((uint32_t)(__CHANNEL_INSTANCE__) > ((uint32_t)GPDMA1_Channel7)) ? GPDMA2 : GPDMA1)
1589 …((((uint32_t)(__DMA_INSTANCE__) == ((uint32_t)GPDMA1)) && ((uint32_t)(__CHANNEL__) == ((uint32_t)L…
1591 …(((uint32_t)(__DMA_INSTANCE__) == ((uint32_t)GPDMA1)) && ((uint32_t)(__CHANNEL__) == ((uint32_t)LL…
1593 …(((uint32_t)(__DMA_INSTANCE__) == ((uint32_t)GPDMA1)) && ((uint32_t)(__CHANNEL__) == ((uint32_t)LL…
1595 …(((uint32_t)(__DMA_INSTANCE__) == ((uint32_t)GPDMA1)) && ((uint32_t)(__CHANNEL__) == ((uint32_t)LL…
1597 …(((uint32_t)(__DMA_INSTANCE__) == ((uint32_t)GPDMA1)) && ((uint32_t)(__CHANNEL__) == ((uint32_t)LL…
1599 …(((uint32_t)(__DMA_INSTANCE__) == ((uint32_t)GPDMA1)) && ((uint32_t)(__CHANNEL__) == ((uint32_t)LL…
1601 …(((uint32_t)(__DMA_INSTANCE__) == ((uint32_t)GPDMA1)) && ((uint32_t)(__CHANNEL__) == ((uint32_t)LL…
1603 …(((uint32_t)(__DMA_INSTANCE__) == ((uint32_t)GPDMA1)) && ((uint32_t)(__CHANNEL__) == ((uint32_t)LL…
/hal_stm32-3.5.0/stm32cube/stm32wbaxx/drivers/src/
Dstm32wbaxx_ll_dma.c54 #if defined (GPDMA1)
68 #define IS_LL_DMA_ALL_CHANNEL_INSTANCE(INSTANCE, Channel) (((INSTANCE) == GPDMA1) &&…
79 #define IS_LL_GPDMA_CHANNEL_INSTANCE(INSTANCE, Channel) (((INSTANCE) == GPDMA1) &&…
/hal_stm32-3.5.0/stm32cube/stm32wbaxx/soc/
Dstm32wba52xx.h1394 #define GPDMA1 GPDMA1_S macro
1519 #define GPDMA1 GPDMA1_NS macro
Dstm32wba54xx.h1488 #define GPDMA1 GPDMA1_S macro
1626 #define GPDMA1 GPDMA1_NS macro
Dstm32wba55xx.h1488 #define GPDMA1 GPDMA1_S macro
1626 #define GPDMA1 GPDMA1_NS macro
Dstm32wba50xx.h1063 #define GPDMA1 GPDMA1_NS macro
/hal_stm32-3.5.0/stm32cube/stm32u5xx/soc/
Dstm32u545xx.h2242 #define GPDMA1 GPDMA1_S macro
2662 #define GPDMA1 GPDMA1_NS macro
Dstm32u535xx.h2130 #define GPDMA1 GPDMA1_S macro
2524 #define GPDMA1 GPDMA1_NS macro
Dstm32u575xx.h2440 #define GPDMA1 GPDMA1_S macro
2883 #define GPDMA1 GPDMA1_NS macro
Dstm32u5a5xx.h2657 #define GPDMA1 GPDMA1_S macro
3164 #define GPDMA1 GPDMA1_NS macro
Dstm32u585xx.h2573 #define GPDMA1 GPDMA1_S macro
3056 #define GPDMA1 GPDMA1_NS macro
Dstm32u5f7xx.h2740 #define GPDMA1 GPDMA1_S macro
3246 #define GPDMA1 GPDMA1_NS macro
Dstm32u595xx.h2524 #define GPDMA1 GPDMA1_S macro
2991 #define GPDMA1 GPDMA1_NS macro
Dstm32u599xx.h2751 #define GPDMA1 GPDMA1_S macro
3247 #define GPDMA1 GPDMA1_NS macro
Dstm32u5g7xx.h2873 #define GPDMA1 GPDMA1_S macro
3419 #define GPDMA1 GPDMA1_NS macro
Dstm32u5a9xx.h2884 #define GPDMA1 GPDMA1_S macro
3420 #define GPDMA1 GPDMA1_NS macro
Dstm32u5g9xx.h2989 #define GPDMA1 GPDMA1_S macro
3537 #define GPDMA1 GPDMA1_NS macro
/hal_stm32-3.5.0/stm32cube/stm32h5xx/soc/
Dstm32h562xx.h2429 #define GPDMA1 GPDMA1_S macro
2835 #define GPDMA1 GPDMA1_NS macro
Dstm32h563xx.h2627 #define GPDMA1 GPDMA1_S macro
3044 #define GPDMA1 GPDMA1_NS macro
Dstm32h573xx.h2762 #define GPDMA1 GPDMA1_S macro
3204 #define GPDMA1 GPDMA1_NS macro
Dstm32h503xx.h1499 #define GPDMA1 GPDMA1_NS macro

12