Searched refs:PHY_TX_POWER_LOWEST (Results 1 – 7 of 7) sorted by relevance
/hal_espressif-3.7.0/components/esp_phy/esp32/include/ |
D | phy_init_data.h | 18 #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/ |
D | phy_init_data.h | 22 #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/ |
D | phy_init_data.h | 22 #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/ |
D | phy_init_data.h | 22 #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/ |
D | phy_init_data.h | 22 #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/ |
D | phy_init_data.h | 22 #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/ |
D | phy_init.c | 572 init_data->params[PHY_TX_POWER_OFFSET+i] = PHY_TX_POWER_LOWEST; in esp_phy_reduce_tx_power()
|