Home
last modified time | relevance | path

Searched refs:esp_read_mac (Results 1 – 25 of 32) sorted by relevance

12

/hal_espressif-3.5.0/examples/system/base_mac_address/main/
Dbase_mac_address_example_main.c86 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/
Desp_mac.h129 esp_err_t esp_read_mac(uint8_t *mac, esp_mac_type_t type);
/hal_espressif-3.5.0/components/esp-tls/test/
Dtest_esp_tls.c71 esp_read_mac(mac, ESP_MAC_WIFI_STA); in test_leak_setup()
/hal_espressif-3.5.0/components/mqtt/test/
Dtest_mqtt.c13 esp_read_mac(mac, ESP_MAC_WIFI_STA); in test_leak_setup()
/hal_espressif-3.5.0/docs/en/api-reference/system/
Dsystem.rst37 …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/
DKconfig.mac24 …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/
Dmac_addr.c164 esp_err_t esp_read_mac(uint8_t *mac, esp_mac_type_t type) function
/hal_espressif-3.5.0/examples/protocols/mdns/main/
Dmdns_example_main.c285 esp_read_mac(mac, ESP_MAC_WIFI_STA); in generate_hostname()
/hal_espressif-3.5.0/examples/protocols/modbus/tcp/mb_tcp_slave/main/
Dtcp_slave.c95 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/
Desp_eth_mac_openeth.c298 …ESP_GOTO_ON_ERROR(esp_read_mac(emac->addr, ESP_MAC_ETH), err, TAG, "fetch ethernet mac address fai… in emac_opencores_init()
Desp_eth_mac_esp.c359 …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/
DREADME.md160 `esp_read_mac`, `esp_random` and `esp_chip_info`.
/hal_espressif-3.5.0/components/esp_wifi/esp32/
Desp_adapter.c723 ._read_mac = esp_read_mac,
/hal_espressif-3.5.0/components/esp_wifi/esp32c3/
Desp_adapter.c479 return esp_read_mac(mac, (esp_mac_type_t)type); in esp_read_mac_wrapper()
/hal_espressif-3.5.0/components/esp_wifi/esp32s2/
Desp_adapter.c715 ._read_mac = esp_read_mac,
/hal_espressif-3.5.0/components/esp_wifi/esp32s3/
Desp_adapter.c740 ._read_mac = esp_read_mac,
/hal_espressif-3.5.0/examples/protocols/modbus/tcp/mb_tcp_master/main/
Dtcp_master.c242 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/
Desp_wifi_adapter.c839 ._read_mac = esp_read_mac,
/hal_espressif-3.5.0/zephyr/esp32s2/src/wifi/
Desp_wifi_adapter.c844 ._read_mac = esp_read_mac,
/hal_espressif-3.5.0/zephyr/esp32s3/src/wifi/
Desp_wifi_adapter.c865 ._read_mac = esp_read_mac,
/hal_espressif-3.5.0/zephyr/esp32c3/src/wifi/
Desp_wifi_adapter.c953 ._read_mac = esp_read_mac,
/hal_espressif-3.5.0/zephyr/esp32/src/bt/
Desp_bt_adapter.c670 return esp_read_mac(mac, ESP_MAC_BT); in read_mac_wrapper()
/hal_espressif-3.5.0/zephyr/esp32c3/src/bt/
Desp_bt_adapter.c689 return esp_read_mac(mac, ESP_MAC_BT); in read_mac_wrapper()
/hal_espressif-3.5.0/zephyr/esp32s3/src/bt/
Desp_bt_adapter.c680 return esp_read_mac(mac, ESP_MAC_BT); in read_mac_wrapper()
/hal_espressif-3.5.0/components/bt/controller/esp32c3/
Dbt.c610 int ret = esp_read_mac(mac, ESP_MAC_BT); in read_mac_wrapper()

12