deinit BB MAC back memory when they are not used

This commit is contained in:
Jack
2022-05-29 00:13:32 +08:00
parent 1781ce3b98
commit 7a8b63869f
4 changed files with 27 additions and 0 deletions

View File

@@ -181,6 +181,11 @@ void esp_phy_load_cal_and_init(void);
*/
void esp_mac_bb_pd_mem_init(void);
/**
* @brief Deinitialize backup memory for MAC and Baseband power up/down
*/
void esp_mac_bb_pd_mem_deinit(void);
/**
* @brief Power up MAC and Baseband
*/