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:
Reto Schneider 2024-10-22 10:53:40 +02:00 committed by Anas Nashif
parent becd9e5b92
commit 0841bcff78

View file

@ -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];