Lines Matching full:from
5 …um Access Control (MAC) address. Each interface's MAC address is [derived from a base MAC address]…
9 1. How to retrieve a base MAC address from non-volatile memory
28 …* `eFuse BLK0` will cause this example to read the base MAC address from eFuse Block 0 and is sele…
29 …* `eFuse BLK3` will cause this example to read the base MAC address from words 1 & 2 of eFuse Bloc…
32 …g the base MAC address from `eFuse BLK3` without burning eFuse Block 3, the example can either abo…
53 I (288) BASE_MAC: Base MAC Address read from EFUSE BLK0
55 I (288) BASE_MAC: Base MAC Address read from EFUSE BLK3
57 I (288) BASE_MAC: Base MAC Address read from external storage
75 When attempting to retrieve the base MAC address from `eFuse BLK3` without first burning eFuse Bloc…
77 If the example has been configured to abort when retrieving from `eFuse BLK3` fails.
80 E (288) system_api: Base MAC address from BLK3 of EFUSE version error, version = 0
81 E (298) BASE_MAC: Failed to get base MAC address from EFUSE BLK3. (ESP_ERR_INVALID_VERSION)
89 E (288) system_api: Base MAC address from BLK3 of EFUSE version error, version = 0
90 E (298) BASE_MAC: Failed to get base MAC address from EFUSE BLK3. (ESP_ERR_INVALID_VERSION)
92 I (308) BASE_MAC: Base MAC Address read from EFUSE BLK0