/hal_espressif-3.5.0/examples/system/base_mac_address/main/ |
D | base_mac_address_example_main.c | 86 ESP_ERROR_CHECK(esp_read_mac(derived_mac_addr, ESP_MAC_WIFI_STA)); in app_main() 92 ESP_ERROR_CHECK(esp_read_mac(derived_mac_addr, ESP_MAC_WIFI_SOFTAP)); in app_main() 98 ESP_ERROR_CHECK(esp_read_mac(derived_mac_addr, ESP_MAC_BT)); in app_main() 104 ESP_ERROR_CHECK(esp_read_mac(derived_mac_addr, ESP_MAC_ETH)); in app_main()
|
/hal_espressif-3.5.0/components/esp_hw_support/include/ |
D | esp_mac.h | 129 esp_err_t esp_read_mac(uint8_t *mac, esp_mac_type_t type);
|
/hal_espressif-3.5.0/components/esp-tls/test/ |
D | test_esp_tls.c | 71 esp_read_mac(mac, ESP_MAC_WIFI_STA); in test_leak_setup()
|
/hal_espressif-3.5.0/components/mqtt/test/ |
D | test_mqtt.c | 13 esp_read_mac(mac, ESP_MAC_WIFI_STA); in test_leak_setup()
|
/hal_espressif-3.5.0/docs/en/api-reference/system/ |
D | system.rst | 37 …c interface (e.g. Wi-Fi, Bluetooth, Ethernet), call the function :cpp:func:`esp_read_mac` function. 41 … interface (e.g. Wi-Fi Station, Wi-Fi SoftAP), call the function :cpp:func:`esp_read_mac` function. 97 … before initializing any network interfaces or calling the :cpp:func:`esp_read_mac` function. The …
|
/hal_espressif-3.5.0/components/esp_hw_support/port/esp32c3/ |
D | Kconfig.mac | 24 …Note that ESP32-C3 has no integrated Ethernet MAC. Although it's possible to use the esp_read_mac()
|
/hal_espressif-3.5.0/components/esp_hw_support/ |
D | mac_addr.c | 164 esp_err_t esp_read_mac(uint8_t *mac, esp_mac_type_t type) function
|
/hal_espressif-3.5.0/examples/protocols/mdns/main/ |
D | mdns_example_main.c | 285 esp_read_mac(mac, ESP_MAC_WIFI_STA); in generate_hostname()
|
/hal_espressif-3.5.0/examples/protocols/modbus/tcp/mb_tcp_slave/main/ |
D | tcp_slave.c | 95 ESP_ERROR_CHECK(esp_read_mac(sta_mac, ESP_MAC_WIFI_STA)); in start_mdns_service()
|
/hal_espressif-3.5.0/components/esp_eth/src/ |
D | esp_eth_mac_openeth.c | 298 …ESP_GOTO_ON_ERROR(esp_read_mac(emac->addr, ESP_MAC_ETH), err, TAG, "fetch ethernet mac address fai… in emac_opencores_init()
|
D | esp_eth_mac_esp.c | 359 …ESP_GOTO_ON_ERROR(esp_read_mac(emac->addr, ESP_MAC_ETH), err, TAG, "fetch ethernet mac address fai… in emac_esp32_init()
|
/hal_espressif-3.5.0/components/ |
D | README.md | 160 `esp_read_mac`, `esp_random` and `esp_chip_info`.
|
/hal_espressif-3.5.0/components/esp_wifi/esp32/ |
D | esp_adapter.c | 723 ._read_mac = esp_read_mac,
|
/hal_espressif-3.5.0/components/esp_wifi/esp32c3/ |
D | esp_adapter.c | 479 return esp_read_mac(mac, (esp_mac_type_t)type); in esp_read_mac_wrapper()
|
/hal_espressif-3.5.0/components/esp_wifi/esp32s2/ |
D | esp_adapter.c | 715 ._read_mac = esp_read_mac,
|
/hal_espressif-3.5.0/components/esp_wifi/esp32s3/ |
D | esp_adapter.c | 740 ._read_mac = esp_read_mac,
|
/hal_espressif-3.5.0/examples/protocols/modbus/tcp/mb_tcp_master/main/ |
D | tcp_master.c | 242 ESP_ERROR_CHECK(esp_read_mac(sta_mac, ESP_MAC_WIFI_STA)); in master_start_mdns_service()
|
/hal_espressif-3.5.0/zephyr/esp32/src/wifi/ |
D | esp_wifi_adapter.c | 839 ._read_mac = esp_read_mac,
|
/hal_espressif-3.5.0/zephyr/esp32s2/src/wifi/ |
D | esp_wifi_adapter.c | 844 ._read_mac = esp_read_mac,
|
/hal_espressif-3.5.0/zephyr/esp32s3/src/wifi/ |
D | esp_wifi_adapter.c | 865 ._read_mac = esp_read_mac,
|
/hal_espressif-3.5.0/zephyr/esp32c3/src/wifi/ |
D | esp_wifi_adapter.c | 953 ._read_mac = esp_read_mac,
|
/hal_espressif-3.5.0/zephyr/esp32/src/bt/ |
D | esp_bt_adapter.c | 670 return esp_read_mac(mac, ESP_MAC_BT); in read_mac_wrapper()
|
/hal_espressif-3.5.0/zephyr/esp32c3/src/bt/ |
D | esp_bt_adapter.c | 689 return esp_read_mac(mac, ESP_MAC_BT); in read_mac_wrapper()
|
/hal_espressif-3.5.0/zephyr/esp32s3/src/bt/ |
D | esp_bt_adapter.c | 680 return esp_read_mac(mac, ESP_MAC_BT); in read_mac_wrapper()
|
/hal_espressif-3.5.0/components/bt/controller/esp32c3/ |
D | bt.c | 610 int ret = esp_read_mac(mac, ESP_MAC_BT); in read_mac_wrapper()
|