mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-09 12:35:28 +00:00
fix the bug that some memory leaked in phy after wifi/ble deinit
This commit is contained in:
@@ -175,6 +175,16 @@ void esp_phy_disable(void);
|
||||
*/
|
||||
void esp_phy_load_cal_and_init(void);
|
||||
|
||||
/**
|
||||
* @brief Initialize backup memory for Phy power up/down
|
||||
*/
|
||||
void esp_phy_pd_mem_init(void);
|
||||
|
||||
/**
|
||||
* @brief Deinitialize backup memory for Phy power up/down
|
||||
*/
|
||||
void esp_phy_pd_mem_deinit(void);
|
||||
|
||||
#if CONFIG_MAC_BB_PD
|
||||
/**
|
||||
* @brief Initialize backup memory for MAC and Baseband power up/down
|
||||
|
Reference in New Issue
Block a user