mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-10 04:43:33 +00:00
esp_phy: phy track pll logic refactor
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user