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
|
|
|
|
2022-07-15 00:52:44 -04:00
|
|
|
adc_oneshot
|
|
|
|
:SOC_ADC_DMA_SUPPORTED: adc_continuous
|
|
|
|
adc_calibration
|
2022-04-24 03:12:14 -04:00
|
|
|
clk_tree
|
2021-08-27 03:09:35 -04:00
|
|
|
:SOC_DAC_SUPPORTED: dac
|
|
|
|
gpio
|
2022-01-02 03:14:57 -05:00
|
|
|
gptimer
|
2021-08-27 03:09:35 -04:00
|
|
|
:SOC_DEDICATED_GPIO_SUPPORTED: dedic_gpio
|
|
|
|
:SOC_HMAC_SUPPORTED: hmac
|
|
|
|
:SOC_DIG_SIGN_SUPPORTED: ds
|
|
|
|
i2c
|
2022-02-15 21:22:46 -05:00
|
|
|
:SOC_I2S_SUPPORTED: i2s
|
2021-09-25 10:23:10 -04:00
|
|
|
lcd
|
2021-08-27 03:09:35 -04:00
|
|
|
ledc
|
|
|
|
:SOC_MCPWM_SUPPORTED: mcpwm
|
|
|
|
:SOC_PCNT_SUPPORTED: pcnt
|
2021-11-09 04:11:01 -05:00
|
|
|
:SOC_RMT_SUPPORTED: rmt
|
2022-01-07 12:20:04 -05:00
|
|
|
:SOC_SDMMC_HOST_SUPPORTED: sd_pullup_requirements
|
2021-08-27 03:09:35 -04:00
|
|
|
:SOC_SDMMC_HOST_SUPPORTED: sdmmc_host
|
|
|
|
sdspi_host
|
|
|
|
:SOC_SDIO_SLAVE_SUPPORTED: sdio_slave
|
2022-06-22 04:29:35 -04:00
|
|
|
:SOC_SDM_SUPPORTED: sdm
|
2021-08-27 03:09:35 -04:00
|
|
|
spi_master
|
|
|
|
spi_slave
|
|
|
|
:esp32: secure_element
|
|
|
|
:esp32s2: spi_slave_hd
|
|
|
|
:SOC_TEMP_SENSOR_SUPPORTED: temp_sensor
|
2022-07-21 01:42:25 -04:00
|
|
|
:SOC_TOUCH_SENSOR_SUPPORTED: touch_pad
|
2021-08-27 03:09:35 -04:00
|
|
|
:esp32s2: touch_element
|
2022-02-15 21:22:46 -05:00
|
|
|
:SOC_TWAI_SUPPORTED: twai
|
2021-08-27 03:09:35 -04:00
|
|
|
uart
|
|
|
|
:SOC_USB_OTG_SUPPORTED: usb_device
|
|
|
|
:SOC_USB_OTG_SUPPORTED: usb_host
|
2017-01-18 15:04:11 -05:00
|
|
|
|
2022-07-15 00:52:44 -04:00
|
|
|
Code examples for this API section are provided in the :example:`peripherals` directory of ESP-IDF examples.
|