Searched refs:phy_track_pll_timer (Results 1 – 1 of 1) sorted by relevance
22 static esp_timer_handle_t phy_track_pll_timer; variable104 ESP_ERROR_CHECK(esp_timer_create(&phy_track_pll_timer_args, &phy_track_pll_timer)); in phy_track_pll_init()105 ESP_ERROR_CHECK(esp_timer_start_periodic(phy_track_pll_timer, PHY_TRACK_PLL_PERIOD_IN_US)); in phy_track_pll_init()110 ESP_ERROR_CHECK(esp_timer_stop(phy_track_pll_timer)); in phy_track_pll_deinit()111 ESP_ERROR_CHECK(esp_timer_delete(phy_track_pll_timer)); in phy_track_pll_deinit()