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.
2 parents 40d4599 + 5066375 commit a07a118Copy full SHA for a07a118
hal/hal/spi_api.h
@@ -81,7 +81,8 @@ void spi_free(spi_t *obj);
81
82
/** Configure the SPI format
83
*
84
- * Set the number of bits per frame, configure clock polarity and phase, shift order and master/slave mode
+ * Set the number of bits per frame, configure clock polarity and phase, shift order and master/slave mode.
85
+ * The default bit order is MSB.
86
* @param[in,out] obj The SPI object to configure
87
* @param[in] bits The number of bits per frame
88
* @param[in] mode The SPI mode (clock polarity, phase, and shift direction)
0 commit comments