xiaoxiang781216 commented on a change in pull request #1115:
URL: https://github.com/apache/incubator-nuttx/pull/1115#discussion_r431095461
##########
File path: include/nuttx/spi/slave.h
##########
@@ -109,18 +111,20 @@
*
* Input Parameters:
* sctrlr - SPI slave controller interface instance
- * data - Command/data mode data value to be shifted out. The width of
- * the data must be the same as the nbits parameter previously
- * provided to the bind() methods.
+ * data - Pointer to the command/data mode data to be shifted out.
+ * The data width must be aligned to the nbits parameter which was
+ * previously provided to the bind() methods.
+ * len - Number of bytes to enqueue
Review comment:
bytes to unit?
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]