From 0970fc7e0d3036ec2216abf28334b77537315439 Mon Sep 17 00:00:00 2001 From: Mahavir Jain Date: Mon, 15 May 2023 11:29:38 +0530 Subject: [PATCH] docs: fix reference to custom mac address API --- docs/en/api-reference/system/misc_system_api.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/api-reference/system/misc_system_api.rst b/docs/en/api-reference/system/misc_system_api.rst index 08adb64c65..8e1cf34145 100644 --- a/docs/en/api-reference/system/misc_system_api.rst +++ b/docs/en/api-reference/system/misc_system_api.rst @@ -111,7 +111,7 @@ The custom base MAC addresses should be allocated such that derived MAC addresse Custom MAC Address in eFuse @@@@@@@@@@@@@@@@@@@@@@@@@@@ -When reading custom MAC addresses from eFuse, ESP-IDF provides a helper function :cpp:func:`esp__mac_get_custom`. Users can also use :cpp:func:`esp_read_mac` with the ``ESP_MAC_EFUSE_CUSTOM`` argument. This loads the MAC address from eFuse BLK3. The :cpp:func:`esp__mac_get_custom` function assumes that the custom base MAC address is stored in the following format: +When reading custom MAC addresses from eFuse, ESP-IDF provides a helper function :cpp:func:`esp_efuse_mac_get_custom`. Users can also use :cpp:func:`esp_read_mac` with the ``ESP_MAC_EFUSE_CUSTOM`` argument. This loads the MAC address from eFuse BLK3. The :cpp:func:`esp_efuse_mac_get_custom` function assumes that the custom base MAC address is stored in the following format: .. only:: esp32