ESP-IDF
esp_phy_ant_mode_t
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
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_mode_t
esp_phy_ant_mode_t enum
Syntax
Show:
Summary
Declaration
from
esp_phy.h:33
enum
{
ESP_PHY_ANT_MODE_ANT0
,
ESP_PHY_ANT_MODE_ANT1
,
ESP_PHY_ANT_MODE_AUTO
,
ESP_PHY_ANT_MODE_MAX
,
}
;
Values
Value
Declared as
Description
esp_phy_ant_mode_t::ESP_PHY_ANT_MODE_ANT0
Enable PHY antenna 0 only.
esp_phy_ant_mode_t::ESP_PHY_ANT_MODE_ANT1
Enable PHY antenna 1 only.
esp_phy_ant_mode_t::ESP_PHY_ANT_MODE_AUTO
Enable PHY antenna 0 and 1, automatically select an antenna, suggest not use this mode.
esp_phy_ant_mode_t::ESP_PHY_ANT_MODE_MAX
Invalid PHY enabled antenna.
Examples
References
from
examples
Code
Location
Scope
Referrer
typedef
enum
{
esp_phy.h:33
}
esp_phy_ant_mode_t
;
esp_phy.h:38
esp_phy_ant_mode_t
esp_phy_ant_mode_t
rx_ant_mode
;
/*!< PHY antenna mode for receiving */
esp_phy.h:59
esp_phy_ant_config_t
esp_phy_ant_config_t::rx_ant_mode
esp_phy_ant_mode_t
tx_ant_mode
;
/*!< PHY antenna mode for transmission, it can be set to ESP_PHY_ANT_MODE_ANT1 or ESP_PHY_ANT_MODE_ANT0 */
esp_phy.h:61
esp_phy_ant_config_t
esp_phy_ant_config_t::tx_ant_mode
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_mode
esp_phy_ant_config_t
esp_phy.h:59
esp_phy_ant_config_t::tx_ant_mode
esp_phy_ant_config_t
esp_phy.h:61
Lifecycle
from
examples
All items filtered out
All items filtered out