2017-01-16 17:08:35 -05:00
|
|
|
Peripherals API
|
|
|
|
***************
|
|
|
|
|
2019-05-15 09:05:44 -04:00
|
|
|
:link_to_translation:`zh_CN:[中文]`
|
|
|
|
|
2017-01-16 17:08:35 -05:00
|
|
|
.. toctree::
|
2019-08-13 04:01:50 -04:00
|
|
|
:maxdepth: 1
|
2017-01-16 17:08:35 -05:00
|
|
|
|
2019-08-09 05:58:51 -04:00
|
|
|
|
2019-08-13 04:01:50 -04:00
|
|
|
ADC <adc>
|
|
|
|
DAC <dac>
|
|
|
|
GPIO (including RTC low power I/O) <gpio>
|
2020-04-15 02:06:10 -04:00
|
|
|
:esp32s2: HMAC <hmac>
|
2020-04-23 01:52:33 -04:00
|
|
|
:esp32s2: Digital Signature <ds>
|
2019-08-13 04:01:50 -04:00
|
|
|
I2C <i2c>
|
|
|
|
I2S <i2s>
|
|
|
|
LED Control <ledc>
|
2020-04-30 04:55:12 -04:00
|
|
|
:SOC_MCPWM_SUPPORTED: MCPWM <mcpwm>
|
2019-08-13 04:01:50 -04:00
|
|
|
Pulse Counter <pcnt>
|
|
|
|
Remote Control <rmt>
|
2020-01-28 17:31:14 -05:00
|
|
|
:esp32: SD Pull-up Requirements <sd_pullup_requirements>
|
2020-04-30 04:55:12 -04:00
|
|
|
:SOC_SDMMC_HOST_SUPPORTED: SDMMC Host <sdmmc_host>
|
2019-08-13 04:01:50 -04:00
|
|
|
SD SPI Host <sdspi_host>
|
2020-04-30 04:55:12 -04:00
|
|
|
:SOC_SDIO_SLAVE_SUPPORTED: SDIO Slave <sdio_slave>
|
2019-08-13 04:01:50 -04:00
|
|
|
Sigma-delta Modulation <sigmadelta>
|
|
|
|
SPI Master <spi_master>
|
|
|
|
SPI Slave <spi_slave>
|
2020-04-06 10:42:52 -04:00
|
|
|
:esp32: Secure Element <secure_element>
|
2020-04-29 04:20:40 -04:00
|
|
|
:esp32s2: SPI Slave Half Duplex <spi_slave_hd>
|
2020-01-28 17:31:14 -05:00
|
|
|
:esp32s2: Temp sensor <temp_sensor>
|
2019-08-13 04:01:50 -04:00
|
|
|
Timer <timer>
|
|
|
|
Touch Sensor <touch_pad>
|
2020-03-11 12:45:02 -04:00
|
|
|
TWAI <twai>
|
2019-08-13 04:01:50 -04:00
|
|
|
UART <uart>
|
2020-08-18 05:51:32 -04:00
|
|
|
:SOC_USB_SUPPORTED: USB <usb>
|
2017-01-18 15:04:11 -05:00
|
|
|
|
2019-08-09 05:58:51 -04:00
|
|
|
|
2019-04-28 22:53:42 -04:00
|
|
|
Code examples for this API section are provided in the :example:`peripherals` directory of ESP-IDF examples.
|