We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent becd9e5 commit 0841bcfCopy full SHA for 0841bcf
doc/hardware/peripherals/dma.rst
@@ -61,7 +61,8 @@ for reference.
61
init -> CONFIGURED [label=dma_config];
62
63
CONFIGURED -> RUNNING [label=dma_start];
64
- CONFIGURED -> CONFIGURED [label=dma_stop];
+ CONFIGURED -> CONFIGURED [label=dma_stop, headport=c, tailport=e];
65
+ CONFIGURED -> CONFIGURED [label=dma_config, headport=c, tailport=w];
66
67
RUNNING -> CONFIGURED [label=dma_stop];
68
RUNNING -> RUNNING [label=dma_start];
0 commit comments