zephyr/doc/reference/audio/i2s.rst
Peter Robinson eb85aa13d2 doc: reference: Move i2s reference to Audio section
Now there's an audio reference section move the i2s docs there
as the audio section is a better fit.

Signed-off-by: Peter Robinson <pbrobinson@gmail.com>
2020-06-12 10:29:24 -04:00

26 lines
419 B
ReStructuredText

.. _i2s_api:
I2S
####
Overview
********
The I2S (Inter-IC Sound) API provides support for the standard I2S interface
as well as common non-standard extensions such as PCM Short/Long Frame Sync
and Left/Right Justified Data Formats.
Configuration Options
*********************
Related configuration options:
* :option:`CONFIG_I2S`
API Reference
*************
.. doxygengroup:: i2s_interface
:project: Zephyr