Skip to content

Commit

Permalink
Actually faff documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
ACascarino committed Feb 8, 2024
1 parent 5effefa commit ea89db5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 6 additions & 0 deletions doc/programming_guide/reference/i2s/i2s_common.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@
|I2S| Instances
===============

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.

The following structures and functions are used by an |I2S| master or slave instance.

.. doxygengroup:: hil_i2s_core
Expand Down
6 changes: 0 additions & 6 deletions modules/i2s/api/i2s.h
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,6 @@
* 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 ea89db5

Please sign in to comment.