Home
last modified time | relevance | path

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

/hal_espressif-latest/components/esp_phy/src/
Dphy_init.c100 static char s_phy_current_country[PHY_COUNTRY_CODE_LEN] = {0}; variable
822 if (!memcmp(country, s_country_code_map_type_table[i].cc, sizeof(s_phy_current_country))) { in phy_find_bin_type_according_country()
1029 if (!memcmp(country, s_phy_current_country, sizeof(s_phy_current_country))) { in esp_phy_update_country_info()
1033 memcpy(s_phy_current_country, country, sizeof(s_phy_current_country)); in esp_phy_update_country_info()