Home
last modified time | relevance | path

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

/hal_espressif-2.7.6/components/esp_wifi/esp32s2/include/
Dphy_init_data.h30 #define PHY_TX_POWER_LOWEST LIMIT(CONFIG_ESP32_PHY_MAX_TX_POWER * 4, 0, 52) macro
/hal_espressif-2.7.6/components/esp_wifi/esp32s3/include/
Dphy_init_data.h30 #define PHY_TX_POWER_LOWEST LIMIT(CONFIG_ESP32_PHY_MAX_TX_POWER * 4, 0, 52) macro
/hal_espressif-2.7.6/components/esp_wifi/esp32/include/
Dphy_init_data.h26 #define PHY_TX_POWER_LOWEST LIMIT(CONFIG_ESP32_PHY_MAX_TX_POWER * 4, 0, 52) macro
/hal_espressif-2.7.6/components/esp_wifi/esp32c3/include/
Dphy_init_data.h30 #define PHY_TX_POWER_LOWEST LIMIT(CONFIG_ESP32_PHY_MAX_TX_POWER * 4, 0, 52) macro
/hal_espressif-2.7.6/components/esp_wifi/src/
Dphy_init.c615 init_data->params[PHY_TX_POWER_OFFSET + i] = PHY_TX_POWER_LOWEST; in esp_phy_reduce_tx_power()