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 d5a2ee7 commit 1be63d2Copy full SHA for 1be63d2
docs/modules/spi.md
@@ -215,7 +215,7 @@ Start an SPI transaction, consisting of up to 5 phases:
215
- `cmd_bitlen` bit length of the command phase (0 - 16)
216
- `cmd_data` data for command phase
217
- `addr_bitlen` bit length for address phase (0 - 32)
218
-- `addr_data` data for command phase
+- `addr_data` data for address phase
219
- `mosi_bitlen` bit length of the MOSI phase (0 - 512)
220
- `dummy_bitlen` bit length of the dummy phase (0 - 256)
221
- `miso_bitlen` bit length of the MISO phase (0 - 512) for half-duplex.<br />Full-duplex mode is activated with a negative value.
0 commit comments