change(esp_hw_support): use new retention api to implement gdma retention

This commit is contained in:
Li Shuai
2024-04-18 15:13:56 +08:00
parent b7b90fc394
commit 08a05ec562
5 changed files with 66 additions and 28 deletions

View File

@@ -17,6 +17,8 @@
extern "C" {
#endif
#define GDMA_CH_RETENTION_GET_MODULE_ID(group_id, pair_id) (SLEEP_RETENTION_MODULE_GDMA_CH0 + (SOC_GDMA_PAIRS_PER_GROUP * group_id) + pair_id)
#define GDMA_LL_GET_HW(id) (((id) == 0) ? (&GDMA) : NULL)
#define GDMA_LL_CHANNEL_MAX_PRIORITY 5 // supported priority levels: [0,5]