2017-01-16 23:08:35 +01:00
|
|
|
Peripherals API
|
2023-02-15 14:56:18 +08:00
|
|
|
****************
|
2017-01-16 23:08:35 +01:00
|
|
|
|
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
|
|
|
|
2022-08-23 15:25:03 +08:00
|
|
|
:SOC_ADC_SUPPORTED: adc_oneshot
|
2022-07-15 12:52:44 +08:00
|
|
|
:SOC_ADC_DMA_SUPPORTED: adc_continuous
|
2022-08-23 15:25:03 +08:00
|
|
|
:SOC_ADC_SUPPORTED: adc_calibration
|
2023-03-13 12:34:53 +08:00
|
|
|
:SOC_ANA_CMPR_SUPPORTED: ana_cmpr
|
2022-04-24 15:12:14 +08:00
|
|
|
clk_tree
|
2021-08-27 15:09:35 +08:00
|
|
|
:SOC_DAC_SUPPORTED: dac
|
2023-11-07 18:25:12 +05:30
|
|
|
:SOC_ECDSA_SUPPORTED: ecdsa
|
2022-09-20 14:23:15 +08:00
|
|
|
:SOC_ETM_SUPPORTED: etm
|
2021-08-27 15:09:35 +08:00
|
|
|
gpio
|
2022-01-02 16:14:57 +08:00
|
|
|
gptimer
|
2021-08-27 15:09:35 +08:00
|
|
|
:SOC_DEDICATED_GPIO_SUPPORTED: dedic_gpio
|
|
|
|
:SOC_HMAC_SUPPORTED: hmac
|
|
|
|
:SOC_DIG_SIGN_SUPPORTED: ds
|
|
|
|
i2c
|
2022-02-16 10:22:46 +08:00
|
|
|
:SOC_I2S_SUPPORTED: i2s
|
2021-09-25 22:23:10 +08:00
|
|
|
lcd
|
2021-08-27 15:09:35 +08:00
|
|
|
ledc
|
|
|
|
:SOC_MCPWM_SUPPORTED: mcpwm
|
2023-02-22 13:29:31 +08:00
|
|
|
:SOC_PARLIO_SUPPORTED: parlio
|
2021-08-27 15:09:35 +08:00
|
|
|
:SOC_PCNT_SUPPORTED: pcnt
|
2021-11-09 17:11:01 +08:00
|
|
|
:SOC_RMT_SUPPORTED: rmt
|
2023-08-29 19:50:27 +08:00
|
|
|
:SOC_SDMMC_HOST_SUPPORTED or SOC_SDIO_SLAVE_SUPPORTED: sd_pullup_requirements
|
2021-08-27 15:09:35 +08:00
|
|
|
:SOC_SDMMC_HOST_SUPPORTED: sdmmc_host
|
|
|
|
sdspi_host
|
|
|
|
:SOC_SDIO_SLAVE_SUPPORTED: sdio_slave
|
2022-06-22 16:29:35 +08:00
|
|
|
:SOC_SDM_SUPPORTED: sdm
|
2022-12-26 15:35:28 +08:00
|
|
|
spi_flash/index
|
2021-08-27 15:09:35 +08:00
|
|
|
spi_master
|
|
|
|
spi_slave
|
|
|
|
:esp32: secure_element
|
2023-05-29 16:37:47 +08:00
|
|
|
:SOC_SPI_SUPPORT_SLAVE_HD_VER2: spi_slave_hd
|
2021-08-27 15:09:35 +08:00
|
|
|
:SOC_TEMP_SENSOR_SUPPORTED: temp_sensor
|
2022-07-21 13:42:25 +08:00
|
|
|
:SOC_TOUCH_SENSOR_SUPPORTED: touch_pad
|
2021-08-27 15:09:35 +08:00
|
|
|
:esp32s2: touch_element
|
2022-02-16 10:22:46 +08:00
|
|
|
:SOC_TWAI_SUPPORTED: twai
|
2021-08-27 15:09:35 +08:00
|
|
|
uart
|
|
|
|
:SOC_USB_OTG_SUPPORTED: usb_device
|
|
|
|
:SOC_USB_OTG_SUPPORTED: usb_host
|
2017-01-18 21:04:11 +01:00
|
|
|
|
2022-07-15 12:52:44 +08:00
|
|
|
Code examples for this API section are provided in the :example:`peripherals` directory of ESP-IDF examples.
|