Home
last modified time | relevance | path

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

12

/hal_espressif-latest/components/esp_hw_support/
Dmac_addr.c170 return esp_read_mac(mac, ESP_MAC_BASE); in esp_base_mac_addr_get()
323 esp_err_t esp_read_mac(uint8_t *mac, esp_mac_type_t type) in esp_read_mac() function
412 esp_read_mac(&mac[3], ESP_MAC_EFUSE_EXT); in generate_mac()
DKconfig60 …When this configuration is enabled, the user can invoke `esp_read_mac` to obtain the desired type …
/hal_espressif-latest/components/esp_hw_support/include/
Desp_mac.h140 esp_err_t esp_read_mac(uint8_t *mac, esp_mac_type_t type);
/hal_espressif-latest/components/esp_hw_support/port/esp32c6/
DKconfig.mac24 …Note that ESP32-C6 has no integrated Ethernet MAC. Although it's possible to use the esp_read_mac()
/hal_espressif-latest/components/esp_hw_support/port/esp32c2/
DKconfig.mac24 …Note that ESP32-C2 has no integrated Ethernet MAC. Although it's possible to use the esp_read_mac()
/hal_espressif-latest/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-latest/components/esp_wifi/esp32c6/
Desp_adapter.c355 return esp_read_mac(mac, (esp_mac_type_t)type); in esp_read_mac_wrapper()
/hal_espressif-latest/components/esp_wifi/esp32s2/
Desp_adapter.c661 ._read_mac = esp_read_mac,
/hal_espressif-latest/components/esp_wifi/esp32/
Desp_adapter.c668 ._read_mac = esp_read_mac,
/hal_espressif-latest/components/esp_wifi/esp32c2/
Desp_adapter.c349 return esp_read_mac(mac, (esp_mac_type_t)type); in esp_read_mac_wrapper()
/hal_espressif-latest/components/esp_wifi/esp32c3/
Desp_adapter.c366 return esp_read_mac(mac, (esp_mac_type_t)type); in esp_read_mac_wrapper()
/hal_espressif-latest/components/esp_wifi/esp32s3/
Desp_adapter.c679 ._read_mac = esp_read_mac,
/hal_espressif-latest/zephyr/esp32/src/wifi/
Desp_wifi_adapter.c779 ._read_mac = esp_read_mac,
/hal_espressif-latest/zephyr/esp32s2/src/wifi/
Desp_wifi_adapter.c782 ._read_mac = esp_read_mac,
/hal_espressif-latest/zephyr/esp32s3/src/wifi/
Desp_wifi_adapter.c796 ._read_mac = esp_read_mac,
/hal_espressif-latest/zephyr/esp32c2/src/wifi/
Desp_wifi_adapter.c863 ._read_mac = esp_read_mac,
/hal_espressif-latest/zephyr/esp32c3/src/wifi/
Desp_wifi_adapter.c862 ._read_mac = esp_read_mac,
/hal_espressif-latest/zephyr/esp32c6/src/wifi/
Desp_wifi_adapter.c878 ._read_mac = esp_read_mac,
/hal_espressif-latest/zephyr/esp32/src/bt/
Desp_bt_adapter.c690 return esp_read_mac(mac, ESP_MAC_BT); in read_mac_wrapper()
/hal_espressif-latest/components/bt/controller/esp32c2/
Dbt.c856 ESP_ERROR_CHECK(esp_read_mac((uint8_t *)mac, ESP_MAC_BT)); in esp_bt_controller_init()
/hal_espressif-latest/zephyr/esp32c3/src/bt/
Desp_bt_adapter.c733 return esp_read_mac(mac, ESP_MAC_BT); in read_mac_wrapper()
/hal_espressif-latest/zephyr/esp32s3/src/bt/
Desp_bt_adapter.c722 return esp_read_mac(mac, ESP_MAC_BT); in read_mac_wrapper()
/hal_espressif-latest/components/bt/controller/esp32c6/
Dbt.c933 ESP_ERROR_CHECK(esp_read_mac((uint8_t *)mac, ESP_MAC_BT)); in esp_bt_controller_init()
/hal_espressif-latest/components/bt/controller/esp32h2/
Dbt.c913 ESP_ERROR_CHECK(esp_read_mac((uint8_t *)mac, ESP_MAC_BT)); in esp_bt_controller_init()
/hal_espressif-latest/components/bt/controller/esp32c3/
Dbt.c718 int ret = esp_read_mac(mac, ESP_MAC_BT); in read_mac_wrapper()

12