Home
last modified time | relevance | path

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

/hal_espressif-latest/components/esp_phy/src/
Dphy_init_esp32hxx.c28 #define ESP_PHY_MODEM_COUNT_MAX (__builtin_ffs(PHY_MODEM_MAX - 1)) macro
29 …D_MODEM(modem) (__builtin_popcount(modem) == 1 && __builtin_ctz(modem) < ESP_PHY_MODEM_COUNT_MAX)
35 } s_phy_rf_used_info[ESP_PHY_MODEM_COUNT_MAX];
Dphy_init.c160 #define ESP_PHY_MODEM_COUNT_MAX (__builtin_ffs(PHY_MODEM_MAX - 1)) macro
161 …D_MODEM(modem) (__builtin_popcount(modem) == 1 && __builtin_ctz(modem) < ESP_PHY_MODEM_COUNT_MAX)
167 } s_phy_rf_used_info[ESP_PHY_MODEM_COUNT_MAX];