mirror of
https://github.com/espressif/esp-idf.git
synced 2025-11-02 16:11:41 +01:00
spi_slave_hd: new driver for spi slave in half duplex mode
This commit is contained in:
@@ -1 +0,0 @@
|
||||
.. include:: ../../../en/api-reference/peripherals/esp_slave_protocol.rst
|
||||
@@ -8,7 +8,7 @@
|
||||
|
||||
ADC <adc>
|
||||
DAC <dac>
|
||||
GPIO (including RTC low power I/O) <gpio>
|
||||
GPIO (包括 RTC 低功耗 I/O) <gpio>
|
||||
:esp32s2: HMAC <hmac>
|
||||
:esp32s2: Digital Signature <ds>
|
||||
I2C <i2c>
|
||||
@@ -24,11 +24,11 @@
|
||||
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>
|
||||
Touch Sensor <touch_pad>
|
||||
TWAI <twai>
|
||||
UART <uart>
|
||||
|
||||
本部分的 API 示例代码存放在 ESP-IDF 示例项目的 :example:`peripherals` 目录下。
|
||||
|
||||
本部分的 API 示例代码存放在 ESP-IDF 示例项目的 :example:`peripherals` 目录下。
|
||||
1
docs/zh_CN/api-reference/peripherals/spi_slave_hd.rst
Normal file
1
docs/zh_CN/api-reference/peripherals/spi_slave_hd.rst
Normal file
@@ -0,0 +1 @@
|
||||
.. include:: ../../../en/api-reference/peripherals/spi_slave_hd.rst
|
||||
Reference in New Issue
Block a user