ESP-IDF
+
0
/1 examples
SourceVu will show references to
esp_phy_ant_gpio_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_gpio_config_t
esp_phy_ant_gpio_config_t struct
PHY GPIOs configuration for antenna selection
Syntax
Show:
Summary
Declaration
from
esp_phy.h:51
typedef
struct
{
esp_phy_ant_gpio_t
gpio_cfg
[
4
]
;
}
esp_phy_ant_gpio_config_t
;
Fields
Field
Declared as
Description
esp_phy_ant_gpio_config_t::gpio_cfg
esp_phy_ant_gpio_t
[
4
]
The configurations of GPIOs that connect to external antenna switch.
Related Functions
Found 2 other functions taking a
esp_phy_ant_gpio_config_t
argument:
Function
Description
esp_phy_set_ant_gpio()
Set antenna GPIO configuration
esp_phy_get_ant_gpio()
Get current antenna GPIO configuration
Examples
esp_phy_ant_gpio_config_t
is referenced by 1 libraries and example projects:
antenna sample
References
from
0/1
examples
Code
Location
Scope
Referrer
typedef
struct
{
esp_phy.h:51
}
esp_phy_ant_gpio_config_t
;
esp_phy.h:53
esp_phy_ant_gpio_config_t
esp_err_t
esp_phy_set_ant_gpio
(
esp_phy_ant_gpio_config_t
*
config
)
;
esp_phy.h:75
esp_phy_set_ant_gpio()
esp_phy_set_ant_gpio()::config
esp_err_t
esp_phy_get_ant_gpio
(
esp_phy_ant_gpio_config_t
*
config
)
;
esp_phy.h:86
esp_phy_get_ant_gpio()
esp_phy_get_ant_gpio()::config
static
esp_phy_ant_gpio_config_t
s_phy_ant_gpio_config
=
{
0
}
;
phy_common.c:40
esp_err_t
esp_phy_set_ant_gpio
(
esp_phy_ant_gpio_config_t
*
config
)
phy_common.c:163
esp_phy_set_ant_gpio()
esp_phy_set_ant_gpio()::config
memcpy
(
&
s_phy_ant_gpio_config
,
config
,
sizeof
(
esp_phy_ant_gpio_config_t
)
)
;
phy_common.c:186
esp_phy_set_ant_gpio()
esp_err_t
esp_phy_get_ant_gpio
(
esp_phy_ant_gpio_config_t
*
config
)
phy_common.c:191
esp_phy_get_ant_gpio()
esp_phy_get_ant_gpio()::config
memcpy
(
config
,
&
s_phy_ant_gpio_config
,
sizeof
(
esp_phy_ant_gpio_config_t
)
)
;
phy_common.c:198
esp_phy_get_ant_gpio()
Call Tree
from
0/1
examples
All items filtered out
All items filtered out
Data Use
from
0/1
examples
All items filtered out
All items filtered out
Class Tree
from
0/1
examples
All items filtered out
All items filtered out
Override Tree
from
0/1
examples
All items filtered out
All items filtered out
Implementations
from
0/1
examples
All items filtered out
All items filtered out
Instances
from
0/1
examples
Instance
Scope
Location
Project
esp_phy_set_ant_gpio()::config
esp_phy_set_ant_gpio()
esp_phy.h:75
esp_phy_get_ant_gpio()::config
esp_phy_get_ant_gpio()
esp_phy.h:86
s_phy_ant_gpio_config
phy_common.c:40
esp_phy_set_ant_gpio()::config
esp_phy_set_ant_gpio()
phy_common.c:163
esp_phy_get_ant_gpio()::config
esp_phy_get_ant_gpio()
phy_common.c:191
Lifecycle
from
0/1
examples
All items filtered out
All items filtered out