feat(esp_hw_support): do esp32p4 l1 cache invalidate by regdma

This commit is contained in:
wuzhenghui
2025-02-19 21:33:08 +08:00
parent ca9cca73ff
commit f52b2275d9
3 changed files with 10 additions and 27 deletions

View File

@@ -32,7 +32,7 @@ extern const regdma_entries_config_t intr_matrix_regs_retention[INT_MTX_RETENTIO
* This is an internal function of the sleep retention driver, and is not
* useful for external use.
*/
#define CACHE_RETENTION_LINK_LEN 2
#define CACHE_RETENTION_LINK_LEN 8
extern const regdma_entries_config_t cache_regs_retention[CACHE_RETENTION_LINK_LEN];
/**