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 b4bb088 commit 5066375Copy full SHA for 5066375
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