We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee22de2 commit dd8bc4fCopy full SHA for dd8bc4f
mcux/mcux-sdk/drivers/edma_rev2/fsl_edma_rev2.h
@@ -86,6 +86,7 @@ extern "C" {
86
#define EDMA_TCD_CSR_INTHALF_MASK EDMA_BIT(2)
87
#define EDMA_TCD_CSR_INTMAJOR_MASK EDMA_BIT(1)
88
89
+#define EDMA_TCD_CH_CSR_ACTIVE_MASK EDMA_BIT(31)
90
#define EDMA_TCD_CH_CSR_DONE_MASK EDMA_BIT(30)
91
#define EDMA_TCD_CH_CSR_ERQ_MASK EDMA_BIT(0)
92
0 commit comments