index.rst 950 B

123456789101112131415161718192021222324252627282930313233343536
  1. Peripherals API
  2. ***************
  3. :link_to_translation:`zh_CN:[中文]`
  4. .. toctree::
  5. :maxdepth: 1
  6. ADC <adc>
  7. DAC <dac>
  8. GPIO (including RTC low power I/O) <gpio>
  9. :esp32s2: HMAC <hmac>
  10. :esp32s2: Digital Signature <ds>
  11. I2C <i2c>
  12. I2S <i2s>
  13. LED Control <ledc>
  14. :SOC_MCPWM_SUPPORTED: MCPWM <mcpwm>
  15. Pulse Counter <pcnt>
  16. Remote Control <rmt>
  17. :esp32: SD Pull-up Requirements <sd_pullup_requirements>
  18. :SOC_SDMMC_HOST_SUPPORTED: SDMMC Host <sdmmc_host>
  19. SD SPI Host <sdspi_host>
  20. :SOC_SDIO_SLAVE_SUPPORTED: SDIO Slave <sdio_slave>
  21. Sigma-delta Modulation <sigmadelta>
  22. SPI Master <spi_master>
  23. SPI Slave <spi_slave>
  24. :esp32: Secure Element <secure_element>
  25. :esp32s2: Temp sensor <temp_sensor>
  26. Timer <timer>
  27. Touch Sensor <touch_pad>
  28. TWAI <twai>
  29. UART <uart>
  30. Code examples for this API section are provided in the :example:`peripherals` directory of ESP-IDF examples.