mirror of
https://github.com/espressif/esp-idf.git
synced 2025-12-01 14:49:29 +01: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.