Home
last modified time | relevance | path

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

/hal_espressif-3.7.0/components/esp_phy/esp32/include/
Dphy_init_data.h15 #define PHY_INIT_MAGIC "PHYINIT" macro
28 static const char phy_init_magic_pre[] = PHY_INIT_MAGIC;
143 static const char phy_init_magic_post[] = PHY_INIT_MAGIC;
/hal_espressif-3.7.0/components/esp_phy/esp32s2/include/
Dphy_init_data.h19 #define PHY_INIT_MAGIC "PHYINIT" macro
33 static const char phy_init_magic_pre[] = PHY_INIT_MAGIC;
169 static const char phy_init_magic_post[] = PHY_INIT_MAGIC;
/hal_espressif-3.7.0/components/esp_phy/esp32s3/include/
Dphy_init_data.h19 #define PHY_INIT_MAGIC "PHYINIT" macro
33 static const char phy_init_magic_pre[] = PHY_INIT_MAGIC;
153 static const char phy_init_magic_post[] = PHY_INIT_MAGIC;
/hal_espressif-3.7.0/components/esp_phy/esp32c2/include/
Dphy_init_data.h19 #define PHY_INIT_MAGIC "PHYINIT" macro
33 static const char __attribute__((section(".rodata"))) phy_init_magic_pre[] = PHY_INIT_MAGIC;
153 static const char __attribute__((section(".rodata"))) phy_init_magic_post[] = PHY_INIT_MAGIC;
/hal_espressif-3.7.0/components/esp_phy/esp32c3/include/
Dphy_init_data.h19 #define PHY_INIT_MAGIC "PHYINIT" macro
33 static const char __attribute__((section(".rodata"))) phy_init_magic_pre[] = PHY_INIT_MAGIC;
153 static const char __attribute__((section(".rodata"))) phy_init_magic_post[] = PHY_INIT_MAGIC;
/hal_espressif-3.7.0/components/esp_phy/esp32c6/include/
Dphy_init_data.h19 #define PHY_INIT_MAGIC "PHYINIT" macro
34 static const char __attribute__((section(".rodata"))) phy_init_magic_pre[] = PHY_INIT_MAGIC;
170 static const char __attribute__((section(".rodata"))) phy_init_magic_post[] = PHY_INIT_MAGIC;
/hal_espressif-3.7.0/components/esp_phy/src/
Dphy_init.c496 if (memcmp(init_data_store, PHY_INIT_MAGIC, sizeof(phy_init_magic_pre)) != 0 || in esp_phy_get_init_data()
498 PHY_INIT_MAGIC, sizeof(phy_init_magic_post)) != 0) { in esp_phy_get_init_data()
512 PHY_INIT_MAGIC, sizeof(phy_init_magic_pre)); in esp_phy_get_init_data()
516 PHY_INIT_MAGIC, sizeof(phy_init_magic_post)); in esp_phy_get_init_data()
518 assert(memcmp(init_data_store, PHY_INIT_MAGIC, sizeof(phy_init_magic_pre)) == 0); in esp_phy_get_init_data()
520 PHY_INIT_MAGIC, sizeof(phy_init_magic_post)) == 0); in esp_phy_get_init_data()
845 if (memcmp(init_data_store, PHY_INIT_MAGIC, sizeof(phy_init_magic_pre)) != 0 || in esp_phy_update_init_data()
847 PHY_INIT_MAGIC, sizeof(phy_init_magic_post)) != 0) { in esp_phy_update_init_data()