ESP-IDF
phy_update_wifi_mac_time()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
phy_update_wifi_mac_time()
phy_update_wifi_mac_time() function
Syntax
Show:
Summary
Declaration
from
phy_init.c:242
static
inline
void
phy_update_wifi_mac_time
(
bool
en_clock_stopped
,
int64_t
now
)
;
Arguments
Argument
en_clock_stopped
now
Examples
References
from
examples
Code
Location
Referrer
static
inline
void
phy_update_wifi_mac_time
(
bool
en_clock_stopped
,
int64_t
now
)
phy_init.c:242
phy_update_wifi_mac_time
(
false
,
s_phy_rf_en_ts
)
;
phy_init.c:296
esp_phy_enable()
phy_update_wifi_mac_time
(
true
,
esp_timer_get_time
(
)
)
;
phy_init.c:386
esp_phy_disable()
Call Tree
from
examples
phy_update_wifi_mac_time()
is called by 2 functions and calls 1 function:
esp_phy_enable()
esp_phy_disable()
All items filtered out
phy_update_wifi_mac_time()
s_wifi_mac_time_update_cb
All items filtered out
Data Use
from
examples
phy_update_wifi_mac_time()
reads 1 variable:
s_wifi_mac_time_update_cb
All items filtered out
phy_update_wifi_mac_time()
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