Skip to content

Commit 87ebc27

Browse files
committed
[ot] docs/opentitan: ot_spi_device.md: fix a typo
Signed-off-by: Emmanuel Blot <[email protected]>
1 parent 84f3fbf commit 87ebc27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/opentitan/ot_spi_device.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ should release the /CS line, i.e. <c> should be 0.
119119
- `p`: polarity, should match `CFG.CPOL` (not yet supported)
120120
- `a`: phase, should match `CFG.CPHA` (not yet supported)
121121
- `t`: tx order, see `CFG.TX_ORDER` (not yet supported)
122-
- `r`: rx order, see `CFG.TX_ORDER` (not yet supported)
122+
- `r`: rx order, see `CFG.RX_ORDER` (not yet supported)
123123
- `c`: whether to keep _/CS_ low (=1) or release _/CS_ (=0) when payload has been processed. Any
124124
SPI transaction should end with C=0 packet. However it is possible to use several SPI device
125125
CharDev packets to handle a single SPI transaction: example: JEDEC ID w/ continuation code,

0 commit comments

Comments
 (0)