mirror of
https://github.com/espressif/esp-idf.git
synced 2025-11-23 03:39:33 +00:00
feat(dw_gdma): initial low level driver
feat(dw_gdma): initial low level driver
This commit is contained in:
1780
components/soc/esp32p4/include/soc/dw_gdma_struct.h
Normal file
1780
components/soc/esp32p4/include/soc/dw_gdma_struct.h
Normal file
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@@ -39,7 +39,7 @@ typedef enum {
|
||||
ETS_SYS_ICM_INTR_SOURCE,
|
||||
ETS_USB_DEVICE_INTR_SOURCE,
|
||||
ETS_SDIO_HOST_INTR_SOURCE,
|
||||
ETS_GDMA_INTR_SOURCE,
|
||||
ETS_DW_GDMA_INTR_SOURCE,
|
||||
ETS_SPI2_INTR_SOURCE,
|
||||
ETS_SPI3_INTR_SOURCE,
|
||||
ETS_I2S0_INTR_SOURCE,
|
||||
|
||||
@@ -31,7 +31,7 @@ const char *const esp_isr_names[] = {
|
||||
[ETS_SYS_ICM_INTR_SOURCE] = "SYS_ICM",
|
||||
[ETS_USB_DEVICE_INTR_SOURCE] = "USB_DEVICE",
|
||||
[ETS_SDIO_HOST_INTR_SOURCE] = "SDIO_HOST",
|
||||
[ETS_GDMA_INTR_SOURCE] = "GDMA",
|
||||
[ETS_DW_GDMA_INTR_SOURCE] = "DW_GDMA",
|
||||
[ETS_SPI2_INTR_SOURCE] = "SPI2",
|
||||
[ETS_SPI3_INTR_SOURCE] = "SPI3",
|
||||
[ETS_I2S0_INTR_SOURCE] = "I2S0",
|
||||
|
||||
@@ -90,7 +90,7 @@ PROVIDE ( MIPI_DSI_HOST = 0x500A0000 );
|
||||
PROVIDE ( MIPI_CSI_MEM = 0x50104000 );
|
||||
PROVIDE ( MIPI_DSI_MEM = 0x50105000 );
|
||||
PROVIDE ( ISP = 0x500A1000 );
|
||||
PROVIDE ( GDMA = 0x50081000 );
|
||||
PROVIDE ( DW_GDMA = 0x50081000 );
|
||||
PROVIDE ( I3C_MST = 0x500DA000 );
|
||||
PROVIDE ( I3C_MST_MEM = 0x500DA000 );
|
||||
PROVIDE ( I3C_SLV = 0x500DB000 );
|
||||
|
||||
Reference in New Issue
Block a user