change(dma): update gdma register of esp32c61

This commit is contained in:
morris
2024-12-27 15:06:47 +08:00
parent 4f416abfe2
commit 876a747048
5 changed files with 677 additions and 493 deletions

View File

@@ -27,7 +27,7 @@ extern "C" {
#define GDMA_LL_TX_EVENT_MASK (0x3F)
// any "dummy" peripheral ID can be used for M2M mode
#define AHB_DMA_LL_M2M_FREE_PERIPH_ID_MASK (0xFC31)
#define AHB_DMA_LL_M2M_FREE_PERIPH_ID_MASK (0xFE75)
#define AHB_DMA_LL_INVALID_PERIPH_ID (0x3F)
#define GDMA_LL_EVENT_TX_FIFO_UDF (1<<5)