Skip to content

Commit 6835ec6

Browse files
committed
channel is configured in one-shot mode
1 parent 128b6c9 commit 6835ec6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/dma.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ Consider the following DMA primitives:
1919
```
2020

2121
Assume that the `Dma1Channel1` is statically configured to work with serial port
22-
(AKA UART or USART) #1: `Serial1`. `Serial1` provides the following *blocking*
23-
API:
22+
(AKA UART or USART) #1, `Serial1`, in one-shot mode (i.e. not circular mode).
23+
`Serial1` provides the following *blocking* API:
2424

2525
``` rust
2626
{{#include ../ci/dma/src/lib.rs:62:72}}

0 commit comments

Comments
 (0)