Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/esp_eth/include/
Desp_eth_mac.h384 #define ETH_MAC_FLAG_WORK_WITH_CACHE_DISABLE (1 << 0) /*!< MAC driver can work when cache is disabl… macro
/hal_espressif-3.6.0/components/esp_eth/src/
Desp_eth_mac_esp.c467 if (config->flags & ETH_MAC_FLAG_WORK_WITH_CACHE_DISABLE) { in esp_emac_alloc_driver_obj()
588 if (config->flags & ETH_MAC_FLAG_WORK_WITH_CACHE_DISABLE) { in esp_eth_mac_new_esp32()
/hal_espressif-3.6.0/docs/en/api-reference/network/
Desp_eth.rst169 …isabled, then you should configure this field with :c:macro:`ETH_MAC_FLAG_WORK_WITH_CACHE_DISABLE`.