esp-idf/components/esp_hw_support/include/esp_private
morris dbca74f1ef 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-01-31 15:18:19 +08:00
..
adc_share_hw_ctrl.h adc: improve power logic 2023-01-09 17:10:04 +08:00
clk_tree_common.h clk_tree: Add a general API to get the frequency of different clocks 2023-01-17 11:30:24 +08:00
esp_clk.h esp_hw_support: Fix esp_light_sleep_start() deadlock 2022-08-10 18:52:32 +08:00
esp_memprot_internal.h System/Security: Memprot API unified (ESP32S3) 2022-07-09 22:57:51 +02:00
esp_modem_clock.h modem clock(driver): implemented the modem clock driver for esp32c6 2022-12-27 21:31:59 +08:00
esp_sleep_internal.h esp32h2: renaming esp32h2 to esp32h4 2022-11-08 17:05:33 +08:00
etm_interface.h etm: added etm channel allocator 2022-11-23 15:31:33 +08:00
gdma.h gdma: prevent mutli-channels connect to the same peripheral 2023-01-31 15:18:19 +08:00
io_mux.h io_mux: can set different clock source 2022-12-29 14:46:16 +08:00
mspi_timing_tuning.h mspi: move timing tuning to esp_hw_support 2023-01-06 14:41:20 +08:00
periph_ctrl.h hw_support: move periph_ctrl from driver to hw_support 2022-03-29 11:53:31 +08:00
regi2c_ctrl.h Add regi2c enable/disable reference count 2022-06-23 15:36:44 +08:00
rtc_ctrl.h esp_intr: Split RTC interrupt, making some of signals can be triggered with cache disabled 2022-06-02 10:38:55 +08:00
sar_periph_ctrl.h adc: improve power logic 2023-01-09 17:10:04 +08:00
sleep_gpio.h gpio: Fix IO hold function related problems 2022-11-11 20:39:04 +08:00
sleep_mac_bb.h light sleep: separate sleep wifi/bt mac bb function 2021-08-23 10:25:04 +08:00
sleep_retention.h light sleep: separate sleep retention function 2021-08-24 11:54:47 +08:00
systimer.h systimer: assign counter and alarm in esp_hw_support 2023-01-10 17:05:49 +08:00