Files
esp-idf/components/hal/esp32s2/include/hal
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
..
2020-10-20 21:06:09 +08:00
2020-10-20 21:06:09 +08:00
2020-11-12 11:32:45 +08:00
2020-09-11 15:48:08 +08:00
2020-10-08 11:19:23 +08:00
2020-11-05 19:00:55 +08:00
2020-11-19 19:33:02 +08:00
2020-09-11 15:48:08 +08:00