Home
last modified time | relevance | path

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

/hal_espressif-3.7.0/components/esp_phy/esp32/include/
Dphy_init_data.h24 #define PHY_COUNTRY_CODE_LEN 2 macro
163 char cc[PHY_COUNTRY_CODE_LEN];
/hal_espressif-3.7.0/components/esp_phy/esp32s2/include/
Dphy_init_data.h28 #define PHY_COUNTRY_CODE_LEN 2 macro
189 char cc[PHY_COUNTRY_CODE_LEN];
/hal_espressif-3.7.0/components/esp_phy/esp32s3/include/
Dphy_init_data.h28 #define PHY_COUNTRY_CODE_LEN 2 macro
173 char cc[PHY_COUNTRY_CODE_LEN];
/hal_espressif-3.7.0/components/esp_phy/esp32c2/include/
Dphy_init_data.h28 #define PHY_COUNTRY_CODE_LEN 2 macro
173 char cc[PHY_COUNTRY_CODE_LEN];
/hal_espressif-3.7.0/components/esp_phy/esp32c3/include/
Dphy_init_data.h28 #define PHY_COUNTRY_CODE_LEN 2 macro
173 char cc[PHY_COUNTRY_CODE_LEN];
/hal_espressif-3.7.0/components/esp_phy/esp32c6/include/
Dphy_init_data.h28 #define PHY_COUNTRY_CODE_LEN 2 macro
190 char cc[PHY_COUNTRY_CODE_LEN];
/hal_espressif-3.7.0/components/esp_phy/src/
Dphy_init.c99 static char s_phy_current_country[PHY_COUNTRY_CODE_LEN] = {0};