Skip to content

Commit 6795a79

Browse files
mariopajanashif
authored andcommitted
dt-bindings: dma: stm32 introduce 32bit transfer macro
This change introduces 32bit DMA tranfer macro Signed-off-by: Mario Paja <[email protected]>
1 parent 9065e7b commit 6795a79

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

include/zephyr/dt-bindings/dma/stm32_dma.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@
6767
#define STM32_DMA_PERIPH_RX (STM32_DMA_PERIPH_TO_MEMORY | STM32_DMA_MEM_INC)
6868

6969
#define STM32_DMA_16BITS (STM32_DMA_PERIPH_16BITS | STM32_DMA_MEM_16BITS)
70+
#define STM32_DMA_32BITS (STM32_DMA_PERIPH_32BITS | STM32_DMA_MEM_32BITS)
7071

7172
/** @} */
7273

0 commit comments

Comments
 (0)