Skip to content

Commit 0841bcf

Browse files
rettichschnidinashif
authored andcommitted
docs: dma: Explicitly allow reconfiguration
This explicitly documents that a configured DMA channel can be reconfigured. Signed-off-by: Reto Schneider <[email protected]>
1 parent becd9e5 commit 0841bcf

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

doc/hardware/peripherals/dma.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,8 @@ for reference.
6161
init -> CONFIGURED [label=dma_config];
6262

6363
CONFIGURED -> RUNNING [label=dma_start];
64-
CONFIGURED -> CONFIGURED [label=dma_stop];
64+
CONFIGURED -> CONFIGURED [label=dma_stop, headport=c, tailport=e];
65+
CONFIGURED -> CONFIGURED [label=dma_config, headport=c, tailport=w];
6566

6667
RUNNING -> CONFIGURED [label=dma_stop];
6768
RUNNING -> RUNNING [label=dma_start];

0 commit comments

Comments
 (0)