esp_phy: phy track pll logic refactor

This commit is contained in:
zhangwenxu
2023-06-07 20:05:29 +08:00
parent b8e71140ad
commit 4d6b13f395
4 changed files with 60 additions and 1 deletions

View File

@@ -258,6 +258,17 @@ esp_err_t esp_phy_apply_phy_init_data(uint8_t *init_data);
*/
char * get_phy_version_str(void);
/**
* @brief Enable phy track pll
*
*/
void phy_track_pll_init(void);
/**
* @brief Disable phy track pll
*
*/
void phy_track_pll_deinit(void);
#ifdef __cplusplus
}
#endif