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