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 84f3fbf commit 87ebc27Copy full SHA for 87ebc27
docs/opentitan/ot_spi_device.md
@@ -119,7 +119,7 @@ should release the /CS line, i.e. <c> should be 0.
119
- `p`: polarity, should match `CFG.CPOL` (not yet supported)
120
- `a`: phase, should match `CFG.CPHA` (not yet supported)
121
- `t`: tx order, see `CFG.TX_ORDER` (not yet supported)
122
- - `r`: rx order, see `CFG.TX_ORDER` (not yet supported)
+ - `r`: rx order, see `CFG.RX_ORDER` (not yet supported)
123
- `c`: whether to keep _/CS_ low (=1) or release _/CS_ (=0) when payload has been processed. Any
124
SPI transaction should end with C=0 packet. However it is possible to use several SPI device
125
CharDev packets to handle a single SPI transaction: example: JEDEC ID w/ continuation code,
0 commit comments