spi_slave_hd: new driver for spi slave in half duplex mode

This commit is contained in:
Michael (XIAO Xufeng)
2020-04-29 16:20:40 +08:00
parent a50ea8ad55
commit f6dd63d03d
34 changed files with 2673 additions and 118 deletions

View File

@@ -1 +0,0 @@
.. include:: ../../../en/api-reference/peripherals/esp_slave_protocol.rst

View File

@@ -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` 目录下。

View File

@@ -0,0 +1 @@
.. include:: ../../../en/api-reference/peripherals/spi_slave_hd.rst