index.rst 847 B

12345678910111213141516171819202122232425262728293031323334
  1. 外设 API
  2. ***************
  3. :link_to_translation:`en:[English]`
  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. :SOC_SDMMC_HOST_SUPPORTED: SDMMC Host <sdmmc_host>
  18. SD SPI Host <sdspi_host>
  19. :SOC_SDIO_SLAVE_SUPPORTED: SDIO Slave <sdio_slave>
  20. Sigma-delta Modulation <sigmadelta>
  21. SPI Master <spi_master>
  22. SPI Slave <spi_slave>
  23. :esp32: Secure Element <secure_element>
  24. :esp32s2: Temp sensor <temp_sensor>
  25. Timer <timer>
  26. Touch Sensor <touch_pad>
  27. TWAI <twai>
  28. UART <uart>
  29. 本部分的 API 示例代码存放在 ESP-IDF 示例项目的 :example:`peripherals` 目录下。