/hal_stm32-latest/stm32cube/stm32f1xx/drivers/include/ |
D | stm32f1xx_hal_dma.h | 408 #define IS_DMA_DIRECTION(DIRECTION) (((DIRECTION) == DMA_PERIPH_TO_MEMORY ) || \ argument 409 ((DIRECTION) == DMA_MEMORY_TO_PERIPH) || \ 410 ((DIRECTION) == DMA_MEMORY_TO_MEMORY))
|
/hal_stm32-latest/stm32cube/stm32f3xx/drivers/include/ |
D | stm32f3xx_hal_dma.h | 408 #define IS_DMA_DIRECTION(DIRECTION) (((DIRECTION) == DMA_PERIPH_TO_MEMORY ) || \ argument 409 ((DIRECTION) == DMA_MEMORY_TO_PERIPH) || \ 410 ((DIRECTION) == DMA_MEMORY_TO_MEMORY))
|
/hal_stm32-latest/stm32cube/stm32f0xx/drivers/include/ |
D | stm32f0xx_hal_dma.h | 483 #define IS_DMA_DIRECTION(DIRECTION) (((DIRECTION) == DMA_PERIPH_TO_MEMORY ) || \ argument 484 ((DIRECTION) == DMA_MEMORY_TO_PERIPH) || \ 485 ((DIRECTION) == DMA_MEMORY_TO_MEMORY))
|
/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/include/ |
D | stm32wbaxx_hal_dma.h | 726 #define IS_DMA_DIRECTION(DIRECTION) \ argument 727 (((DIRECTION) == DMA_PERIPH_TO_MEMORY) || \ 728 ((DIRECTION) == DMA_MEMORY_TO_PERIPH) || \ 729 ((DIRECTION) == DMA_MEMORY_TO_MEMORY))
|
/hal_stm32-latest/stm32cube/stm32c0xx/drivers/include/ |
D | stm32c0xx_hal_dma.h | 581 #define IS_DMA_DIRECTION(DIRECTION) (((DIRECTION) == DMA_PERIPH_TO_MEMORY ) || \ argument 582 ((DIRECTION) == DMA_MEMORY_TO_PERIPH) || \ 583 ((DIRECTION) == DMA_MEMORY_TO_MEMORY))
|
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/include/ |
D | stm32h7rsxx_hal_dma.h | 779 #define IS_DMA_DIRECTION(DIRECTION) \ argument 780 (((DIRECTION) == DMA_PERIPH_TO_MEMORY) || \ 781 ((DIRECTION) == DMA_MEMORY_TO_PERIPH) || \ 782 ((DIRECTION) == DMA_MEMORY_TO_MEMORY))
|
/hal_stm32-latest/stm32cube/stm32wb0x/drivers/include/ |
D | stm32wb0x_hal_dma.h | 564 #define IS_DMA_DIRECTION(DIRECTION) (((DIRECTION) == DMA_PERIPH_TO_MEMORY ) || \ argument 565 ((DIRECTION) == DMA_MEMORY_TO_PERIPH) || \ 566 ((DIRECTION) == DMA_MEMORY_TO_MEMORY))
|
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/include/ |
D | stm32u5xx_hal_dma.h | 822 #define IS_DMA_DIRECTION(DIRECTION) \ argument 823 (((DIRECTION) == DMA_PERIPH_TO_MEMORY) || \ 824 ((DIRECTION) == DMA_MEMORY_TO_PERIPH) || \ 825 ((DIRECTION) == DMA_MEMORY_TO_MEMORY))
|
/hal_stm32-latest/stm32cube/stm32l0xx/drivers/include/ |
D | stm32l0xx_hal_dma.h | 627 #define IS_DMA_DIRECTION(DIRECTION) (((DIRECTION) == DMA_PERIPH_TO_MEMORY ) || \ argument 628 ((DIRECTION) == DMA_MEMORY_TO_PERIPH) || \ 629 ((DIRECTION) == DMA_MEMORY_TO_MEMORY))
|
/hal_stm32-latest/stm32cube/stm32wlxx/drivers/include/ |
D | stm32wlxx_hal_dma.h | 628 #define IS_DMA_DIRECTION(DIRECTION) (((DIRECTION) == DMA_PERIPH_TO_MEMORY ) || \ argument 629 ((DIRECTION) == DMA_MEMORY_TO_PERIPH) || \ 630 ((DIRECTION) == DMA_MEMORY_TO_MEMORY))
|
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/include/ |
D | stm32f7xx_hal_dma.h | 675 #define IS_DMA_DIRECTION(DIRECTION) (((DIRECTION) == DMA_PERIPH_TO_MEMORY ) || \ argument 676 ((DIRECTION) == DMA_MEMORY_TO_PERIPH) || \ 677 ((DIRECTION) == DMA_MEMORY_TO_MEMORY))
|
/hal_stm32-latest/stm32cube/stm32l1xx/drivers/include/ |
D | stm32l1xx_hal_dma.h | 603 #define IS_DMA_DIRECTION(DIRECTION) (((DIRECTION) == DMA_PERIPH_TO_MEMORY ) || \ argument 604 ((DIRECTION) == DMA_MEMORY_TO_PERIPH) || \ 605 ((DIRECTION) == DMA_MEMORY_TO_MEMORY))
|
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/ |
D | stm32h5xx_hal_dma.h | 1071 #define IS_DMA_DIRECTION(DIRECTION) \ argument 1072 (((DIRECTION) == DMA_PERIPH_TO_MEMORY) || \ 1073 ((DIRECTION) == DMA_MEMORY_TO_PERIPH) || \ 1074 ((DIRECTION) == DMA_MEMORY_TO_MEMORY))
|
/hal_stm32-latest/stm32cube/stm32f2xx/drivers/include/ |
D | stm32f2xx_hal_dma.h | 701 #define IS_DMA_DIRECTION(DIRECTION) (((DIRECTION) == DMA_PERIPH_TO_MEMORY ) || \ argument 702 ((DIRECTION) == DMA_MEMORY_TO_PERIPH) || \ 703 ((DIRECTION) == DMA_MEMORY_TO_MEMORY))
|
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/include/ |
D | stm32l4xx_hal_dma.h | 797 #define IS_DMA_DIRECTION(DIRECTION) (((DIRECTION) == DMA_PERIPH_TO_MEMORY ) || \ argument 798 ((DIRECTION) == DMA_MEMORY_TO_PERIPH) || \ 799 ((DIRECTION) == DMA_MEMORY_TO_MEMORY))
|
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/include/ |
D | stm32l5xx_hal_dma.h | 720 #define IS_DMA_DIRECTION(DIRECTION) (((DIRECTION) == DMA_PERIPH_TO_MEMORY ) || \ argument 721 ((DIRECTION) == DMA_MEMORY_TO_PERIPH) || \ 722 ((DIRECTION) == DMA_MEMORY_TO_MEMORY))
|
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/include/ |
D | stm32n6xx_hal_dma.h | 1052 #define IS_DMA_DIRECTION(DIRECTION) \ argument 1053 (((DIRECTION) == DMA_PERIPH_TO_MEMORY) || \ 1054 ((DIRECTION) == DMA_MEMORY_TO_PERIPH) || \ 1055 ((DIRECTION) == DMA_MEMORY_TO_MEMORY))
|
/hal_stm32-latest/stm32cube/stm32wbxx/drivers/include/ |
D | stm32wbxx_hal_dma.h | 665 #define IS_DMA_DIRECTION(DIRECTION) (((DIRECTION) == DMA_PERIPH_TO_MEMORY ) || \ argument 666 ((DIRECTION) == DMA_MEMORY_TO_PERIPH) || \ 667 ((DIRECTION) == DMA_MEMORY_TO_MEMORY))
|
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/include/ |
D | stm32f4xx_hal_dma.h | 730 #define IS_DMA_DIRECTION(DIRECTION) (((DIRECTION) == DMA_PERIPH_TO_MEMORY ) || \ argument 731 ((DIRECTION) == DMA_MEMORY_TO_PERIPH) || \ 732 ((DIRECTION) == DMA_MEMORY_TO_MEMORY))
|
/hal_stm32-latest/stm32cube/stm32u0xx/drivers/include/ |
D | stm32u0xx_hal_dma.h | 683 #define IS_DMA_DIRECTION(DIRECTION) (((DIRECTION) == DMA_PERIPH_TO_MEMORY ) || \ argument 684 ((DIRECTION) == DMA_MEMORY_TO_PERIPH) || \ 685 ((DIRECTION) == DMA_MEMORY_TO_MEMORY))
|
/hal_stm32-latest/stm32cube/stm32g0xx/drivers/include/ |
D | stm32g0xx_hal_dma.h | 754 #define IS_DMA_DIRECTION(DIRECTION) (((DIRECTION) == DMA_PERIPH_TO_MEMORY ) || \ argument 755 ((DIRECTION) == DMA_MEMORY_TO_PERIPH) || \ 756 ((DIRECTION) == DMA_MEMORY_TO_MEMORY))
|
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/include/ |
D | stm32g4xx_hal_dma.h | 803 #define IS_DMA_DIRECTION(DIRECTION) (((DIRECTION) == DMA_PERIPH_TO_MEMORY ) || \ argument 804 ((DIRECTION) == DMA_MEMORY_TO_PERIPH) || \ 805 ((DIRECTION) == DMA_MEMORY_TO_MEMORY))
|
/hal_stm32-latest/stm32cube/stm32mp1xx/drivers/include/ |
D | stm32mp1xx_hal_dma.h | 891 #define IS_DMA_DIRECTION(DIRECTION) (((DIRECTION) == DMA_PERIPH_TO_MEMORY ) || \ argument 892 ((DIRECTION) == DMA_MEMORY_TO_PERIPH) || \ 893 ((DIRECTION) == DMA_MEMORY_TO_MEMORY))
|
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/include/ |
D | stm32h7xx_hal_dma.h | 1259 #define IS_DMA_DIRECTION(DIRECTION) (((DIRECTION) == DMA_PERIPH_TO_MEMORY ) || \ argument 1260 ((DIRECTION) == DMA_MEMORY_TO_PERIPH) || \ 1261 ((DIRECTION) == DMA_MEMORY_TO_MEMORY))
|