mirror of
				https://github.com/espressif/esp-idf.git
				synced 2025-10-31 21:14:37 +00:00 
			
		
		
		
	change(esp_hw_support): use new retention api to implement gdma retention
This commit is contained in:
		| @@ -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] | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Li Shuai
					Li Shuai