esp-idf/components/hal/esp32s2
Armando 9c507982aa spi: fix spi_ll.h func name
On esp32 and esp32s2:
``spi_ll_dma_set_out_eof_generation`` is modified to
``spi_ll_dma_set_rx_eof_generation``.

``spi_dma_ll_set_rx_eof_generation`` is modified to
``spi_dma_ll_set_out_eof_generation``.

Because on ESP32S3, this bit ``out_eof_mode`` is moved to DMA related
registers.
2020-11-19 19:33:02 +08:00
..
include/hal spi: fix spi_ll.h func name 2020-11-19 19:33:02 +08:00
adc_hal.c Whitespace: Automated whitespace fixes (large commit) 2020-11-11 07:36:35 +00:00
brownout_hal.c feature(rtc): rename i2c_xxx to regi2c_xxx 2020-10-14 21:15:24 +08:00
cp_dma_hal.c soc: combine xxx_caps.h into one soc_caps.h 2020-10-17 16:10:15 +08:00
dac_hal.c Whitespace: Automated whitespace fixes (large commit) 2020-11-11 07:36:35 +00:00
interrupt_descriptor_table.c Whitespace: Automated whitespace fixes (large commit) 2020-11-11 07:36:35 +00:00
systimer_hal.c Whitespace: Automated whitespace fixes (large commit) 2020-11-11 07:36:35 +00:00
touch_sensor_hal.c Whitespace: Automated whitespace fixes (large commit) 2020-11-11 07:36:35 +00:00
usb_hal.c hal: extract hal component from soc component 2020-09-01 13:25:32 +08:00