mirror of
https://github.com/espressif/esp-idf.git
synced 2026-06-04 20:26:38 +03:00
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.