ESP-IDF
+
0
/1 examples
SourceVu will show references to
esp_phy_ant_config_t
from the following samples and libraries:
antenna sample
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Related
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
esp_phy_ant_config_t
esp_phy_ant_config_t struct
PHY antenna configuration
Syntax
Show:
Summary
Declaration
from
esp_phy.h:58
typedef
struct
{
esp_phy_ant_mode_t
rx_ant_mode
;
esp_phy_ant_t
rx_ant_default
;
esp_phy_ant_mode_t
tx_ant_mode
;
uint8_t
enabled_ant0
:
4
,
enabled_ant1
:
4
;
}
esp_phy_ant_config_t
;
Fields
Field
Declared as
Description
esp_phy_ant_config_t::rx_ant_default
esp_phy_ant_t
Default antenna mode for receiving, it's ignored if rx_ant_mode is not ESP_PHY_ANT_MODE_AUTO.
esp_phy_ant_config_t::tx_ant_mode
esp_phy_ant_mode_t
PHY antenna mode for transmission, it can be set to ESP_PHY_ANT_MODE_ANT1 or ESP_PHY_ANT_MODE_ANT0.
esp_phy_ant_config_t::enabled_ant0
uint8_t
:
4
esp_phy_ant_config_t::enabled_ant1
uint8_t
enabled_ant0
:
4
,
:
4
Index (in antenna GPIO configuration) of enabled ESP_PHY_ANT_MODE_ANT1.
esp_phy_ant_config_t::rx_ant_mode
esp_phy_ant_mode_t
PHY antenna mode for receiving.
Related Functions
Found 3 other functions taking a
esp_phy_ant_config_t
argument:
Function
Description
esp_phy_set_ant()
Set antenna configuration
esp_phy_get_ant()
Get current antenna configuration
phy_ant_config_check()
Examples
esp_phy_ant_config_t
is referenced by 1 libraries and example projects:
References
from
examples
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
Lifecycle
from
examples
All items filtered out
All items filtered out