change(esp_hw_support): some system peripherals to use a retention module number

This commit is contained in:
Li Shuai
2024-02-05 20:17:54 +08:00
parent 7092cf7d3e
commit 59115cd2d1
7 changed files with 79 additions and 160 deletions
@@ -29,15 +29,6 @@ extern "C" {
*/
bool peripheral_domain_pd_allowed(void);
/**
* @brief Digital peripheral power down initialize
*
* @return ESP_OK on success
* ESP_ERR_INVALID_ARG on invalid sleep_retention_entries_create args
* No memory for the retention link
*/
void sleep_sys_periph_retention_init(void);
#ifdef __cplusplus
}
#endif