ESP-IDF
esp_phy_ant_t
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (4/5)...
Files
loading (4/5)...
Summary
Syntax
Values
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
esp_phy_ant_t
esp_phy_ant_t enum
Syntax
Show:
Summary
Declaration
from
esp_phy.h:24
enum
{
ESP_PHY_ANT_ANT0
,
ESP_PHY_ANT_ANT1
,
ESP_PHY_ANT_MAX
,
}
;
Values
Value
Declared as
Description
esp_phy_ant_t::ESP_PHY_ANT_ANT0
PHY antenna 0.
esp_phy_ant_t::ESP_PHY_ANT_ANT1
PHY antenna 1.
esp_phy_ant_t::ESP_PHY_ANT_MAX
Invalid PHY antenna.
Examples
References
from
examples
Code
Location
Scope
Referrer
typedef
enum
{
esp_phy.h:24
}
esp_phy_ant_t
;
esp_phy.h:28
esp_phy_ant_t
esp_phy_ant_t
rx_ant_default
;
/*!< Default antenna mode for receiving, it's ignored if rx_ant_mode is not ESP_PHY_ANT_MODE_AUTO */
esp_phy.h:60
esp_phy_ant_config_t
esp_phy_ant_config_t::rx_ant_default
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Instance
Scope
Location
Project
esp_phy_ant_config_t::rx_ant_default
esp_phy_ant_config_t
esp_phy.h:60
Lifecycle
from
examples
All items filtered out
All items filtered out