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 128b6c9 commit 6835ec6Copy full SHA for 6835ec6
src/dma.md
@@ -19,8 +19,8 @@ Consider the following DMA primitives:
19
```
20
21
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:
+(AKA UART or USART) #1, `Serial1`, in one-shot mode (i.e. not circular mode).
+`Serial1` provides the following *blocking* API:
24
25
``` rust
26
{{#include ../ci/dma/src/lib.rs:62:72}}
0 commit comments