mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
6334b5e56f
Checked and updated the following chapters: * api-reference/network * api-reference/protocols * api-reference/provisioning * api-reference/storage * api-reference/peripherals/ds * api-reference/peripherals/hmac * api-reference/peripherals/secure_element
41 lines
1.2 KiB
ReStructuredText
41 lines
1.2 KiB
ReStructuredText
Peripherals API
|
|
***************
|
|
|
|
:link_to_translation:`zh_CN:[中文]`
|
|
|
|
.. toctree::
|
|
:maxdepth: 1
|
|
|
|
|
|
ADC <adc>
|
|
:SOC_DAC_PERIPH_NUM: DAC <dac>
|
|
GPIO (including RTC low power I/O) <gpio>
|
|
:SOC_DEDICATED_GPIO_SUPPORTED: Dedicated GPIO <dedic_gpio>
|
|
:SOC_HMAC_SUPPORTED: HMAC <hmac>
|
|
:SOC_DIG_SIGN_SUPPORTED: Digital Signature <ds>
|
|
I2C <i2c>
|
|
I2S <i2s>
|
|
LED Control <ledc>
|
|
:SOC_MCPWM_SUPPORTED: MCPWM <mcpwm>
|
|
:SOC_PCNT_SUPPORTED: Pulse Counter <pcnt>
|
|
Remote Control <rmt>
|
|
:esp32: SD Pull-up Requirements <sd_pullup_requirements>
|
|
:SOC_SDMMC_HOST_SUPPORTED: SDMMC Host <sdmmc_host>
|
|
SD SPI Host <sdspi_host>
|
|
:SOC_SDIO_SLAVE_SUPPORTED: SDIO Slave <sdio_slave>
|
|
Sigma-delta Modulation <sigmadelta>
|
|
SPI Master <spi_master>
|
|
SPI Slave <spi_slave>
|
|
:esp32: Secure Element <secure_element>
|
|
:esp32s2: SPI Slave Half Duplex <spi_slave_hd>
|
|
:esp32s2: Temp sensor <temp_sensor>
|
|
Timer <timer>
|
|
:SOC_TOUCH_SENSOR_NUM: Touch Sensor <touch_pad>
|
|
:esp32s2: Touch Element <touch_element>
|
|
TWAI <twai>
|
|
UART <uart>
|
|
:SOC_USB_SUPPORTED: USB <usb>
|
|
|
|
|
|
Code examples for this API section are provided in the :example:`peripherals` directory of ESP-IDF examples.
|