mirror of
https://github.com/espressif/esp-idf
synced 2025-03-12 10:39:11 -04: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.