docs: dma: Explicitly allow reconfiguration
This explicitly documents that a configured DMA channel can be reconfigured. Signed-off-by: Reto Schneider <reto.schneider@husqvarnagroup.com>
This commit is contained in:
parent
becd9e5b92
commit
0841bcff78
1 changed files with 2 additions and 1 deletions
|
|
@ -61,7 +61,8 @@ for reference.
|
|||
init -> CONFIGURED [label=dma_config];
|
||||
|
||||
CONFIGURED -> RUNNING [label=dma_start];
|
||||
CONFIGURED -> CONFIGURED [label=dma_stop];
|
||||
CONFIGURED -> CONFIGURED [label=dma_stop, headport=c, tailport=e];
|
||||
CONFIGURED -> CONFIGURED [label=dma_config, headport=c, tailport=w];
|
||||
|
||||
RUNNING -> CONFIGURED [label=dma_stop];
|
||||
RUNNING -> RUNNING [label=dma_start];
|
||||
|
|
|
|||
Loading…
Reference in a new issue