Home
last modified time | relevance | path

Searched refs:s_wifi_prev_timestamp (Results 1 – 1 of 1) sorted by relevance

/hal_espressif-latest/components/esp_phy/src/
Dphy_common.c24 static volatile int64_t s_wifi_prev_timestamp; variable
47 …need_track_pll = need_track_pll || ((esp_timer_get_time() - s_wifi_prev_timestamp) > PHY_TRACK_PLL… in phy_track_pll()
67 s_wifi_prev_timestamp = esp_timer_get_time(); in phy_track_pll_internal()