ESP-IDF
esp_phy_init_data_t
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (4/5)...
Files
loading (4/5)...
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_init_data_t
esp_phy_init_data_t struct
@file init parameters and API Structure holding PHY init parameters
Syntax
Show:
Summary
Declaration
from
esp_phy_init.h:26
typedef
struct
{
#if
CONFIG_IDF_TARGET_ESP32C5
uint8_t
params
[
256
]
;
#else
uint8_t
params
[
128
]
;
#endif
}
esp_phy_init_data_t
;
Fields
Field
Declared as
Description
esp_phy_init_data_t::params
uint8_t
[
128
]
opaque PHY initialization parameters.
Related Functions
Found 2 other functions taking a
esp_phy_init_data_t
argument:
Function
Description
esp_phy_release_init_data()
Release PHY init data
register_chipv7_phy()
Initialize PHY module and do RF calibration
Examples
References
from
examples
Code
Location
Scope
Referrer
typedef
struct
{
esp_phy_init.h:26
}
esp_phy_init_data_t
;
esp_phy_init.h:32
esp_phy_init_data_t
const
esp_phy_init_data_t
*
esp_phy_get_init_data
(
void
)
;
esp_phy_init.h:103
esp_phy_get_init_data()
void
esp_phy_release_init_data
(
const
esp_phy_init_data_t
*
data
)
;
esp_phy_init.h:110
esp_phy_release_init_data()
esp_phy_release_init_data()::data
int
register_chipv7_phy
(
const
esp_phy_init_data_t
*
init_data
,
esp_phy_calibration_data_t
*
cal_data
,
esp_phy_calibration_mode_t
cal_mode
)
;
phy.h:43
register_chipv7_phy()
register_chipv7_phy()::init_data
const
esp_phy_init_data_t
*
esp_phy_get_init_data
(
void
)
phy_init.c:552
esp_phy_get_init_data()
sizeof
(
esp_phy_init_data_t
)
+
PHY_INIT_MAGIC_LEN
;
phy_init.c:573
esp_phy_get_init_data()
return
(
const
esp_phy_init_data_t
*
)
(
init_data_store
+
PHY_INIT_MAGIC_LEN
)
;
phy_init.c:633
esp_phy_get_init_data()
void
esp_phy_release_init_data
(
const
esp_phy_init_data_t
*
init_data
)
phy_init.c:636
esp_phy_release_init_data()
const
esp_phy_init_data_t
*
esp_phy_get_init_data
(
void
)
phy_init.c:645
esp_phy_get_init_data()
void
esp_phy_release_init_data
(
const
esp_phy_init_data_t
*
init_data
)
phy_init.c:651
esp_phy_release_init_data()
const
esp_phy_init_data_t
*
init_data
=
esp_phy_get_init_data
(
)
;
phy_init.c:863
esp_phy_load_cal_and_init()
const
esp_phy_init_data_t
phy_init_data
=
{
{
phy_init_data.c:15
extern
const
esp_phy_init_data_t
phy_init_data
;
phy_init_data.h:32
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
return
esp_phy_get_init_data()
esp_phy_init.h:103
esp_phy_release_init_data()::data
esp_phy_release_init_data()
esp_phy_init.h:110
register_chipv7_phy()::init_data
register_chipv7_phy()
phy.h:43
return
esp_phy_get_init_data()
phy_init.c:552
return
esp_phy_get_init_data()
phy_init.c:645
phy_init_data
phy_init_data.h:32
phy_init_data
phy_init_data.c:15
Lifecycle
from
examples
All items filtered out
All items filtered out