ESP-IDF
esp_phy_ant_gpio_t
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (3/5)...
Summary
Syntax
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_t
esp_phy_ant_gpio_t struct
PHY GPIO configuration for antenna selection
Syntax
Show:
Summary
Declaration
from
esp_phy.h:43
typedef
struct
{
uint8_t
gpio_select
:
1
,
gpio_num
:
7
;
}
esp_phy_ant_gpio_t
;
Fields
Field
Declared as
Description
esp_phy_ant_gpio_t::gpio_select
uint8_t
:
1
esp_phy_ant_gpio_t::gpio_num
uint8_t
gpio_select
:
1
,
:
7
The GPIO number that connects to external antenna switch.
Examples
References
from
examples
Code
Location
Scope
Referrer
typedef
struct
{
esp_phy.h:43
}
esp_phy_ant_gpio_t
;
esp_phy.h:46
esp_phy_ant_gpio_t
esp_phy_ant_gpio_t
gpio_cfg
[
4
]
;
/*!< The configurations of GPIOs that connect to external antenna switch */
esp_phy.h:52
esp_phy_ant_gpio_config_t
esp_phy_ant_gpio_config_t::gpio_cfg
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_gpio_config_t::gpio_cfg
esp_phy_ant_gpio_config_t
esp_phy.h:52
Lifecycle
from
examples
All items filtered out
All items filtered out