zephyr/doc/api/io_interfaces.rst
Piotr Mienkowski cbff174d3a drivers: Add I2S (Inter-IC Sound) driver API
Origin: Original

Jira: ZEP-230
Signed-off-by: Piotr Mienkowski <piotr.mienkowski@gmail.com>
2017-08-14 11:14:34 -04:00

91 lines
1.4 KiB
ReStructuredText

.. _io_interfaces:
Input / Output Driver APIs
###########################
.. contents::
:depth: 1
:local:
:backlinks: top
ADC Interface
*************
.. doxygengroup:: adc_interface
:project: Zephyr
:content-only:
GPIO Interface
**************
.. doxygengroup:: gpio_interface
:project: Zephyr
:content-only:
I2C Interface
*************
.. doxygengroup:: i2c_interface
:project: Zephyr
:content-only:
I2S Interface
*************
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.
.. doxygengroup:: i2s_interface
:project: Zephyr
:content-only:
IPM Interface
*************
.. doxygengroup:: ipm_interface
:project: Zephyr
:content-only:
PWM Interface
*************
.. doxygengroup:: pwm_interface
:project: Zephyr
:content-only:
Pinmux Interface
****************
.. doxygengroup:: pinmux_interface
:project: Zephyr
:content-only:
SPI Interface
*************
.. doxygengroup:: spi_interface
:project: Zephyr
:content-only:
Random Interface
****************
.. doxygengroup:: random_interface
:project: Zephyr
:content-only:
UART Interface
**************
.. doxygengroup:: uart_interface
:project: Zephyr
:content-only:
Sensor Interface
****************
.. doxygengroup:: sensor_interface
:project: Zephyr
:content-only: