Home
last modified time | relevance | path

Searched refs:mac_high (Results 1 – 1 of 1) sorted by relevance

/hal_espressif-latest/components/esp_hw_support/
Dmac_addr.c285 uint32_t mac_high = ((uint32_t)mac[0] << 8) | mac[1]; in get_efuse_factory_mac() local
287 if (((mac_high & 0xFFFF) == 0x18fe) && (mac_low >= 0x346a85c7) && (mac_low <= 0x346a85f8)) { in get_efuse_factory_mac()