esp-idf/components/driver/include/esp_private
morris 46b66530ce gdma: prevent mutli-channels connect to the same peripheral
1. add check in the gdma driver, to prevent multiple channels connecting
   to the same peripheral
2. memory copy DMA ID will occupy the peripheral's DMA ID on some ESP
   targets (e.g. esp32c3/s3). We should search for a free one when
install async memcpy driver.

Closes https://github.com/espressif/esp-idf/issues/10575
2023-02-01 11:10:26 +08:00
..
adc_cali.h driver: update copyright notice 2021-05-24 01:53:34 +02:00
gdma.h gdma: prevent mutli-channels connect to the same peripheral 2023-02-01 11:10:26 +08:00
gpio.h driver: update copyright notice 2021-05-24 01:53:34 +02:00
i2s_platform.h i2s: expose resource object to other component 2021-08-10 21:06:59 +08:00