ESP-IDF
esp_phy_modem_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_modem_t
esp_phy_modem_t enum
Syntax
Show:
Summary
Declaration
from
esp_phy_init.h:37
enum
{
PHY_MODEM_WIFI
=
1
,
PHY_MODEM_BT
=
2
,
PHY_MODEM_IEEE802154
=
4
,
PHY_MODEM_MAX
,
}
;
Values
Value
Declared as
Description
esp_phy_modem_t::PHY_MODEM_WIFI
=
1
PHY modem WIFI.
esp_phy_modem_t::PHY_MODEM_BT
=
2
PHY modem BT.
esp_phy_modem_t::PHY_MODEM_IEEE802154
=
4
PHY modem IEEE802154.
esp_phy_modem_t::PHY_MODEM_MAX
Don't use it. Used by ESP_PHY_MODEM_COUNT_MAX.
Examples
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