Skip to content

Commit

Permalink
Attempt to faff documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
ACascarino committed Feb 8, 2024
1 parent 376bd40 commit 5effefa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/i2s/api/i2s.h
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@
*
* The public API for using the HIL I2S core.
*
* @{
*
* The macro I2S_DATA_WIDTH may be set as a compile flag (e.g.
* -DI2S_DATA_WIDTH=16) to alter the number of bits per word for both the I2S
* Master and I2S Slave components; this defaults to 32 bits per word. This
* value may be set to any value between 1 and 32. Correct operation of the I2S
* components has only currently been verified at 16 and 32 bits per word.
*
* @{
*/

#define I2S_MAX_DATALINES 8
Expand Down

0 comments on commit 5effefa

Please sign in to comment.