Home
last modified time | relevance | path

Searched refs:ETS_ETH_MAC_INTR_SOURCE (Results 1 – 3 of 3) sorted by relevance

/hal_espressif-3.6.0/components/esp_eth/src/
Dopeneth.h39 #define OPENETH_INTR_SOURCE ETS_ETH_MAC_INTR_SOURCE
Desp_eth_mac_esp.c589 ret_code = esp_intr_alloc(ETS_ETH_MAC_INTR_SOURCE, ESP_INTR_FLAG_IRAM, in esp_eth_mac_new_esp32()
592 ret_code = esp_intr_alloc(ETS_ETH_MAC_INTR_SOURCE, 0, in esp_eth_mac_new_esp32()
/hal_espressif-3.6.0/components/soc/esp32/include/soc/
Dsoc.h322 #define ETS_ETH_MAC_INTR_SOURCE 38/**< interrupt of ethernet mac, level*/ macro