mirror of
https://github.com/espressif/esp-idf.git
synced 2025-11-03 00:21:44 +01:00
Merge branch 'typo_fix/fix-length-typo' into 'master'
docs: Fix length typo Closes IDFGH-5272 See merge request espressif/esp-idf!14371
This commit is contained in:
@@ -18,7 +18,7 @@ complicated mode which combines the two modes above:
|
||||
|
||||
The idea is that to send something to a SPI device, you allocate a
|
||||
transaction descriptor. It contains some information about the transfer
|
||||
like the lenghth, address, command etc, plus pointers to transmit and
|
||||
like the length, address, command etc, plus pointers to transmit and
|
||||
receive buffer. The address of this block gets pushed into the transmit
|
||||
queue. The SPI driver does its magic, and sends and retrieves the data
|
||||
eventually. The data gets written to the receive buffers, if needed the
|
||||
|
||||
Reference in New Issue
Block a user