mirror of
https://github.com/espressif/esp-idf.git
synced 2025-09-25 01:37:22 +00:00
feat(esp_eth): Added support of internal EMAC for ESP32P4
Refactored internal EMAC DMA access. Added MPLL acquire to manage access to the MPLL by multiple periphs.
This commit is contained in:
@@ -99,7 +99,7 @@ const char *const esp_isr_names[] = {
|
||||
[ETS_GMII_PHY_INTR_SOURCE] = "GMII_PHY",
|
||||
[ETS_LPI_INTR_SOURCE] = "LPI",
|
||||
[ETS_PMT_INTR_SOURCE] = "PMT",
|
||||
[ETS_SBD_INTR_SOURCE] = "SBD",
|
||||
[ETS_ETH_MAC_INTR_SOURCE] = "ETH_MAC",
|
||||
[ETS_USB_OTG_INTR_SOURCE] = "USB_OTG",
|
||||
[ETS_USB_OTG_ENDP_MULTI_PROC_INTR_SOURCE] = "USB_OTG_ENDP_MULTI_PROC",
|
||||
[ETS_JPEG_INTR_SOURCE] = "JPEG",
|
||||
|
Reference in New Issue
Block a user