Home
last modified time | relevance | path

Searched refs:eth_mac_config_t (Results 1 – 19 of 19) sorted by relevance

/hal_espressif-3.4.0/components/esp_eth/include/
Desp_eth_mac.h382 } eth_mac_config_t; typedef
420 esp_eth_mac_t *esp_eth_mac_new_esp32(const eth_mac_config_t *config);
453 …p_eth_mac_new_dm9051(const eth_dm9051_config_t *dm9051_config, const eth_mac_config_t *mac_config);
486 esp_eth_mac_t *esp_eth_mac_new_w5500(const eth_w5500_config_t *w5500_config, const eth_mac_config_t
519 …w_ksz8851snl(const eth_ksz8851snl_config_t *ksz8851snl_config, const eth_mac_config_t *mac_config);
532 esp_eth_mac_t *esp_eth_mac_new_openeth(const eth_mac_config_t *config);
/hal_espressif-3.4.0/components/esp_eth/test/
Dtest_emac.c99 eth_mac_config_t mac_config = ETH_MAC_DEFAULT_CONFIG();
133 eth_mac_config_t mac_config = ETH_MAC_DEFAULT_CONFIG();
173 eth_mac_config_t mac_config = ETH_MAC_DEFAULT_CONFIG();
220 eth_mac_config_t mac_config = ETH_MAC_DEFAULT_CONFIG();
318 eth_mac_config_t mac_config = ETH_MAC_DEFAULT_CONFIG();
/hal_espressif-3.4.0/components/esp_eth/test_apps/main/
Desp_eth_test.c54 eth_mac_config_t mac_config = ETH_MAC_DEFAULT_CONFIG(); // apply default MAC configuration
105 eth_mac_config_t mac_config = ETH_MAC_DEFAULT_CONFIG(); // apply default MAC configuration
158 eth_mac_config_t mac_config = ETH_MAC_DEFAULT_CONFIG(); // apply default MAC configuration
230 eth_mac_config_t mac_config = ETH_MAC_DEFAULT_CONFIG(); // apply default MAC configuration
324 eth_mac_config_t mac_config = ETH_MAC_DEFAULT_CONFIG(); // apply default MAC configuration
/hal_espressif-3.4.0/examples/ethernet/enc28j60/components/eth_enc28j60/
Desp_eth_enc28j60.h88 …mac_new_enc28j60(const eth_enc28j60_config_t *enc28j60_config, const eth_mac_config_t *mac_config);
Desp_eth_mac_enc28j60.c1056 …_mac_new_enc28j60(const eth_enc28j60_config_t *enc28j60_config, const eth_mac_config_t *mac_config) in esp_eth_mac_new_enc28j60()
/hal_espressif-3.4.0/components/esp_eth/src/
Desp_eth_mac_esp.c65 static esp_err_t esp_emac_alloc_driver_obj(const eth_mac_config_t *config, emac_esp32_t **emac_out_…
462 static esp_err_t esp_emac_alloc_driver_obj(const eth_mac_config_t *config, emac_esp32_t **emac_out_… in esp_emac_alloc_driver_obj()
508 static esp_err_t esp_emac_config_data_interface(const eth_mac_config_t *config, emac_esp32_t *emac) in esp_emac_config_data_interface()
573 esp_eth_mac_t *esp_eth_mac_new_esp32(const eth_mac_config_t *config) in esp_eth_mac_new_esp32()
Desp_eth_mac_openeth.c352 esp_eth_mac_t *esp_eth_mac_new_openeth(const eth_mac_config_t *config) in esp_eth_mac_new_openeth()
Desp_eth_mac_w5500.c635 esp_eth_mac_t *esp_eth_mac_new_w5500(const eth_w5500_config_t *w5500_config, const eth_mac_config_t in esp_eth_mac_new_w5500()
Desp_eth_mac_dm9051.c747 …sp_eth_mac_new_dm9051(const eth_dm9051_config_t *dm9051_config, const eth_mac_config_t *mac_config) in esp_eth_mac_new_dm9051()
Desp_eth_mac_ksz8851snl.c658 const eth_mac_config_t *mac_config) in esp_eth_mac_new_ksz8851snl()
/hal_espressif-3.4.0/examples/ethernet/basic/main/
Dethernet_example_main.c99 eth_mac_config_t mac_config = ETH_MAC_DEFAULT_CONFIG(); in app_main()
149 eth_mac_config_t mac_config_spi = ETH_MAC_DEFAULT_CONFIG(); in app_main()
/hal_espressif-3.4.0/examples/ethernet/enc28j60/main/
Denc28j60_example_main.c103 eth_mac_config_t mac_config = ETH_MAC_DEFAULT_CONFIG(); in app_main()
/hal_espressif-3.4.0/docs/en/api-reference/network/
Desp_eth.rst136 …r:`interface` and :cpp:member:`clock_config` members of :cpp:class:`eth_mac_config_t` structure. S…
163 Configuration for MAC is described in :cpp:class:`eth_mac_config_t`, including:
200eth_mac_config_t mac_config = ETH_MAC_DEFAULT_CONFIG(); // apply default MAC configuration
223 eth_mac_config_t mac_config = ETH_MAC_DEFAULT_CONFIG(); // apply default MAC configuration
240 eth_mac_config_t mac_config = ETH_MAC_DEFAULT_CONFIG(); // apply default MAC configuration
/hal_espressif-3.4.0/examples/ethernet/eth2ap/main/
Dethernet_example_main.c156 eth_mac_config_t mac_config = ETH_MAC_DEFAULT_CONFIG(); in initialize_ethernet()
/hal_espressif-3.4.0/examples/network/simple_sniffer/main/
Dsimple_sniffer_example_main.c133 eth_mac_config_t mac_config = ETH_MAC_DEFAULT_CONFIG(); in initialize_eth()
/hal_espressif-3.4.0/examples/ethernet/iperf/main/
Dcmd_ethernet.c217 eth_mac_config_t mac_config = ETH_MAC_DEFAULT_CONFIG(); in register_ethernet()
/hal_espressif-3.4.0/examples/common_components/protocol_examples_common/
Dconnect.c377 eth_mac_config_t mac_config = ETH_MAC_DEFAULT_CONFIG(); in eth_start()
/hal_espressif-3.4.0/docs/en/api-guides/performance/
Dspeed.rst170 …h (15). This setting can be changed by passing a custom :cpp:class:`eth_mac_config_t` struct when …
193 …core. These settings can be changed by passing a custom :cpp:class:`eth_mac_config_t` struct when …
Dram-usage.rst83 …s 4 KB. This setting can be changed by passing a custom :cpp:class:`eth_mac_config_t` struct when …