fix(esp_phy): fix pll track corner case

This commit is contained in:
zwx
2023-10-18 16:36:47 +08:00
parent 3de31924ac
commit b96064a740
4 changed files with 30 additions and 3 deletions

View File

@@ -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