Home
last modified time | relevance | path

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

/hal_espressif-3.7.0/components/esp_phy/esp32/include/
Dphy_init_data.h18 #define PHY_TX_POWER_LOWEST LIMIT(CONFIG_ESP_PHY_MAX_TX_POWER * 4, 0, 52) macro
/hal_espressif-3.7.0/components/esp_phy/esp32s2/include/
Dphy_init_data.h22 #define PHY_TX_POWER_LOWEST LIMIT(CONFIG_ESP_PHY_MAX_TX_POWER * 4, 0, 52) macro
/hal_espressif-3.7.0/components/esp_phy/esp32s3/include/
Dphy_init_data.h22 #define PHY_TX_POWER_LOWEST LIMIT(CONFIG_ESP_PHY_MAX_TX_POWER * 4, 0, 52) macro
/hal_espressif-3.7.0/components/esp_phy/esp32c2/include/
Dphy_init_data.h22 #define PHY_TX_POWER_LOWEST LIMIT(CONFIG_ESP_PHY_MAX_TX_POWER * 4, 0, 52) macro
/hal_espressif-3.7.0/components/esp_phy/esp32c3/include/
Dphy_init_data.h22 #define PHY_TX_POWER_LOWEST LIMIT(CONFIG_ESP_PHY_MAX_TX_POWER * 4, 0, 52) macro
/hal_espressif-3.7.0/components/esp_phy/esp32c6/include/
Dphy_init_data.h22 #define PHY_TX_POWER_LOWEST LIMIT(CONFIG_ESP_PHY_MAX_TX_POWER * 4, 0, 52) macro
/hal_espressif-3.7.0/components/esp_phy/src/
Dphy_init.c572 init_data->params[PHY_TX_POWER_OFFSET+i] = PHY_TX_POWER_LOWEST; in esp_phy_reduce_tx_power()