Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ruanhaishen
Nodemcu Firmware
Commits
45146152
Unverified
Commit
45146152
authored
Oct 18, 2023
by
Rex
Committed by
GitHub
Oct 18, 2023
Browse files
Fix typo in spi.md (#3613)
parent
fc771cd0
Changes
1
Show whitespace changes
Inline
Side-by-side
docs/modules/spi.md
View file @
45146152
...
@@ -215,7 +215,7 @@ Start an SPI transaction, consisting of up to 5 phases:
...
@@ -215,7 +215,7 @@ Start an SPI transaction, consisting of up to 5 phases:
-
`cmd_bitlen`
bit length of the command phase (0 - 16)
-
`cmd_bitlen`
bit length of the command phase (0 - 16)
-
`cmd_data`
data for command phase
-
`cmd_data`
data for command phase
-
`addr_bitlen`
bit length for address phase (0 - 32)
-
`addr_bitlen`
bit length for address phase (0 - 32)
-
`addr_data`
data for
command
phase
-
`addr_data`
data for
address
phase
-
`mosi_bitlen`
bit length of the MOSI phase (0 - 512)
-
`mosi_bitlen`
bit length of the MOSI phase (0 - 512)
-
`dummy_bitlen`
bit length of the dummy phase (0 - 256)
-
`dummy_bitlen`
bit length of the dummy phase (0 - 256)
-
`miso_bitlen`
bit length of the MISO phase (0 - 512) for half-duplex.
<br
/>
Full-duplex mode is activated with a negative value.
-
`miso_bitlen`
bit length of the MISO phase (0 - 512) for half-duplex.
<br
/>
Full-duplex mode is activated with a negative value.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment