mirror of
https://github.com/espressif/esp-idf.git
synced 2025-11-27 04:55:53 +00:00
fix(esp_phy): fix pll track corner case
This commit is contained in:
@@ -168,6 +168,12 @@ void phy_clr_modem_flag(esp_phy_modem_t modem);
|
||||
*
|
||||
*/
|
||||
esp_phy_modem_t phy_get_modem_flag(void);
|
||||
|
||||
/**
|
||||
* @brief Get the PHY lock, only used in esp_phy, the user should not use this function.
|
||||
*
|
||||
*/
|
||||
_lock_t phy_get_lock(void);
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user