mikroSDK Reference Manual
|
Macros | |
#define | DMA_BASE (0x40008000u) |
#define | DMA0 ((DMA_Type *)DMA_BASE) |
#define | DMA_BASE_ADDRS { DMA_BASE } |
#define | DMA_BASE_PTRS { DMA0 } |
#define | DMA_CHN_IRQS { { DMA0_IRQn, DMA1_IRQn, DMA2_IRQn, DMA3_IRQn, DMA4_IRQn, DMA5_IRQn, DMA6_IRQn, DMA7_IRQn, DMA8_IRQn, DMA9_IRQn, DMA10_IRQn, DMA11_IRQn, DMA12_IRQn, DMA13_IRQn, DMA14_IRQn, DMA15_IRQn } } |
#define | DMA_ERROR_IRQS { DMA_Error_IRQn } |
#define | DMA_SADDR_COUNT (16U) |
#define | DMA_SOFF_COUNT (16U) |
#define | DMA_ATTR_COUNT (16U) |
#define | DMA_NBYTES_MLNO_COUNT (16U) |
#define | DMA_NBYTES_MLOFFNO_COUNT (16U) |
#define | DMA_NBYTES_MLOFFYES_COUNT (16U) |
#define | DMA_SLAST_COUNT (16U) |
#define | DMA_DADDR_COUNT (16U) |
#define | DMA_DOFF_COUNT (16U) |
#define | DMA_CITER_ELINKNO_COUNT (16U) |
#define | DMA_CITER_ELINKYES_COUNT (16U) |
#define | DMA_DLAST_SGA_COUNT (16U) |
#define | DMA_CSR_COUNT (16U) |
#define | DMA_BITER_ELINKNO_COUNT (16U) |
#define | DMA_BITER_ELINKYES_COUNT (16U) |
#define | DMA_SADDR_COUNT (32U) |
#define | DMA_SOFF_COUNT (32U) |
#define | DMA_ATTR_COUNT (32U) |
#define | DMA_NBYTES_MLNO_COUNT (32U) |
#define | DMA_NBYTES_MLOFFNO_COUNT (32U) |
#define | DMA_NBYTES_MLOFFYES_COUNT (32U) |
#define | DMA_SLAST_COUNT (32U) |
#define | DMA_DADDR_COUNT (32U) |
#define | DMA_DOFF_COUNT (32U) |
#define | DMA_CITER_ELINKNO_COUNT (32U) |
#define | DMA_CITER_ELINKYES_COUNT (32U) |
#define | DMA_DLAST_SGA_COUNT (32U) |
#define | DMA_CSR_COUNT (32U) |
#define | DMA_BITER_ELINKNO_COUNT (32U) |
#define | DMA_BITER_ELINKYES_COUNT (32U) |
#define | DMA_SADDR_COUNT (32U) |
#define | DMA_SOFF_COUNT (32U) |
#define | DMA_ATTR_COUNT (32U) |
#define | DMA_NBYTES_MLNO_COUNT (32U) |
#define | DMA_NBYTES_MLOFFNO_COUNT (32U) |
#define | DMA_NBYTES_MLOFFYES_COUNT (32U) |
#define | DMA_SLAST_COUNT (32U) |
#define | DMA_DADDR_COUNT (32U) |
#define | DMA_DOFF_COUNT (32U) |
#define | DMA_CITER_ELINKNO_COUNT (32U) |
#define | DMA_CITER_ELINKYES_COUNT (32U) |
#define | DMA_DLAST_SGA_COUNT (32U) |
#define | DMA_CSR_COUNT (32U) |
#define | DMA_BITER_ELINKNO_COUNT (32U) |
#define | DMA_BITER_ELINKYES_COUNT (32U) |
#define | DMA_SADDR_COUNT (32U) |
#define | DMA_SOFF_COUNT (32U) |
#define | DMA_ATTR_COUNT (32U) |
#define | DMA_NBYTES_MLNO_COUNT (32U) |
#define | DMA_NBYTES_MLOFFNO_COUNT (32U) |
#define | DMA_NBYTES_MLOFFYES_COUNT (32U) |
#define | DMA_SLAST_COUNT (32U) |
#define | DMA_DADDR_COUNT (32U) |
#define | DMA_DOFF_COUNT (32U) |
#define | DMA_CITER_ELINKNO_COUNT (32U) |
#define | DMA_CITER_ELINKYES_COUNT (32U) |
#define | DMA_DLAST_SGA_COUNT (32U) |
#define | DMA_CSR_COUNT (32U) |
#define | DMA_BITER_ELINKNO_COUNT (32U) |
#define | DMA_BITER_ELINKYES_COUNT (32U) |
CR - Control Register | |
#define | DMA_CR_EDBG_MASK (0x2U) |
#define | DMA_CR_EDBG_SHIFT (1U) |
#define | DMA_CR_EDBG(x) (((uint32_t)(((uint32_t)(x)) << DMA_CR_EDBG_SHIFT)) & DMA_CR_EDBG_MASK) |
#define | DMA_CR_ERCA_MASK (0x4U) |
#define | DMA_CR_ERCA_SHIFT (2U) |
#define | DMA_CR_ERCA(x) (((uint32_t)(((uint32_t)(x)) << DMA_CR_ERCA_SHIFT)) & DMA_CR_ERCA_MASK) |
#define | DMA_CR_HOE_MASK (0x10U) |
#define | DMA_CR_HOE_SHIFT (4U) |
#define | DMA_CR_HOE(x) (((uint32_t)(((uint32_t)(x)) << DMA_CR_HOE_SHIFT)) & DMA_CR_HOE_MASK) |
#define | DMA_CR_HALT_MASK (0x20U) |
#define | DMA_CR_HALT_SHIFT (5U) |
#define | DMA_CR_HALT(x) (((uint32_t)(((uint32_t)(x)) << DMA_CR_HALT_SHIFT)) & DMA_CR_HALT_MASK) |
#define | DMA_CR_CLM_MASK (0x40U) |
#define | DMA_CR_CLM_SHIFT (6U) |
#define | DMA_CR_CLM(x) (((uint32_t)(((uint32_t)(x)) << DMA_CR_CLM_SHIFT)) & DMA_CR_CLM_MASK) |
#define | DMA_CR_EMLM_MASK (0x80U) |
#define | DMA_CR_EMLM_SHIFT (7U) |
#define | DMA_CR_EMLM(x) (((uint32_t)(((uint32_t)(x)) << DMA_CR_EMLM_SHIFT)) & DMA_CR_EMLM_MASK) |
#define | DMA_CR_ECX_MASK (0x10000U) |
#define | DMA_CR_ECX_SHIFT (16U) |
#define | DMA_CR_ECX(x) (((uint32_t)(((uint32_t)(x)) << DMA_CR_ECX_SHIFT)) & DMA_CR_ECX_MASK) |
#define | DMA_CR_CX_MASK (0x20000U) |
#define | DMA_CR_CX_SHIFT (17U) |
#define | DMA_CR_CX(x) (((uint32_t)(((uint32_t)(x)) << DMA_CR_CX_SHIFT)) & DMA_CR_CX_MASK) |
#define | DMA_CR_EDBG_MASK 0x2u |
#define | DMA_CR_EDBG_SHIFT 1 |
#define | DMA_CR_ERCA_MASK 0x4u |
#define | DMA_CR_ERCA_SHIFT 2 |
#define | DMA_CR_HOE_MASK 0x10u |
#define | DMA_CR_HOE_SHIFT 4 |
#define | DMA_CR_HALT_MASK 0x20u |
#define | DMA_CR_HALT_SHIFT 5 |
#define | DMA_CR_CLM_MASK 0x40u |
#define | DMA_CR_CLM_SHIFT 6 |
#define | DMA_CR_EMLM_MASK 0x80u |
#define | DMA_CR_EMLM_SHIFT 7 |
#define | DMA_CR_ECX_MASK 0x10000u |
#define | DMA_CR_ECX_SHIFT 16 |
#define | DMA_CR_CX_MASK 0x20000u |
#define | DMA_CR_CX_SHIFT 17 |
#define | DMA_CR_EDBG_MASK (0x2U) |
#define | DMA_CR_EDBG_SHIFT (1U) |
#define | DMA_CR_EDBG(x) (((uint32_t)(((uint32_t)(x)) << DMA_CR_EDBG_SHIFT)) & DMA_CR_EDBG_MASK) |
#define | DMA_CR_ERCA_MASK (0x4U) |
#define | DMA_CR_ERCA_SHIFT (2U) |
#define | DMA_CR_ERCA(x) (((uint32_t)(((uint32_t)(x)) << DMA_CR_ERCA_SHIFT)) & DMA_CR_ERCA_MASK) |
#define | DMA_CR_HOE_MASK (0x10U) |
#define | DMA_CR_HOE_SHIFT (4U) |
#define | DMA_CR_HOE(x) (((uint32_t)(((uint32_t)(x)) << DMA_CR_HOE_SHIFT)) & DMA_CR_HOE_MASK) |
#define | DMA_CR_HALT_MASK (0x20U) |
#define | DMA_CR_HALT_SHIFT (5U) |
#define | DMA_CR_HALT(x) (((uint32_t)(((uint32_t)(x)) << DMA_CR_HALT_SHIFT)) & DMA_CR_HALT_MASK) |
#define | DMA_CR_CLM_MASK (0x40U) |
#define | DMA_CR_CLM_SHIFT (6U) |
#define | DMA_CR_CLM(x) (((uint32_t)(((uint32_t)(x)) << DMA_CR_CLM_SHIFT)) & DMA_CR_CLM_MASK) |
#define | DMA_CR_EMLM_MASK (0x80U) |
#define | DMA_CR_EMLM_SHIFT (7U) |
#define | DMA_CR_EMLM(x) (((uint32_t)(((uint32_t)(x)) << DMA_CR_EMLM_SHIFT)) & DMA_CR_EMLM_MASK) |
#define | DMA_CR_ECX_MASK (0x10000U) |
#define | DMA_CR_ECX_SHIFT (16U) |
#define | DMA_CR_ECX(x) (((uint32_t)(((uint32_t)(x)) << DMA_CR_ECX_SHIFT)) & DMA_CR_ECX_MASK) |
#define | DMA_CR_CX_MASK (0x20000U) |
#define | DMA_CR_CX_SHIFT (17U) |
#define | DMA_CR_CX(x) (((uint32_t)(((uint32_t)(x)) << DMA_CR_CX_SHIFT)) & DMA_CR_CX_MASK) |
#define | DMA_CR_EDBG_MASK (0x2U) |
#define | DMA_CR_EDBG_SHIFT (1U) |
#define | DMA_CR_EDBG(x) (((uint32_t)(((uint32_t)(x)) << DMA_CR_EDBG_SHIFT)) & DMA_CR_EDBG_MASK) |
#define | DMA_CR_ERCA_MASK (0x4U) |
#define | DMA_CR_ERCA_SHIFT (2U) |
#define | DMA_CR_ERCA(x) (((uint32_t)(((uint32_t)(x)) << DMA_CR_ERCA_SHIFT)) & DMA_CR_ERCA_MASK) |
#define | DMA_CR_ERGA_MASK (0x8U) |
#define | DMA_CR_ERGA_SHIFT (3U) |
#define | DMA_CR_ERGA(x) (((uint32_t)(((uint32_t)(x)) << DMA_CR_ERGA_SHIFT)) & DMA_CR_ERGA_MASK) |
#define | DMA_CR_HOE_MASK (0x10U) |
#define | DMA_CR_HOE_SHIFT (4U) |
#define | DMA_CR_HOE(x) (((uint32_t)(((uint32_t)(x)) << DMA_CR_HOE_SHIFT)) & DMA_CR_HOE_MASK) |
#define | DMA_CR_HALT_MASK (0x20U) |
#define | DMA_CR_HALT_SHIFT (5U) |
#define | DMA_CR_HALT(x) (((uint32_t)(((uint32_t)(x)) << DMA_CR_HALT_SHIFT)) & DMA_CR_HALT_MASK) |
#define | DMA_CR_CLM_MASK (0x40U) |
#define | DMA_CR_CLM_SHIFT (6U) |
#define | DMA_CR_CLM(x) (((uint32_t)(((uint32_t)(x)) << DMA_CR_CLM_SHIFT)) & DMA_CR_CLM_MASK) |
#define | DMA_CR_EMLM_MASK (0x80U) |
#define | DMA_CR_EMLM_SHIFT (7U) |
#define | DMA_CR_EMLM(x) (((uint32_t)(((uint32_t)(x)) << DMA_CR_EMLM_SHIFT)) & DMA_CR_EMLM_MASK) |
#define | DMA_CR_GRP0PRI_MASK (0x100U) |
#define | DMA_CR_GRP0PRI_SHIFT (8U) |
#define | DMA_CR_GRP0PRI(x) (((uint32_t)(((uint32_t)(x)) << DMA_CR_GRP0PRI_SHIFT)) & DMA_CR_GRP0PRI_MASK) |
#define | DMA_CR_GRP1PRI_MASK (0x400U) |
#define | DMA_CR_GRP1PRI_SHIFT (10U) |
#define | DMA_CR_GRP1PRI(x) (((uint32_t)(((uint32_t)(x)) << DMA_CR_GRP1PRI_SHIFT)) & DMA_CR_GRP1PRI_MASK) |
#define | DMA_CR_ECX_MASK (0x10000U) |
#define | DMA_CR_ECX_SHIFT (16U) |
#define | DMA_CR_ECX(x) (((uint32_t)(((uint32_t)(x)) << DMA_CR_ECX_SHIFT)) & DMA_CR_ECX_MASK) |
#define | DMA_CR_CX_MASK (0x20000U) |
#define | DMA_CR_CX_SHIFT (17U) |
#define | DMA_CR_CX(x) (((uint32_t)(((uint32_t)(x)) << DMA_CR_CX_SHIFT)) & DMA_CR_CX_MASK) |
#define | DMA_CR_EDBG_MASK (0x2U) |
#define | DMA_CR_EDBG_SHIFT (1U) |
#define | DMA_CR_EDBG(x) (((uint32_t)(((uint32_t)(x)) << DMA_CR_EDBG_SHIFT)) & DMA_CR_EDBG_MASK) |
#define | DMA_CR_ERCA_MASK (0x4U) |
#define | DMA_CR_ERCA_SHIFT (2U) |
#define | DMA_CR_ERCA(x) (((uint32_t)(((uint32_t)(x)) << DMA_CR_ERCA_SHIFT)) & DMA_CR_ERCA_MASK) |
#define | DMA_CR_ERGA_MASK (0x8U) |
#define | DMA_CR_ERGA_SHIFT (3U) |
#define | DMA_CR_ERGA(x) (((uint32_t)(((uint32_t)(x)) << DMA_CR_ERGA_SHIFT)) & DMA_CR_ERGA_MASK) |
#define | DMA_CR_HOE_MASK (0x10U) |
#define | DMA_CR_HOE_SHIFT (4U) |
#define | DMA_CR_HOE(x) (((uint32_t)(((uint32_t)(x)) << DMA_CR_HOE_SHIFT)) & DMA_CR_HOE_MASK) |
#define | DMA_CR_HALT_MASK (0x20U) |
#define | DMA_CR_HALT_SHIFT (5U) |
#define | DMA_CR_HALT(x) (((uint32_t)(((uint32_t)(x)) << DMA_CR_HALT_SHIFT)) & DMA_CR_HALT_MASK) |
#define | DMA_CR_CLM_MASK (0x40U) |
#define | DMA_CR_CLM_SHIFT (6U) |
#define | DMA_CR_CLM(x) (((uint32_t)(((uint32_t)(x)) << DMA_CR_CLM_SHIFT)) & DMA_CR_CLM_MASK) |
#define | DMA_CR_EMLM_MASK (0x80U) |
#define | DMA_CR_EMLM_SHIFT (7U) |
#define | DMA_CR_EMLM(x) (((uint32_t)(((uint32_t)(x)) << DMA_CR_EMLM_SHIFT)) & DMA_CR_EMLM_MASK) |
#define | DMA_CR_GRP0PRI_MASK (0x100U) |
#define | DMA_CR_GRP0PRI_SHIFT (8U) |
#define | DMA_CR_GRP0PRI(x) (((uint32_t)(((uint32_t)(x)) << DMA_CR_GRP0PRI_SHIFT)) & DMA_CR_GRP0PRI_MASK) |
#define | DMA_CR_GRP1PRI_MASK (0x400U) |
#define | DMA_CR_GRP1PRI_SHIFT (10U) |
#define | DMA_CR_GRP1PRI(x) (((uint32_t)(((uint32_t)(x)) << DMA_CR_GRP1PRI_SHIFT)) & DMA_CR_GRP1PRI_MASK) |
#define | DMA_CR_ECX_MASK (0x10000U) |
#define | DMA_CR_ECX_SHIFT (16U) |
#define | DMA_CR_ECX(x) (((uint32_t)(((uint32_t)(x)) << DMA_CR_ECX_SHIFT)) & DMA_CR_ECX_MASK) |
#define | DMA_CR_CX_MASK (0x20000U) |
#define | DMA_CR_CX_SHIFT (17U) |
#define | DMA_CR_CX(x) (((uint32_t)(((uint32_t)(x)) << DMA_CR_CX_SHIFT)) & DMA_CR_CX_MASK) |
#define | DMA_CR_EDBG_MASK (0x2U) |
#define | DMA_CR_EDBG_SHIFT (1U) |
#define | DMA_CR_EDBG(x) (((uint32_t)(((uint32_t)(x)) << DMA_CR_EDBG_SHIFT)) & DMA_CR_EDBG_MASK) |
#define | DMA_CR_ERCA_MASK (0x4U) |
#define | DMA_CR_ERCA_SHIFT (2U) |
#define | DMA_CR_ERCA(x) (((uint32_t)(((uint32_t)(x)) << DMA_CR_ERCA_SHIFT)) & DMA_CR_ERCA_MASK) |
#define | DMA_CR_ERGA_MASK (0x8U) |
#define | DMA_CR_ERGA_SHIFT (3U) |
#define | DMA_CR_ERGA(x) (((uint32_t)(((uint32_t)(x)) << DMA_CR_ERGA_SHIFT)) & DMA_CR_ERGA_MASK) |
#define | DMA_CR_HOE_MASK (0x10U) |
#define | DMA_CR_HOE_SHIFT (4U) |
#define | DMA_CR_HOE(x) (((uint32_t)(((uint32_t)(x)) << DMA_CR_HOE_SHIFT)) & DMA_CR_HOE_MASK) |
#define | DMA_CR_HALT_MASK (0x20U) |
#define | DMA_CR_HALT_SHIFT (5U) |
#define | DMA_CR_HALT(x) (((uint32_t)(((uint32_t)(x)) << DMA_CR_HALT_SHIFT)) & DMA_CR_HALT_MASK) |
#define | DMA_CR_CLM_MASK (0x40U) |
#define | DMA_CR_CLM_SHIFT (6U) |
#define | DMA_CR_CLM(x) (((uint32_t)(((uint32_t)(x)) << DMA_CR_CLM_SHIFT)) & DMA_CR_CLM_MASK) |
#define | DMA_CR_EMLM_MASK (0x80U) |
#define | DMA_CR_EMLM_SHIFT (7U) |
#define | DMA_CR_EMLM(x) (((uint32_t)(((uint32_t)(x)) << DMA_CR_EMLM_SHIFT)) & DMA_CR_EMLM_MASK) |
#define | DMA_CR_GRP0PRI_MASK (0x100U) |
#define | DMA_CR_GRP0PRI_SHIFT (8U) |
#define | DMA_CR_GRP0PRI(x) (((uint32_t)(((uint32_t)(x)) << DMA_CR_GRP0PRI_SHIFT)) & DMA_CR_GRP0PRI_MASK) |
#define | DMA_CR_GRP1PRI_MASK (0x400U) |
#define | DMA_CR_GRP1PRI_SHIFT (10U) |
#define | DMA_CR_GRP1PRI(x) (((uint32_t)(((uint32_t)(x)) << DMA_CR_GRP1PRI_SHIFT)) & DMA_CR_GRP1PRI_MASK) |
#define | DMA_CR_ECX_MASK (0x10000U) |
#define | DMA_CR_ECX_SHIFT (16U) |
#define | DMA_CR_ECX(x) (((uint32_t)(((uint32_t)(x)) << DMA_CR_ECX_SHIFT)) & DMA_CR_ECX_MASK) |
#define | DMA_CR_CX_MASK (0x20000U) |
#define | DMA_CR_CX_SHIFT (17U) |
#define | DMA_CR_CX(x) (((uint32_t)(((uint32_t)(x)) << DMA_CR_CX_SHIFT)) & DMA_CR_CX_MASK) |
#define | MCM_CR_AHBSPRI_MASK (0x8000000U) |
#define | MCM_CR_AHBSPRI_SHIFT (27U) |
#define | MCM_CR_AHBSPRI(x) (((uint32_t)(((uint32_t)(x)) << MCM_CR_AHBSPRI_SHIFT)) & MCM_CR_AHBSPRI_MASK) |
ES - Error Status Register | |
#define | DMA_ES_DBE_MASK (0x1U) |
#define | DMA_ES_DBE_SHIFT (0U) |
#define | DMA_ES_DBE(x) (((uint32_t)(((uint32_t)(x)) << DMA_ES_DBE_SHIFT)) & DMA_ES_DBE_MASK) |
#define | DMA_ES_SBE_MASK (0x2U) |
#define | DMA_ES_SBE_SHIFT (1U) |
#define | DMA_ES_SBE(x) (((uint32_t)(((uint32_t)(x)) << DMA_ES_SBE_SHIFT)) & DMA_ES_SBE_MASK) |
#define | DMA_ES_SGE_MASK (0x4U) |
#define | DMA_ES_SGE_SHIFT (2U) |
#define | DMA_ES_SGE(x) (((uint32_t)(((uint32_t)(x)) << DMA_ES_SGE_SHIFT)) & DMA_ES_SGE_MASK) |
#define | DMA_ES_NCE_MASK (0x8U) |
#define | DMA_ES_NCE_SHIFT (3U) |
#define | DMA_ES_NCE(x) (((uint32_t)(((uint32_t)(x)) << DMA_ES_NCE_SHIFT)) & DMA_ES_NCE_MASK) |
#define | DMA_ES_DOE_MASK (0x10U) |
#define | DMA_ES_DOE_SHIFT (4U) |
#define | DMA_ES_DOE(x) (((uint32_t)(((uint32_t)(x)) << DMA_ES_DOE_SHIFT)) & DMA_ES_DOE_MASK) |
#define | DMA_ES_DAE_MASK (0x20U) |
#define | DMA_ES_DAE_SHIFT (5U) |
#define | DMA_ES_DAE(x) (((uint32_t)(((uint32_t)(x)) << DMA_ES_DAE_SHIFT)) & DMA_ES_DAE_MASK) |
#define | DMA_ES_SOE_MASK (0x40U) |
#define | DMA_ES_SOE_SHIFT (6U) |
#define | DMA_ES_SOE(x) (((uint32_t)(((uint32_t)(x)) << DMA_ES_SOE_SHIFT)) & DMA_ES_SOE_MASK) |
#define | DMA_ES_SAE_MASK (0x80U) |
#define | DMA_ES_SAE_SHIFT (7U) |
#define | DMA_ES_SAE(x) (((uint32_t)(((uint32_t)(x)) << DMA_ES_SAE_SHIFT)) & DMA_ES_SAE_MASK) |
#define | DMA_ES_ERRCHN_MASK (0xF00U) |
#define | DMA_ES_ERRCHN_SHIFT (8U) |
#define | DMA_ES_ERRCHN(x) (((uint32_t)(((uint32_t)(x)) << DMA_ES_ERRCHN_SHIFT)) & DMA_ES_ERRCHN_MASK) |
#define | DMA_ES_CPE_MASK (0x4000U) |
#define | DMA_ES_CPE_SHIFT (14U) |
#define | DMA_ES_CPE(x) (((uint32_t)(((uint32_t)(x)) << DMA_ES_CPE_SHIFT)) & DMA_ES_CPE_MASK) |
#define | DMA_ES_ECX_MASK (0x10000U) |
#define | DMA_ES_ECX_SHIFT (16U) |
#define | DMA_ES_ECX(x) (((uint32_t)(((uint32_t)(x)) << DMA_ES_ECX_SHIFT)) & DMA_ES_ECX_MASK) |
#define | DMA_ES_VLD_MASK (0x80000000U) |
#define | DMA_ES_VLD_SHIFT (31U) |
#define | DMA_ES_VLD(x) (((uint32_t)(((uint32_t)(x)) << DMA_ES_VLD_SHIFT)) & DMA_ES_VLD_MASK) |
#define | DMA_ES_DBE_MASK 0x1u |
#define | DMA_ES_DBE_SHIFT 0 |
#define | DMA_ES_SBE_MASK 0x2u |
#define | DMA_ES_SBE_SHIFT 1 |
#define | DMA_ES_SGE_MASK 0x4u |
#define | DMA_ES_SGE_SHIFT 2 |
#define | DMA_ES_NCE_MASK 0x8u |
#define | DMA_ES_NCE_SHIFT 3 |
#define | DMA_ES_DOE_MASK 0x10u |
#define | DMA_ES_DOE_SHIFT 4 |
#define | DMA_ES_DAE_MASK 0x20u |
#define | DMA_ES_DAE_SHIFT 5 |
#define | DMA_ES_SOE_MASK 0x40u |
#define | DMA_ES_SOE_SHIFT 6 |
#define | DMA_ES_SAE_MASK 0x80u |
#define | DMA_ES_SAE_SHIFT 7 |
#define | DMA_ES_ERRCHN_MASK 0xF00u |
#define | DMA_ES_ERRCHN_SHIFT 8 |
#define | DMA_ES_ERRCHN(x) (((uint32_t)(((uint32_t)(x))<<DMA_ES_ERRCHN_SHIFT))&DMA_ES_ERRCHN_MASK) |
#define | DMA_ES_CPE_MASK 0x4000u |
#define | DMA_ES_CPE_SHIFT 14 |
#define | DMA_ES_ECX_MASK 0x10000u |
#define | DMA_ES_ECX_SHIFT 16 |
#define | DMA_ES_VLD_MASK 0x80000000u |
#define | DMA_ES_VLD_SHIFT 31 |
#define | DMA_ES_DBE_MASK (0x1U) |
#define | DMA_ES_DBE_SHIFT (0U) |
#define | DMA_ES_DBE(x) (((uint32_t)(((uint32_t)(x)) << DMA_ES_DBE_SHIFT)) & DMA_ES_DBE_MASK) |
#define | DMA_ES_SBE_MASK (0x2U) |
#define | DMA_ES_SBE_SHIFT (1U) |
#define | DMA_ES_SBE(x) (((uint32_t)(((uint32_t)(x)) << DMA_ES_SBE_SHIFT)) & DMA_ES_SBE_MASK) |
#define | DMA_ES_SGE_MASK (0x4U) |
#define | DMA_ES_SGE_SHIFT (2U) |
#define | DMA_ES_SGE(x) (((uint32_t)(((uint32_t)(x)) << DMA_ES_SGE_SHIFT)) & DMA_ES_SGE_MASK) |
#define | DMA_ES_NCE_MASK (0x8U) |
#define | DMA_ES_NCE_SHIFT (3U) |
#define | DMA_ES_NCE(x) (((uint32_t)(((uint32_t)(x)) << DMA_ES_NCE_SHIFT)) & DMA_ES_NCE_MASK) |
#define | DMA_ES_DOE_MASK (0x10U) |
#define | DMA_ES_DOE_SHIFT (4U) |
#define | DMA_ES_DOE(x) (((uint32_t)(((uint32_t)(x)) << DMA_ES_DOE_SHIFT)) & DMA_ES_DOE_MASK) |
#define | DMA_ES_DAE_MASK (0x20U) |
#define | DMA_ES_DAE_SHIFT (5U) |
#define | DMA_ES_DAE(x) (((uint32_t)(((uint32_t)(x)) << DMA_ES_DAE_SHIFT)) & DMA_ES_DAE_MASK) |
#define | DMA_ES_SOE_MASK (0x40U) |
#define | DMA_ES_SOE_SHIFT (6U) |
#define | DMA_ES_SOE(x) (((uint32_t)(((uint32_t)(x)) << DMA_ES_SOE_SHIFT)) & DMA_ES_SOE_MASK) |
#define | DMA_ES_SAE_MASK (0x80U) |
#define | DMA_ES_SAE_SHIFT (7U) |
#define | DMA_ES_SAE(x) (((uint32_t)(((uint32_t)(x)) << DMA_ES_SAE_SHIFT)) & DMA_ES_SAE_MASK) |
#define | DMA_ES_ERRCHN_MASK (0xF00U) |
#define | DMA_ES_ERRCHN_SHIFT (8U) |
#define | DMA_ES_ERRCHN(x) (((uint32_t)(((uint32_t)(x)) << DMA_ES_ERRCHN_SHIFT)) & DMA_ES_ERRCHN_MASK) |
#define | DMA_ES_CPE_MASK (0x4000U) |
#define | DMA_ES_CPE_SHIFT (14U) |
#define | DMA_ES_CPE(x) (((uint32_t)(((uint32_t)(x)) << DMA_ES_CPE_SHIFT)) & DMA_ES_CPE_MASK) |
#define | DMA_ES_ECX_MASK (0x10000U) |
#define | DMA_ES_ECX_SHIFT (16U) |
#define | DMA_ES_ECX(x) (((uint32_t)(((uint32_t)(x)) << DMA_ES_ECX_SHIFT)) & DMA_ES_ECX_MASK) |
#define | DMA_ES_VLD_MASK (0x80000000U) |
#define | DMA_ES_VLD_SHIFT (31U) |
#define | DMA_ES_VLD(x) (((uint32_t)(((uint32_t)(x)) << DMA_ES_VLD_SHIFT)) & DMA_ES_VLD_MASK) |
#define | DMA_ES_DBE_MASK (0x1U) |
#define | DMA_ES_DBE_SHIFT (0U) |
#define | DMA_ES_DBE(x) (((uint32_t)(((uint32_t)(x)) << DMA_ES_DBE_SHIFT)) & DMA_ES_DBE_MASK) |
#define | DMA_ES_SBE_MASK (0x2U) |
#define | DMA_ES_SBE_SHIFT (1U) |
#define | DMA_ES_SBE(x) (((uint32_t)(((uint32_t)(x)) << DMA_ES_SBE_SHIFT)) & DMA_ES_SBE_MASK) |
#define | DMA_ES_SGE_MASK (0x4U) |
#define | DMA_ES_SGE_SHIFT (2U) |
#define | DMA_ES_SGE(x) (((uint32_t)(((uint32_t)(x)) << DMA_ES_SGE_SHIFT)) & DMA_ES_SGE_MASK) |
#define | DMA_ES_NCE_MASK (0x8U) |
#define | DMA_ES_NCE_SHIFT (3U) |
#define | DMA_ES_NCE(x) (((uint32_t)(((uint32_t)(x)) << DMA_ES_NCE_SHIFT)) & DMA_ES_NCE_MASK) |
#define | DMA_ES_DOE_MASK (0x10U) |
#define | DMA_ES_DOE_SHIFT (4U) |
#define | DMA_ES_DOE(x) (((uint32_t)(((uint32_t)(x)) << DMA_ES_DOE_SHIFT)) & DMA_ES_DOE_MASK) |
#define | DMA_ES_DAE_MASK (0x20U) |
#define | DMA_ES_DAE_SHIFT (5U) |
#define | DMA_ES_DAE(x) (((uint32_t)(((uint32_t)(x)) << DMA_ES_DAE_SHIFT)) & DMA_ES_DAE_MASK) |
#define | DMA_ES_SOE_MASK (0x40U) |
#define | DMA_ES_SOE_SHIFT (6U) |
#define | DMA_ES_SOE(x) (((uint32_t)(((uint32_t)(x)) << DMA_ES_SOE_SHIFT)) & DMA_ES_SOE_MASK) |
#define | DMA_ES_SAE_MASK (0x80U) |
#define | DMA_ES_SAE_SHIFT (7U) |
#define | DMA_ES_SAE(x) (((uint32_t)(((uint32_t)(x)) << DMA_ES_SAE_SHIFT)) & DMA_ES_SAE_MASK) |
#define | DMA_ES_ERRCHN_MASK (0x1F00U) |
#define | DMA_ES_ERRCHN_SHIFT (8U) |
#define | DMA_ES_ERRCHN(x) (((uint32_t)(((uint32_t)(x)) << DMA_ES_ERRCHN_SHIFT)) & DMA_ES_ERRCHN_MASK) |
#define | DMA_ES_CPE_MASK (0x4000U) |
#define | DMA_ES_CPE_SHIFT (14U) |
#define | DMA_ES_CPE(x) (((uint32_t)(((uint32_t)(x)) << DMA_ES_CPE_SHIFT)) & DMA_ES_CPE_MASK) |
#define | DMA_ES_GPE_MASK (0x8000U) |
#define | DMA_ES_GPE_SHIFT (15U) |
#define | DMA_ES_GPE(x) (((uint32_t)(((uint32_t)(x)) << DMA_ES_GPE_SHIFT)) & DMA_ES_GPE_MASK) |
#define | DMA_ES_ECX_MASK (0x10000U) |
#define | DMA_ES_ECX_SHIFT (16U) |
#define | DMA_ES_ECX(x) (((uint32_t)(((uint32_t)(x)) << DMA_ES_ECX_SHIFT)) & DMA_ES_ECX_MASK) |
#define | DMA_ES_VLD_MASK (0x80000000U) |
#define | DMA_ES_VLD_SHIFT (31U) |
#define | DMA_ES_VLD(x) (((uint32_t)(((uint32_t)(x)) << DMA_ES_VLD_SHIFT)) & DMA_ES_VLD_MASK) |
#define | DMA_ES_DBE_MASK (0x1U) |
#define | DMA_ES_DBE_SHIFT (0U) |
#define | DMA_ES_DBE(x) (((uint32_t)(((uint32_t)(x)) << DMA_ES_DBE_SHIFT)) & DMA_ES_DBE_MASK) |
#define | DMA_ES_SBE_MASK (0x2U) |
#define | DMA_ES_SBE_SHIFT (1U) |
#define | DMA_ES_SBE(x) (((uint32_t)(((uint32_t)(x)) << DMA_ES_SBE_SHIFT)) & DMA_ES_SBE_MASK) |
#define | DMA_ES_SGE_MASK (0x4U) |
#define | DMA_ES_SGE_SHIFT (2U) |
#define | DMA_ES_SGE(x) (((uint32_t)(((uint32_t)(x)) << DMA_ES_SGE_SHIFT)) & DMA_ES_SGE_MASK) |
#define | DMA_ES_NCE_MASK (0x8U) |
#define | DMA_ES_NCE_SHIFT (3U) |
#define | DMA_ES_NCE(x) (((uint32_t)(((uint32_t)(x)) << DMA_ES_NCE_SHIFT)) & DMA_ES_NCE_MASK) |
#define | DMA_ES_DOE_MASK (0x10U) |
#define | DMA_ES_DOE_SHIFT (4U) |
#define | DMA_ES_DOE(x) (((uint32_t)(((uint32_t)(x)) << DMA_ES_DOE_SHIFT)) & DMA_ES_DOE_MASK) |
#define | DMA_ES_DAE_MASK (0x20U) |
#define | DMA_ES_DAE_SHIFT (5U) |
#define | DMA_ES_DAE(x) (((uint32_t)(((uint32_t)(x)) << DMA_ES_DAE_SHIFT)) & DMA_ES_DAE_MASK) |
#define | DMA_ES_SOE_MASK (0x40U) |
#define | DMA_ES_SOE_SHIFT (6U) |
#define | DMA_ES_SOE(x) (((uint32_t)(((uint32_t)(x)) << DMA_ES_SOE_SHIFT)) & DMA_ES_SOE_MASK) |
#define | DMA_ES_SAE_MASK (0x80U) |
#define | DMA_ES_SAE_SHIFT (7U) |
#define | DMA_ES_SAE(x) (((uint32_t)(((uint32_t)(x)) << DMA_ES_SAE_SHIFT)) & DMA_ES_SAE_MASK) |
#define | DMA_ES_ERRCHN_MASK (0x1F00U) |
#define | DMA_ES_ERRCHN_SHIFT (8U) |
#define | DMA_ES_ERRCHN(x) (((uint32_t)(((uint32_t)(x)) << DMA_ES_ERRCHN_SHIFT)) & DMA_ES_ERRCHN_MASK) |
#define | DMA_ES_CPE_MASK (0x4000U) |
#define | DMA_ES_CPE_SHIFT (14U) |
#define | DMA_ES_CPE(x) (((uint32_t)(((uint32_t)(x)) << DMA_ES_CPE_SHIFT)) & DMA_ES_CPE_MASK) |
#define | DMA_ES_GPE_MASK (0x8000U) |
#define | DMA_ES_GPE_SHIFT (15U) |
#define | DMA_ES_GPE(x) (((uint32_t)(((uint32_t)(x)) << DMA_ES_GPE_SHIFT)) & DMA_ES_GPE_MASK) |
#define | DMA_ES_ECX_MASK (0x10000U) |
#define | DMA_ES_ECX_SHIFT (16U) |
#define | DMA_ES_ECX(x) (((uint32_t)(((uint32_t)(x)) << DMA_ES_ECX_SHIFT)) & DMA_ES_ECX_MASK) |
#define | DMA_ES_VLD_MASK (0x80000000U) |
#define | DMA_ES_VLD_SHIFT (31U) |
#define | DMA_ES_VLD(x) (((uint32_t)(((uint32_t)(x)) << DMA_ES_VLD_SHIFT)) & DMA_ES_VLD_MASK) |
#define | DMA_ES_DBE_MASK (0x1U) |
#define | DMA_ES_DBE_SHIFT (0U) |
#define | DMA_ES_DBE(x) (((uint32_t)(((uint32_t)(x)) << DMA_ES_DBE_SHIFT)) & DMA_ES_DBE_MASK) |
#define | DMA_ES_SBE_MASK (0x2U) |
#define | DMA_ES_SBE_SHIFT (1U) |
#define | DMA_ES_SBE(x) (((uint32_t)(((uint32_t)(x)) << DMA_ES_SBE_SHIFT)) & DMA_ES_SBE_MASK) |
#define | DMA_ES_SGE_MASK (0x4U) |
#define | DMA_ES_SGE_SHIFT (2U) |
#define | DMA_ES_SGE(x) (((uint32_t)(((uint32_t)(x)) << DMA_ES_SGE_SHIFT)) & DMA_ES_SGE_MASK) |
#define | DMA_ES_NCE_MASK (0x8U) |
#define | DMA_ES_NCE_SHIFT (3U) |
#define | DMA_ES_NCE(x) (((uint32_t)(((uint32_t)(x)) << DMA_ES_NCE_SHIFT)) & DMA_ES_NCE_MASK) |
#define | DMA_ES_DOE_MASK (0x10U) |
#define | DMA_ES_DOE_SHIFT (4U) |
#define | DMA_ES_DOE(x) (((uint32_t)(((uint32_t)(x)) << DMA_ES_DOE_SHIFT)) & DMA_ES_DOE_MASK) |
#define | DMA_ES_DAE_MASK (0x20U) |
#define | DMA_ES_DAE_SHIFT (5U) |
#define | DMA_ES_DAE(x) (((uint32_t)(((uint32_t)(x)) << DMA_ES_DAE_SHIFT)) & DMA_ES_DAE_MASK) |
#define | DMA_ES_SOE_MASK (0x40U) |
#define | DMA_ES_SOE_SHIFT (6U) |
#define | DMA_ES_SOE(x) (((uint32_t)(((uint32_t)(x)) << DMA_ES_SOE_SHIFT)) & DMA_ES_SOE_MASK) |
#define | DMA_ES_SAE_MASK (0x80U) |
#define | DMA_ES_SAE_SHIFT (7U) |
#define | DMA_ES_SAE(x) (((uint32_t)(((uint32_t)(x)) << DMA_ES_SAE_SHIFT)) & DMA_ES_SAE_MASK) |
#define | DMA_ES_ERRCHN_MASK (0x1F00U) |
#define | DMA_ES_ERRCHN_SHIFT (8U) |
#define | DMA_ES_ERRCHN(x) (((uint32_t)(((uint32_t)(x)) << DMA_ES_ERRCHN_SHIFT)) & DMA_ES_ERRCHN_MASK) |
#define | DMA_ES_CPE_MASK (0x4000U) |
#define | DMA_ES_CPE_SHIFT (14U) |
#define | DMA_ES_CPE(x) (((uint32_t)(((uint32_t)(x)) << DMA_ES_CPE_SHIFT)) & DMA_ES_CPE_MASK) |
#define | DMA_ES_GPE_MASK (0x8000U) |
#define | DMA_ES_GPE_SHIFT (15U) |
#define | DMA_ES_GPE(x) (((uint32_t)(((uint32_t)(x)) << DMA_ES_GPE_SHIFT)) & DMA_ES_GPE_MASK) |
#define | DMA_ES_ECX_MASK (0x10000U) |
#define | DMA_ES_ECX_SHIFT (16U) |
#define | DMA_ES_ECX(x) (((uint32_t)(((uint32_t)(x)) << DMA_ES_ECX_SHIFT)) & DMA_ES_ECX_MASK) |
#define | DMA_ES_VLD_MASK (0x80000000U) |
#define | DMA_ES_VLD_SHIFT (31U) |
#define | DMA_ES_VLD(x) (((uint32_t)(((uint32_t)(x)) << DMA_ES_VLD_SHIFT)) & DMA_ES_VLD_MASK) |
ERQ - Enable Request Register | |
#define | DMA_ERQ_ERQ0_MASK (0x1U) |
#define | DMA_ERQ_ERQ0_SHIFT (0U) |
#define | DMA_ERQ_ERQ0(x) (((uint32_t)(((uint32_t)(x)) << DMA_ERQ_ERQ0_SHIFT)) & DMA_ERQ_ERQ0_MASK) |
#define | DMA_ERQ_ERQ1_MASK (0x2U) |
#define | DMA_ERQ_ERQ1_SHIFT (1U) |
#define | DMA_ERQ_ERQ1(x) (((uint32_t)(((uint32_t)(x)) << DMA_ERQ_ERQ1_SHIFT)) & DMA_ERQ_ERQ1_MASK) |
#define | DMA_ERQ_ERQ2_MASK (0x4U) |
#define | DMA_ERQ_ERQ2_SHIFT (2U) |
#define | DMA_ERQ_ERQ2(x) (((uint32_t)(((uint32_t)(x)) << DMA_ERQ_ERQ2_SHIFT)) & DMA_ERQ_ERQ2_MASK) |
#define | DMA_ERQ_ERQ3_MASK (0x8U) |
#define | DMA_ERQ_ERQ3_SHIFT (3U) |
#define | DMA_ERQ_ERQ3(x) (((uint32_t)(((uint32_t)(x)) << DMA_ERQ_ERQ3_SHIFT)) & DMA_ERQ_ERQ3_MASK) |
#define | DMA_ERQ_ERQ4_MASK (0x10U) |
#define | DMA_ERQ_ERQ4_SHIFT (4U) |
#define | DMA_ERQ_ERQ4(x) (((uint32_t)(((uint32_t)(x)) << DMA_ERQ_ERQ4_SHIFT)) & DMA_ERQ_ERQ4_MASK) |
#define | DMA_ERQ_ERQ5_MASK (0x20U) |
#define | DMA_ERQ_ERQ5_SHIFT (5U) |
#define | DMA_ERQ_ERQ5(x) (((uint32_t)(((uint32_t)(x)) << DMA_ERQ_ERQ5_SHIFT)) & DMA_ERQ_ERQ5_MASK) |
#define | DMA_ERQ_ERQ6_MASK (0x40U) |
#define | DMA_ERQ_ERQ6_SHIFT (6U) |
#define | DMA_ERQ_ERQ6(x) (((uint32_t)(((uint32_t)(x)) << DMA_ERQ_ERQ6_SHIFT)) & DMA_ERQ_ERQ6_MASK) |
#define | DMA_ERQ_ERQ7_MASK (0x80U) |
#define | DMA_ERQ_ERQ7_SHIFT (7U) |
#define | DMA_ERQ_ERQ7(x) (((uint32_t)(((uint32_t)(x)) << DMA_ERQ_ERQ7_SHIFT)) & DMA_ERQ_ERQ7_MASK) |
#define | DMA_ERQ_ERQ8_MASK (0x100U) |
#define | DMA_ERQ_ERQ8_SHIFT (8U) |
#define | DMA_ERQ_ERQ8(x) (((uint32_t)(((uint32_t)(x)) << DMA_ERQ_ERQ8_SHIFT)) & DMA_ERQ_ERQ8_MASK) |
#define | DMA_ERQ_ERQ9_MASK (0x200U) |
#define | DMA_ERQ_ERQ9_SHIFT (9U) |
#define | DMA_ERQ_ERQ9(x) (((uint32_t)(((uint32_t)(x)) << DMA_ERQ_ERQ9_SHIFT)) & DMA_ERQ_ERQ9_MASK) |
#define | DMA_ERQ_ERQ10_MASK (0x400U) |
#define | DMA_ERQ_ERQ10_SHIFT (10U) |
#define | DMA_ERQ_ERQ10(x) (((uint32_t)(((uint32_t)(x)) << DMA_ERQ_ERQ10_SHIFT)) & DMA_ERQ_ERQ10_MASK) |
#define | DMA_ERQ_ERQ11_MASK (0x800U) |
#define | DMA_ERQ_ERQ11_SHIFT (11U) |
#define | DMA_ERQ_ERQ11(x) (((uint32_t)(((uint32_t)(x)) << DMA_ERQ_ERQ11_SHIFT)) & DMA_ERQ_ERQ11_MASK) |
#define | DMA_ERQ_ERQ12_MASK (0x1000U) |
#define | DMA_ERQ_ERQ12_SHIFT (12U) |
#define | DMA_ERQ_ERQ12(x) (((uint32_t)(((uint32_t)(x)) << DMA_ERQ_ERQ12_SHIFT)) & DMA_ERQ_ERQ12_MASK) |
#define | DMA_ERQ_ERQ13_MASK (0x2000U) |
#define | DMA_ERQ_ERQ13_SHIFT (13U) |
#define | DMA_ERQ_ERQ13(x) (((uint32_t)(((uint32_t)(x)) << DMA_ERQ_ERQ13_SHIFT)) & DMA_ERQ_ERQ13_MASK) |
#define | DMA_ERQ_ERQ14_MASK (0x4000U) |
#define | DMA_ERQ_ERQ14_SHIFT (14U) |
#define | DMA_ERQ_ERQ14(x) (((uint32_t)(((uint32_t)(x)) << DMA_ERQ_ERQ14_SHIFT)) & DMA_ERQ_ERQ14_MASK) |
#define | DMA_ERQ_ERQ15_MASK (0x8000U) |
#define | DMA_ERQ_ERQ15_SHIFT (15U) |
#define | DMA_ERQ_ERQ15(x) (((uint32_t)(((uint32_t)(x)) << DMA_ERQ_ERQ15_SHIFT)) & DMA_ERQ_ERQ15_MASK) |
#define | DMA_ERQ_ERQ0_MASK 0x1u |
#define | DMA_ERQ_ERQ0_SHIFT 0 |
#define | DMA_ERQ_ERQ1_MASK 0x2u |
#define | DMA_ERQ_ERQ1_SHIFT 1 |
#define | DMA_ERQ_ERQ2_MASK 0x4u |
#define | DMA_ERQ_ERQ2_SHIFT 2 |
#define | DMA_ERQ_ERQ3_MASK 0x8u |
#define | DMA_ERQ_ERQ3_SHIFT 3 |
#define | DMA_ERQ_ERQ4_MASK 0x10u |
#define | DMA_ERQ_ERQ4_SHIFT 4 |
#define | DMA_ERQ_ERQ5_MASK 0x20u |
#define | DMA_ERQ_ERQ5_SHIFT 5 |
#define | DMA_ERQ_ERQ6_MASK 0x40u |
#define | DMA_ERQ_ERQ6_SHIFT 6 |
#define | DMA_ERQ_ERQ7_MASK 0x80u |
#define | DMA_ERQ_ERQ7_SHIFT 7 |
#define | DMA_ERQ_ERQ8_MASK 0x100u |
#define | DMA_ERQ_ERQ8_SHIFT 8 |
#define | DMA_ERQ_ERQ9_MASK 0x200u |
#define | DMA_ERQ_ERQ9_SHIFT 9 |
#define | DMA_ERQ_ERQ10_MASK 0x400u |
#define | DMA_ERQ_ERQ10_SHIFT 10 |
#define | DMA_ERQ_ERQ11_MASK 0x800u |
#define | DMA_ERQ_ERQ11_SHIFT 11 |
#define | DMA_ERQ_ERQ12_MASK 0x1000u |
#define | DMA_ERQ_ERQ12_SHIFT 12 |
#define | DMA_ERQ_ERQ13_MASK 0x2000u |
#define | DMA_ERQ_ERQ13_SHIFT 13 |
#define | DMA_ERQ_ERQ14_MASK 0x4000u |
#define | DMA_ERQ_ERQ14_SHIFT 14 |
#define | DMA_ERQ_ERQ15_MASK 0x8000u |
#define | DMA_ERQ_ERQ15_SHIFT 15 |
#define | DMA_ERQ_ERQ0_MASK (0x1U) |
#define | DMA_ERQ_ERQ0_SHIFT (0U) |
#define | DMA_ERQ_ERQ0(x) (((uint32_t)(((uint32_t)(x)) << DMA_ERQ_ERQ0_SHIFT)) & DMA_ERQ_ERQ0_MASK) |
#define | DMA_ERQ_ERQ1_MASK (0x2U) |
#define | DMA_ERQ_ERQ1_SHIFT (1U) |
#define | DMA_ERQ_ERQ1(x) (((uint32_t)(((uint32_t)(x)) << DMA_ERQ_ERQ1_SHIFT)) & DMA_ERQ_ERQ1_MASK) |
#define | DMA_ERQ_ERQ2_MASK (0x4U) |
#define | DMA_ERQ_ERQ2_SHIFT (2U) |
#define | DMA_ERQ_ERQ2(x) (((uint32_t)(((uint32_t)(x)) << DMA_ERQ_ERQ2_SHIFT)) & DMA_ERQ_ERQ2_MASK) |
#define | DMA_ERQ_ERQ3_MASK (0x8U) |
#define | DMA_ERQ_ERQ3_SHIFT (3U) |
#define | DMA_ERQ_ERQ3(x) (((uint32_t)(((uint32_t)(x)) << DMA_ERQ_ERQ3_SHIFT)) & DMA_ERQ_ERQ3_MASK) |
#define | DMA_ERQ_ERQ4_MASK (0x10U) |
#define | DMA_ERQ_ERQ4_SHIFT (4U) |
#define | DMA_ERQ_ERQ4(x) (((uint32_t)(((uint32_t)(x)) << DMA_ERQ_ERQ4_SHIFT)) & DMA_ERQ_ERQ4_MASK) |
#define | DMA_ERQ_ERQ5_MASK (0x20U) |
#define | DMA_ERQ_ERQ5_SHIFT (5U) |
#define | DMA_ERQ_ERQ5(x) (((uint32_t)(((uint32_t)(x)) << DMA_ERQ_ERQ5_SHIFT)) & DMA_ERQ_ERQ5_MASK) |
#define | DMA_ERQ_ERQ6_MASK (0x40U) |
#define | DMA_ERQ_ERQ6_SHIFT (6U) |
#define | DMA_ERQ_ERQ6(x) (((uint32_t)(((uint32_t)(x)) << DMA_ERQ_ERQ6_SHIFT)) & DMA_ERQ_ERQ6_MASK) |
#define | DMA_ERQ_ERQ7_MASK (0x80U) |
#define | DMA_ERQ_ERQ7_SHIFT (7U) |
#define | DMA_ERQ_ERQ7(x) (((uint32_t)(((uint32_t)(x)) << DMA_ERQ_ERQ7_SHIFT)) & DMA_ERQ_ERQ7_MASK) |
#define | DMA_ERQ_ERQ8_MASK (0x100U) |
#define | DMA_ERQ_ERQ8_SHIFT (8U) |
#define | DMA_ERQ_ERQ8(x) (((uint32_t)(((uint32_t)(x)) << DMA_ERQ_ERQ8_SHIFT)) & DMA_ERQ_ERQ8_MASK) |
#define | DMA_ERQ_ERQ9_MASK (0x200U) |
#define | DMA_ERQ_ERQ9_SHIFT (9U) |
#define | DMA_ERQ_ERQ9(x) (((uint32_t)(((uint32_t)(x)) << DMA_ERQ_ERQ9_SHIFT)) & DMA_ERQ_ERQ9_MASK) |
#define | DMA_ERQ_ERQ10_MASK (0x400U) |
#define | DMA_ERQ_ERQ10_SHIFT (10U) |
#define | DMA_ERQ_ERQ10(x) (((uint32_t)(((uint32_t)(x)) << DMA_ERQ_ERQ10_SHIFT)) & DMA_ERQ_ERQ10_MASK) |
#define | DMA_ERQ_ERQ11_MASK (0x800U) |
#define | DMA_ERQ_ERQ11_SHIFT (11U) |
#define | DMA_ERQ_ERQ11(x) (((uint32_t)(((uint32_t)(x)) << DMA_ERQ_ERQ11_SHIFT)) & DMA_ERQ_ERQ11_MASK) |
#define | DMA_ERQ_ERQ12_MASK (0x1000U) |
#define | DMA_ERQ_ERQ12_SHIFT (12U) |
#define | DMA_ERQ_ERQ12(x) (((uint32_t)(((uint32_t)(x)) << DMA_ERQ_ERQ12_SHIFT)) & DMA_ERQ_ERQ12_MASK) |
#define | DMA_ERQ_ERQ13_MASK (0x2000U) |
#define | DMA_ERQ_ERQ13_SHIFT (13U) |
#define | DMA_ERQ_ERQ13(x) (((uint32_t)(((uint32_t)(x)) << DMA_ERQ_ERQ13_SHIFT)) & DMA_ERQ_ERQ13_MASK) |
#define | DMA_ERQ_ERQ14_MASK (0x4000U) |
#define | DMA_ERQ_ERQ14_SHIFT (14U) |
#define | DMA_ERQ_ERQ14(x) (((uint32_t)(((uint32_t)(x)) << DMA_ERQ_ERQ14_SHIFT)) & DMA_ERQ_ERQ14_MASK) |
#define | DMA_ERQ_ERQ15_MASK (0x8000U) |
#define | DMA_ERQ_ERQ15_SHIFT (15U) |
#define | DMA_ERQ_ERQ15(x) (((uint32_t)(((uint32_t)(x)) << DMA_ERQ_ERQ15_SHIFT)) & DMA_ERQ_ERQ15_MASK) |
#define | DMA_ERQ_ERQ0_MASK (0x1U) |
#define | DMA_ERQ_ERQ0_SHIFT (0U) |
#define | DMA_ERQ_ERQ0(x) (((uint32_t)(((uint32_t)(x)) << DMA_ERQ_ERQ0_SHIFT)) & DMA_ERQ_ERQ0_MASK) |
#define | DMA_ERQ_ERQ1_MASK (0x2U) |
#define | DMA_ERQ_ERQ1_SHIFT (1U) |
#define | DMA_ERQ_ERQ1(x) (((uint32_t)(((uint32_t)(x)) << DMA_ERQ_ERQ1_SHIFT)) & DMA_ERQ_ERQ1_MASK) |
#define | DMA_ERQ_ERQ2_MASK (0x4U) |
#define | DMA_ERQ_ERQ2_SHIFT (2U) |
#define | DMA_ERQ_ERQ2(x) (((uint32_t)(((uint32_t)(x)) << DMA_ERQ_ERQ2_SHIFT)) & DMA_ERQ_ERQ2_MASK) |
#define | DMA_ERQ_ERQ3_MASK (0x8U) |
#define | DMA_ERQ_ERQ3_SHIFT (3U) |
#define | DMA_ERQ_ERQ3(x) (((uint32_t)(((uint32_t)(x)) << DMA_ERQ_ERQ3_SHIFT)) & DMA_ERQ_ERQ3_MASK) |
#define | DMA_ERQ_ERQ4_MASK (0x10U) |
#define | DMA_ERQ_ERQ4_SHIFT (4U) |
#define | DMA_ERQ_ERQ4(x) (((uint32_t)(((uint32_t)(x)) << DMA_ERQ_ERQ4_SHIFT)) & DMA_ERQ_ERQ4_MASK) |
#define | DMA_ERQ_ERQ5_MASK (0x20U) |
#define | DMA_ERQ_ERQ5_SHIFT (5U) |
#define | DMA_ERQ_ERQ5(x) (((uint32_t)(((uint32_t)(x)) << DMA_ERQ_ERQ5_SHIFT)) & DMA_ERQ_ERQ5_MASK) |
#define | DMA_ERQ_ERQ6_MASK (0x40U) |
#define | DMA_ERQ_ERQ6_SHIFT (6U) |
#define | DMA_ERQ_ERQ6(x) (((uint32_t)(((uint32_t)(x)) << DMA_ERQ_ERQ6_SHIFT)) & DMA_ERQ_ERQ6_MASK) |
#define | DMA_ERQ_ERQ7_MASK (0x80U) |
#define | DMA_ERQ_ERQ7_SHIFT (7U) |
#define | DMA_ERQ_ERQ7(x) (((uint32_t)(((uint32_t)(x)) << DMA_ERQ_ERQ7_SHIFT)) & DMA_ERQ_ERQ7_MASK) |
#define | DMA_ERQ_ERQ8_MASK (0x100U) |
#define | DMA_ERQ_ERQ8_SHIFT (8U) |
#define | DMA_ERQ_ERQ8(x) (((uint32_t)(((uint32_t)(x)) << DMA_ERQ_ERQ8_SHIFT)) & DMA_ERQ_ERQ8_MASK) |
#define | DMA_ERQ_ERQ9_MASK (0x200U) |
#define | DMA_ERQ_ERQ9_SHIFT (9U) |
#define | DMA_ERQ_ERQ9(x) (((uint32_t)(((uint32_t)(x)) << DMA_ERQ_ERQ9_SHIFT)) & DMA_ERQ_ERQ9_MASK) |
#define | DMA_ERQ_ERQ10_MASK (0x400U) |
#define | DMA_ERQ_ERQ10_SHIFT (10U) |
#define | DMA_ERQ_ERQ10(x) (((uint32_t)(((uint32_t)(x)) << DMA_ERQ_ERQ10_SHIFT)) & DMA_ERQ_ERQ10_MASK) |
#define | DMA_ERQ_ERQ11_MASK (0x800U) |
#define | DMA_ERQ_ERQ11_SHIFT (11U) |
#define | DMA_ERQ_ERQ11(x) (((uint32_t)(((uint32_t)(x)) << DMA_ERQ_ERQ11_SHIFT)) & DMA_ERQ_ERQ11_MASK) |
#define | DMA_ERQ_ERQ12_MASK (0x1000U) |
#define | DMA_ERQ_ERQ12_SHIFT (12U) |
#define | DMA_ERQ_ERQ12(x) (((uint32_t)(((uint32_t)(x)) << DMA_ERQ_ERQ12_SHIFT)) & DMA_ERQ_ERQ12_MASK) |
#define | DMA_ERQ_ERQ13_MASK (0x2000U) |
#define | DMA_ERQ_ERQ13_SHIFT (13U) |
#define | DMA_ERQ_ERQ13(x) (((uint32_t)(((uint32_t)(x)) << DMA_ERQ_ERQ13_SHIFT)) & DMA_ERQ_ERQ13_MASK) |
#define | DMA_ERQ_ERQ14_MASK (0x4000U) |
#define | DMA_ERQ_ERQ14_SHIFT (14U) |
#define | DMA_ERQ_ERQ14(x) (((uint32_t)(((uint32_t)(x)) << DMA_ERQ_ERQ14_SHIFT)) & DMA_ERQ_ERQ14_MASK) |
#define | DMA_ERQ_ERQ15_MASK (0x8000U) |
#define | DMA_ERQ_ERQ15_SHIFT (15U) |
#define | DMA_ERQ_ERQ15(x) (((uint32_t)(((uint32_t)(x)) << DMA_ERQ_ERQ15_SHIFT)) & DMA_ERQ_ERQ15_MASK) |
#define | DMA_ERQ_ERQ16_MASK (0x10000U) |
#define | DMA_ERQ_ERQ16_SHIFT (16U) |
#define | DMA_ERQ_ERQ16(x) (((uint32_t)(((uint32_t)(x)) << DMA_ERQ_ERQ16_SHIFT)) & DMA_ERQ_ERQ16_MASK) |
#define | DMA_ERQ_ERQ17_MASK (0x20000U) |
#define | DMA_ERQ_ERQ17_SHIFT (17U) |
#define | DMA_ERQ_ERQ17(x) (((uint32_t)(((uint32_t)(x)) << DMA_ERQ_ERQ17_SHIFT)) & DMA_ERQ_ERQ17_MASK) |
#define | DMA_ERQ_ERQ18_MASK (0x40000U) |
#define | DMA_ERQ_ERQ18_SHIFT (18U) |
#define | DMA_ERQ_ERQ18(x) (((uint32_t)(((uint32_t)(x)) << DMA_ERQ_ERQ18_SHIFT)) & DMA_ERQ_ERQ18_MASK) |
#define | DMA_ERQ_ERQ19_MASK (0x80000U) |
#define | DMA_ERQ_ERQ19_SHIFT (19U) |
#define | DMA_ERQ_ERQ19(x) (((uint32_t)(((uint32_t)(x)) << DMA_ERQ_ERQ19_SHIFT)) & DMA_ERQ_ERQ19_MASK) |
#define | DMA_ERQ_ERQ20_MASK (0x100000U) |
#define | DMA_ERQ_ERQ20_SHIFT (20U) |
#define | DMA_ERQ_ERQ20(x) (((uint32_t)(((uint32_t)(x)) << DMA_ERQ_ERQ20_SHIFT)) & DMA_ERQ_ERQ20_MASK) |
#define | DMA_ERQ_ERQ21_MASK (0x200000U) |
#define | DMA_ERQ_ERQ21_SHIFT (21U) |
#define | DMA_ERQ_ERQ21(x) (((uint32_t)(((uint32_t)(x)) << DMA_ERQ_ERQ21_SHIFT)) & DMA_ERQ_ERQ21_MASK) |
#define | DMA_ERQ_ERQ22_MASK (0x400000U) |
#define | DMA_ERQ_ERQ22_SHIFT (22U) |
#define | DMA_ERQ_ERQ22(x) (((uint32_t)(((uint32_t)(x)) << DMA_ERQ_ERQ22_SHIFT)) & DMA_ERQ_ERQ22_MASK) |
#define | DMA_ERQ_ERQ23_MASK (0x800000U) |
#define | DMA_ERQ_ERQ23_SHIFT (23U) |
#define | DMA_ERQ_ERQ23(x) (((uint32_t)(((uint32_t)(x)) << DMA_ERQ_ERQ23_SHIFT)) & DMA_ERQ_ERQ23_MASK) |
#define | DMA_ERQ_ERQ24_MASK (0x1000000U) |
#define | DMA_ERQ_ERQ24_SHIFT (24U) |
#define | DMA_ERQ_ERQ24(x) (((uint32_t)(((uint32_t)(x)) << DMA_ERQ_ERQ24_SHIFT)) & DMA_ERQ_ERQ24_MASK) |
#define | DMA_ERQ_ERQ25_MASK (0x2000000U) |
#define | DMA_ERQ_ERQ25_SHIFT (25U) |
#define | DMA_ERQ_ERQ25(x) (((uint32_t)(((uint32_t)(x)) << DMA_ERQ_ERQ25_SHIFT)) & DMA_ERQ_ERQ25_MASK) |
#define | DMA_ERQ_ERQ26_MASK (0x4000000U) |
#define | DMA_ERQ_ERQ26_SHIFT (26U) |
#define | DMA_ERQ_ERQ26(x) (((uint32_t)(((uint32_t)(x)) << DMA_ERQ_ERQ26_SHIFT)) & DMA_ERQ_ERQ26_MASK) |
#define | DMA_ERQ_ERQ27_MASK (0x8000000U) |
#define | DMA_ERQ_ERQ27_SHIFT (27U) |
#define | DMA_ERQ_ERQ27(x) (((uint32_t)(((uint32_t)(x)) << DMA_ERQ_ERQ27_SHIFT)) & DMA_ERQ_ERQ27_MASK) |
#define | DMA_ERQ_ERQ28_MASK (0x10000000U) |
#define | DMA_ERQ_ERQ28_SHIFT (28U) |
#define | DMA_ERQ_ERQ28(x) (((uint32_t)(((uint32_t)(x)) << DMA_ERQ_ERQ28_SHIFT)) & DMA_ERQ_ERQ28_MASK) |
#define | DMA_ERQ_ERQ29_MASK (0x20000000U) |
#define | DMA_ERQ_ERQ29_SHIFT (29U) |
#define | DMA_ERQ_ERQ29(x) (((uint32_t)(((uint32_t)(x)) << DMA_ERQ_ERQ29_SHIFT)) & DMA_ERQ_ERQ29_MASK) |
#define | DMA_ERQ_ERQ30_MASK (0x40000000U) |
#define | DMA_ERQ_ERQ30_SHIFT (30U) |
#define | DMA_ERQ_ERQ30(x) (((uint32_t)(((uint32_t)(x)) << DMA_ERQ_ERQ30_SHIFT)) & DMA_ERQ_ERQ30_MASK) |
#define | DMA_ERQ_ERQ31_MASK (0x80000000U) |
#define | DMA_ERQ_ERQ31_SHIFT (31U) |
#define | DMA_ERQ_ERQ31(x) (((uint32_t)(((uint32_t)(x)) << DMA_ERQ_ERQ31_SHIFT)) & DMA_ERQ_ERQ31_MASK) |
#define | DMA_ERQ_ERQ0_MASK (0x1U) |
#define | DMA_ERQ_ERQ0_SHIFT (0U) |
#define | DMA_ERQ_ERQ0(x) (((uint32_t)(((uint32_t)(x)) << DMA_ERQ_ERQ0_SHIFT)) & DMA_ERQ_ERQ0_MASK) |
#define | DMA_ERQ_ERQ1_MASK (0x2U) |
#define | DMA_ERQ_ERQ1_SHIFT (1U) |
#define | DMA_ERQ_ERQ1(x) (((uint32_t)(((uint32_t)(x)) << DMA_ERQ_ERQ1_SHIFT)) & DMA_ERQ_ERQ1_MASK) |
#define | DMA_ERQ_ERQ2_MASK (0x4U) |
#define | DMA_ERQ_ERQ2_SHIFT (2U) |
#define | DMA_ERQ_ERQ2(x) (((uint32_t)(((uint32_t)(x)) << DMA_ERQ_ERQ2_SHIFT)) & DMA_ERQ_ERQ2_MASK) |
#define | DMA_ERQ_ERQ3_MASK (0x8U) |
#define | DMA_ERQ_ERQ3_SHIFT (3U) |
#define | DMA_ERQ_ERQ3(x) (((uint32_t)(((uint32_t)(x)) << DMA_ERQ_ERQ3_SHIFT)) & DMA_ERQ_ERQ3_MASK) |
#define | DMA_ERQ_ERQ4_MASK (0x10U) |
#define | DMA_ERQ_ERQ4_SHIFT (4U) |
#define | DMA_ERQ_ERQ4(x) (((uint32_t)(((uint32_t)(x)) << DMA_ERQ_ERQ4_SHIFT)) & DMA_ERQ_ERQ4_MASK) |
#define | DMA_ERQ_ERQ5_MASK (0x20U) |
#define | DMA_ERQ_ERQ5_SHIFT (5U) |
#define | DMA_ERQ_ERQ5(x) (((uint32_t)(((uint32_t)(x)) << DMA_ERQ_ERQ5_SHIFT)) & DMA_ERQ_ERQ5_MASK) |
#define | DMA_ERQ_ERQ6_MASK (0x40U) |
#define | DMA_ERQ_ERQ6_SHIFT (6U) |
#define | DMA_ERQ_ERQ6(x) (((uint32_t)(((uint32_t)(x)) << DMA_ERQ_ERQ6_SHIFT)) & DMA_ERQ_ERQ6_MASK) |
#define | DMA_ERQ_ERQ7_MASK (0x80U) |
#define | DMA_ERQ_ERQ7_SHIFT (7U) |
#define | DMA_ERQ_ERQ7(x) (((uint32_t)(((uint32_t)(x)) << DMA_ERQ_ERQ7_SHIFT)) & DMA_ERQ_ERQ7_MASK) |
#define | DMA_ERQ_ERQ8_MASK (0x100U) |
#define | DMA_ERQ_ERQ8_SHIFT (8U) |
#define | DMA_ERQ_ERQ8(x) (((uint32_t)(((uint32_t)(x)) << DMA_ERQ_ERQ8_SHIFT)) & DMA_ERQ_ERQ8_MASK) |
#define | DMA_ERQ_ERQ9_MASK (0x200U) |
#define | DMA_ERQ_ERQ9_SHIFT (9U) |
#define | DMA_ERQ_ERQ9(x) (((uint32_t)(((uint32_t)(x)) << DMA_ERQ_ERQ9_SHIFT)) & DMA_ERQ_ERQ9_MASK) |
#define | DMA_ERQ_ERQ10_MASK (0x400U) |
#define | DMA_ERQ_ERQ10_SHIFT (10U) |
#define | DMA_ERQ_ERQ10(x) (((uint32_t)(((uint32_t)(x)) << DMA_ERQ_ERQ10_SHIFT)) & DMA_ERQ_ERQ10_MASK) |
#define | DMA_ERQ_ERQ11_MASK (0x800U) |
#define | DMA_ERQ_ERQ11_SHIFT (11U) |
#define | DMA_ERQ_ERQ11(x) (((uint32_t)(((uint32_t)(x)) << DMA_ERQ_ERQ11_SHIFT)) & DMA_ERQ_ERQ11_MASK) |
#define | DMA_ERQ_ERQ12_MASK (0x1000U) |
#define | DMA_ERQ_ERQ12_SHIFT (12U) |
#define | DMA_ERQ_ERQ12(x) (((uint32_t)(((uint32_t)(x)) << DMA_ERQ_ERQ12_SHIFT)) & DMA_ERQ_ERQ12_MASK) |
#define | DMA_ERQ_ERQ13_MASK (0x2000U) |
#define | DMA_ERQ_ERQ13_SHIFT (13U) |
#define | DMA_ERQ_ERQ13(x) (((uint32_t)(((uint32_t)(x)) << DMA_ERQ_ERQ13_SHIFT)) & DMA_ERQ_ERQ13_MASK) |
#define | DMA_ERQ_ERQ14_MASK (0x4000U) |
#define | DMA_ERQ_ERQ14_SHIFT (14U) |
#define | DMA_ERQ_ERQ14(x) (((uint32_t)(((uint32_t)(x)) << DMA_ERQ_ERQ14_SHIFT)) & DMA_ERQ_ERQ14_MASK) |
#define | DMA_ERQ_ERQ15_MASK (0x8000U) |
#define | DMA_ERQ_ERQ15_SHIFT (15U) |
#define | DMA_ERQ_ERQ15(x) (((uint32_t)(((uint32_t)(x)) << DMA_ERQ_ERQ15_SHIFT)) & DMA_ERQ_ERQ15_MASK) |
#define | DMA_ERQ_ERQ16_MASK (0x10000U) |
#define | DMA_ERQ_ERQ16_SHIFT (16U) |
#define | DMA_ERQ_ERQ16(x) (((uint32_t)(((uint32_t)(x)) << DMA_ERQ_ERQ16_SHIFT)) & DMA_ERQ_ERQ16_MASK) |
#define | DMA_ERQ_ERQ17_MASK (0x20000U) |
#define | DMA_ERQ_ERQ17_SHIFT (17U) |
#define | DMA_ERQ_ERQ17(x) (((uint32_t)(((uint32_t)(x)) << DMA_ERQ_ERQ17_SHIFT)) & DMA_ERQ_ERQ17_MASK) |
#define | DMA_ERQ_ERQ18_MASK (0x40000U) |
#define | DMA_ERQ_ERQ18_SHIFT (18U) |
#define | DMA_ERQ_ERQ18(x) (((uint32_t)(((uint32_t)(x)) << DMA_ERQ_ERQ18_SHIFT)) & DMA_ERQ_ERQ18_MASK) |
#define | DMA_ERQ_ERQ19_MASK (0x80000U) |
#define | DMA_ERQ_ERQ19_SHIFT (19U) |
#define | DMA_ERQ_ERQ19(x) (((uint32_t)(((uint32_t)(x)) << DMA_ERQ_ERQ19_SHIFT)) & DMA_ERQ_ERQ19_MASK) |
#define | DMA_ERQ_ERQ20_MASK (0x100000U) |
#define | DMA_ERQ_ERQ20_SHIFT (20U) |
#define | DMA_ERQ_ERQ20(x) (((uint32_t)(((uint32_t)(x)) << DMA_ERQ_ERQ20_SHIFT)) & DMA_ERQ_ERQ20_MASK) |
#define | DMA_ERQ_ERQ21_MASK (0x200000U) |
#define | DMA_ERQ_ERQ21_SHIFT (21U) |
#define | DMA_ERQ_ERQ21(x) (((uint32_t)(((uint32_t)(x)) << DMA_ERQ_ERQ21_SHIFT)) & DMA_ERQ_ERQ21_MASK) |
#define | DMA_ERQ_ERQ22_MASK (0x400000U) |
#define | DMA_ERQ_ERQ22_SHIFT (22U) |
#define | DMA_ERQ_ERQ22(x) (((uint32_t)(((uint32_t)(x)) << DMA_ERQ_ERQ22_SHIFT)) & DMA_ERQ_ERQ22_MASK) |
#define | DMA_ERQ_ERQ23_MASK (0x800000U) |
#define | DMA_ERQ_ERQ23_SHIFT (23U) |
#define | DMA_ERQ_ERQ23(x) (((uint32_t)(((uint32_t)(x)) << DMA_ERQ_ERQ23_SHIFT)) & DMA_ERQ_ERQ23_MASK) |
#define | DMA_ERQ_ERQ24_MASK (0x1000000U) |
#define | DMA_ERQ_ERQ24_SHIFT (24U) |
#define | DMA_ERQ_ERQ24(x) (((uint32_t)(((uint32_t)(x)) << DMA_ERQ_ERQ24_SHIFT)) & DMA_ERQ_ERQ24_MASK) |
#define | DMA_ERQ_ERQ25_MASK (0x2000000U) |
#define | DMA_ERQ_ERQ25_SHIFT (25U) |
#define | DMA_ERQ_ERQ25(x) (((uint32_t)(((uint32_t)(x)) << DMA_ERQ_ERQ25_SHIFT)) & DMA_ERQ_ERQ25_MASK) |
#define | DMA_ERQ_ERQ26_MASK (0x4000000U) |
#define | DMA_ERQ_ERQ26_SHIFT (26U) |
#define | DMA_ERQ_ERQ26(x) (((uint32_t)(((uint32_t)(x)) << DMA_ERQ_ERQ26_SHIFT)) & DMA_ERQ_ERQ26_MASK) |
#define | DMA_ERQ_ERQ27_MASK (0x8000000U) |
#define | DMA_ERQ_ERQ27_SHIFT (27U) |
#define | DMA_ERQ_ERQ27(x) (((uint32_t)(((uint32_t)(x)) << DMA_ERQ_ERQ27_SHIFT)) & DMA_ERQ_ERQ27_MASK) |
#define | DMA_ERQ_ERQ28_MASK (0x10000000U) |
#define | DMA_ERQ_ERQ28_SHIFT (28U) |
#define | DMA_ERQ_ERQ28(x) (((uint32_t)(((uint32_t)(x)) << DMA_ERQ_ERQ28_SHIFT)) & DMA_ERQ_ERQ28_MASK) |
#define | DMA_ERQ_ERQ29_MASK (0x20000000U) |
#define | DMA_ERQ_ERQ29_SHIFT (29U) |
#define | DMA_ERQ_ERQ29(x) (((uint32_t)(((uint32_t)(x)) << DMA_ERQ_ERQ29_SHIFT)) & DMA_ERQ_ERQ29_MASK) |
#define | DMA_ERQ_ERQ30_MASK (0x40000000U) |
#define | DMA_ERQ_ERQ30_SHIFT (30U) |
#define | DMA_ERQ_ERQ30(x) (((uint32_t)(((uint32_t)(x)) << DMA_ERQ_ERQ30_SHIFT)) & DMA_ERQ_ERQ30_MASK) |
#define | DMA_ERQ_ERQ31_MASK (0x80000000U) |
#define | DMA_ERQ_ERQ31_SHIFT (31U) |
#define | DMA_ERQ_ERQ31(x) (((uint32_t)(((uint32_t)(x)) << DMA_ERQ_ERQ31_SHIFT)) & DMA_ERQ_ERQ31_MASK) |
#define | DMA_ERQ_ERQ0_MASK (0x1U) |
#define | DMA_ERQ_ERQ0_SHIFT (0U) |
#define | DMA_ERQ_ERQ0(x) (((uint32_t)(((uint32_t)(x)) << DMA_ERQ_ERQ0_SHIFT)) & DMA_ERQ_ERQ0_MASK) |
#define | DMA_ERQ_ERQ1_MASK (0x2U) |
#define | DMA_ERQ_ERQ1_SHIFT (1U) |
#define | DMA_ERQ_ERQ1(x) (((uint32_t)(((uint32_t)(x)) << DMA_ERQ_ERQ1_SHIFT)) & DMA_ERQ_ERQ1_MASK) |
#define | DMA_ERQ_ERQ2_MASK (0x4U) |
#define | DMA_ERQ_ERQ2_SHIFT (2U) |
#define | DMA_ERQ_ERQ2(x) (((uint32_t)(((uint32_t)(x)) << DMA_ERQ_ERQ2_SHIFT)) & DMA_ERQ_ERQ2_MASK) |
#define | DMA_ERQ_ERQ3_MASK (0x8U) |
#define | DMA_ERQ_ERQ3_SHIFT (3U) |
#define | DMA_ERQ_ERQ3(x) (((uint32_t)(((uint32_t)(x)) << DMA_ERQ_ERQ3_SHIFT)) & DMA_ERQ_ERQ3_MASK) |
#define | DMA_ERQ_ERQ4_MASK (0x10U) |
#define | DMA_ERQ_ERQ4_SHIFT (4U) |
#define | DMA_ERQ_ERQ4(x) (((uint32_t)(((uint32_t)(x)) << DMA_ERQ_ERQ4_SHIFT)) & DMA_ERQ_ERQ4_MASK) |
#define | DMA_ERQ_ERQ5_MASK (0x20U) |
#define | DMA_ERQ_ERQ5_SHIFT (5U) |
#define | DMA_ERQ_ERQ5(x) (((uint32_t)(((uint32_t)(x)) << DMA_ERQ_ERQ5_SHIFT)) & DMA_ERQ_ERQ5_MASK) |
#define | DMA_ERQ_ERQ6_MASK (0x40U) |
#define | DMA_ERQ_ERQ6_SHIFT (6U) |
#define | DMA_ERQ_ERQ6(x) (((uint32_t)(((uint32_t)(x)) << DMA_ERQ_ERQ6_SHIFT)) & DMA_ERQ_ERQ6_MASK) |
#define | DMA_ERQ_ERQ7_MASK (0x80U) |
#define | DMA_ERQ_ERQ7_SHIFT (7U) |
#define | DMA_ERQ_ERQ7(x) (((uint32_t)(((uint32_t)(x)) << DMA_ERQ_ERQ7_SHIFT)) & DMA_ERQ_ERQ7_MASK) |
#define | DMA_ERQ_ERQ8_MASK (0x100U) |
#define | DMA_ERQ_ERQ8_SHIFT (8U) |
#define | DMA_ERQ_ERQ8(x) (((uint32_t)(((uint32_t)(x)) << DMA_ERQ_ERQ8_SHIFT)) & DMA_ERQ_ERQ8_MASK) |
#define | DMA_ERQ_ERQ9_MASK (0x200U) |
#define | DMA_ERQ_ERQ9_SHIFT (9U) |
#define | DMA_ERQ_ERQ9(x) (((uint32_t)(((uint32_t)(x)) << DMA_ERQ_ERQ9_SHIFT)) & DMA_ERQ_ERQ9_MASK) |
#define | DMA_ERQ_ERQ10_MASK (0x400U) |
#define | DMA_ERQ_ERQ10_SHIFT (10U) |
#define | DMA_ERQ_ERQ10(x) (((uint32_t)(((uint32_t)(x)) << DMA_ERQ_ERQ10_SHIFT)) & DMA_ERQ_ERQ10_MASK) |
#define | DMA_ERQ_ERQ11_MASK (0x800U) |
#define | DMA_ERQ_ERQ11_SHIFT (11U) |
#define | DMA_ERQ_ERQ11(x) (((uint32_t)(((uint32_t)(x)) << DMA_ERQ_ERQ11_SHIFT)) & DMA_ERQ_ERQ11_MASK) |
#define | DMA_ERQ_ERQ12_MASK (0x1000U) |
#define | DMA_ERQ_ERQ12_SHIFT (12U) |
#define | DMA_ERQ_ERQ12(x) (((uint32_t)(((uint32_t)(x)) << DMA_ERQ_ERQ12_SHIFT)) & DMA_ERQ_ERQ12_MASK) |
#define | DMA_ERQ_ERQ13_MASK (0x2000U) |
#define | DMA_ERQ_ERQ13_SHIFT (13U) |
#define | DMA_ERQ_ERQ13(x) (((uint32_t)(((uint32_t)(x)) << DMA_ERQ_ERQ13_SHIFT)) & DMA_ERQ_ERQ13_MASK) |
#define | DMA_ERQ_ERQ14_MASK (0x4000U) |
#define | DMA_ERQ_ERQ14_SHIFT (14U) |
#define | DMA_ERQ_ERQ14(x) (((uint32_t)(((uint32_t)(x)) << DMA_ERQ_ERQ14_SHIFT)) & DMA_ERQ_ERQ14_MASK) |
#define | DMA_ERQ_ERQ15_MASK (0x8000U) |
#define | DMA_ERQ_ERQ15_SHIFT (15U) |
#define | DMA_ERQ_ERQ15(x) (((uint32_t)(((uint32_t)(x)) << DMA_ERQ_ERQ15_SHIFT)) & DMA_ERQ_ERQ15_MASK) |
#define | DMA_ERQ_ERQ16_MASK (0x10000U) |
#define | DMA_ERQ_ERQ16_SHIFT (16U) |
#define | DMA_ERQ_ERQ16(x) (((uint32_t)(((uint32_t)(x)) << DMA_ERQ_ERQ16_SHIFT)) & DMA_ERQ_ERQ16_MASK) |
#define | DMA_ERQ_ERQ17_MASK (0x20000U) |
#define | DMA_ERQ_ERQ17_SHIFT (17U) |
#define | DMA_ERQ_ERQ17(x) (((uint32_t)(((uint32_t)(x)) << DMA_ERQ_ERQ17_SHIFT)) & DMA_ERQ_ERQ17_MASK) |
#define | DMA_ERQ_ERQ18_MASK (0x40000U) |
#define | DMA_ERQ_ERQ18_SHIFT (18U) |
#define | DMA_ERQ_ERQ18(x) (((uint32_t)(((uint32_t)(x)) << DMA_ERQ_ERQ18_SHIFT)) & DMA_ERQ_ERQ18_MASK) |
#define | DMA_ERQ_ERQ19_MASK (0x80000U) |
#define | DMA_ERQ_ERQ19_SHIFT (19U) |
#define | DMA_ERQ_ERQ19(x) (((uint32_t)(((uint32_t)(x)) << DMA_ERQ_ERQ19_SHIFT)) & DMA_ERQ_ERQ19_MASK) |
#define | DMA_ERQ_ERQ20_MASK (0x100000U) |
#define | DMA_ERQ_ERQ20_SHIFT (20U) |
#define | DMA_ERQ_ERQ20(x) (((uint32_t)(((uint32_t)(x)) << DMA_ERQ_ERQ20_SHIFT)) & DMA_ERQ_ERQ20_MASK) |
#define | DMA_ERQ_ERQ21_MASK (0x200000U) |
#define | DMA_ERQ_ERQ21_SHIFT (21U) |
#define | DMA_ERQ_ERQ21(x) (((uint32_t)(((uint32_t)(x)) << DMA_ERQ_ERQ21_SHIFT)) & DMA_ERQ_ERQ21_MASK) |
#define | DMA_ERQ_ERQ22_MASK (0x400000U) |
#define | DMA_ERQ_ERQ22_SHIFT (22U) |
#define | DMA_ERQ_ERQ22(x) (((uint32_t)(((uint32_t)(x)) << DMA_ERQ_ERQ22_SHIFT)) & DMA_ERQ_ERQ22_MASK) |
#define | DMA_ERQ_ERQ23_MASK (0x800000U) |
#define | DMA_ERQ_ERQ23_SHIFT (23U) |
#define | DMA_ERQ_ERQ23(x) (((uint32_t)(((uint32_t)(x)) << DMA_ERQ_ERQ23_SHIFT)) & DMA_ERQ_ERQ23_MASK) |
#define | DMA_ERQ_ERQ24_MASK (0x1000000U) |
#define | DMA_ERQ_ERQ24_SHIFT (24U) |
#define | DMA_ERQ_ERQ24(x) (((uint32_t)(((uint32_t)(x)) << DMA_ERQ_ERQ24_SHIFT)) & DMA_ERQ_ERQ24_MASK) |
#define | DMA_ERQ_ERQ25_MASK (0x2000000U) |
#define | DMA_ERQ_ERQ25_SHIFT (25U) |
#define | DMA_ERQ_ERQ25(x) (((uint32_t)(((uint32_t)(x)) << DMA_ERQ_ERQ25_SHIFT)) & DMA_ERQ_ERQ25_MASK) |
#define | DMA_ERQ_ERQ26_MASK (0x4000000U) |
#define | DMA_ERQ_ERQ26_SHIFT (26U) |
#define | DMA_ERQ_ERQ26(x) (((uint32_t)(((uint32_t)(x)) << DMA_ERQ_ERQ26_SHIFT)) & DMA_ERQ_ERQ26_MASK) |
#define | DMA_ERQ_ERQ27_MASK (0x8000000U) |
#define | DMA_ERQ_ERQ27_SHIFT (27U) |
#define | DMA_ERQ_ERQ27(x) (((uint32_t)(((uint32_t)(x)) << DMA_ERQ_ERQ27_SHIFT)) & DMA_ERQ_ERQ27_MASK) |
#define | DMA_ERQ_ERQ28_MASK (0x10000000U) |
#define | DMA_ERQ_ERQ28_SHIFT (28U) |
#define | DMA_ERQ_ERQ28(x) (((uint32_t)(((uint32_t)(x)) << DMA_ERQ_ERQ28_SHIFT)) & DMA_ERQ_ERQ28_MASK) |
#define | DMA_ERQ_ERQ29_MASK (0x20000000U) |
#define | DMA_ERQ_ERQ29_SHIFT (29U) |
#define | DMA_ERQ_ERQ29(x) (((uint32_t)(((uint32_t)(x)) << DMA_ERQ_ERQ29_SHIFT)) & DMA_ERQ_ERQ29_MASK) |
#define | DMA_ERQ_ERQ30_MASK (0x40000000U) |
#define | DMA_ERQ_ERQ30_SHIFT (30U) |
#define | DMA_ERQ_ERQ30(x) (((uint32_t)(((uint32_t)(x)) << DMA_ERQ_ERQ30_SHIFT)) & DMA_ERQ_ERQ30_MASK) |
#define | DMA_ERQ_ERQ31_MASK (0x80000000U) |
#define | DMA_ERQ_ERQ31_SHIFT (31U) |
#define | DMA_ERQ_ERQ31(x) (((uint32_t)(((uint32_t)(x)) << DMA_ERQ_ERQ31_SHIFT)) & DMA_ERQ_ERQ31_MASK) |
EEI - Enable Error Interrupt Register | |
#define | DMA_EEI_EEI0_MASK (0x1U) |
#define | DMA_EEI_EEI0_SHIFT (0U) |
#define | DMA_EEI_EEI0(x) (((uint32_t)(((uint32_t)(x)) << DMA_EEI_EEI0_SHIFT)) & DMA_EEI_EEI0_MASK) |
#define | DMA_EEI_EEI1_MASK (0x2U) |
#define | DMA_EEI_EEI1_SHIFT (1U) |
#define | DMA_EEI_EEI1(x) (((uint32_t)(((uint32_t)(x)) << DMA_EEI_EEI1_SHIFT)) & DMA_EEI_EEI1_MASK) |
#define | DMA_EEI_EEI2_MASK (0x4U) |
#define | DMA_EEI_EEI2_SHIFT (2U) |
#define | DMA_EEI_EEI2(x) (((uint32_t)(((uint32_t)(x)) << DMA_EEI_EEI2_SHIFT)) & DMA_EEI_EEI2_MASK) |
#define | DMA_EEI_EEI3_MASK (0x8U) |
#define | DMA_EEI_EEI3_SHIFT (3U) |
#define | DMA_EEI_EEI3(x) (((uint32_t)(((uint32_t)(x)) << DMA_EEI_EEI3_SHIFT)) & DMA_EEI_EEI3_MASK) |
#define | DMA_EEI_EEI4_MASK (0x10U) |
#define | DMA_EEI_EEI4_SHIFT (4U) |
#define | DMA_EEI_EEI4(x) (((uint32_t)(((uint32_t)(x)) << DMA_EEI_EEI4_SHIFT)) & DMA_EEI_EEI4_MASK) |
#define | DMA_EEI_EEI5_MASK (0x20U) |
#define | DMA_EEI_EEI5_SHIFT (5U) |
#define | DMA_EEI_EEI5(x) (((uint32_t)(((uint32_t)(x)) << DMA_EEI_EEI5_SHIFT)) & DMA_EEI_EEI5_MASK) |
#define | DMA_EEI_EEI6_MASK (0x40U) |
#define | DMA_EEI_EEI6_SHIFT (6U) |
#define | DMA_EEI_EEI6(x) (((uint32_t)(((uint32_t)(x)) << DMA_EEI_EEI6_SHIFT)) & DMA_EEI_EEI6_MASK) |
#define | DMA_EEI_EEI7_MASK (0x80U) |
#define | DMA_EEI_EEI7_SHIFT (7U) |
#define | DMA_EEI_EEI7(x) (((uint32_t)(((uint32_t)(x)) << DMA_EEI_EEI7_SHIFT)) & DMA_EEI_EEI7_MASK) |
#define | DMA_EEI_EEI8_MASK (0x100U) |
#define | DMA_EEI_EEI8_SHIFT (8U) |
#define | DMA_EEI_EEI8(x) (((uint32_t)(((uint32_t)(x)) << DMA_EEI_EEI8_SHIFT)) & DMA_EEI_EEI8_MASK) |
#define | DMA_EEI_EEI9_MASK (0x200U) |
#define | DMA_EEI_EEI9_SHIFT (9U) |
#define | DMA_EEI_EEI9(x) (((uint32_t)(((uint32_t)(x)) << DMA_EEI_EEI9_SHIFT)) & DMA_EEI_EEI9_MASK) |
#define | DMA_EEI_EEI10_MASK (0x400U) |
#define | DMA_EEI_EEI10_SHIFT (10U) |
#define | DMA_EEI_EEI10(x) (((uint32_t)(((uint32_t)(x)) << DMA_EEI_EEI10_SHIFT)) & DMA_EEI_EEI10_MASK) |
#define | DMA_EEI_EEI11_MASK (0x800U) |
#define | DMA_EEI_EEI11_SHIFT (11U) |
#define | DMA_EEI_EEI11(x) (((uint32_t)(((uint32_t)(x)) << DMA_EEI_EEI11_SHIFT)) & DMA_EEI_EEI11_MASK) |
#define | DMA_EEI_EEI12_MASK (0x1000U) |
#define | DMA_EEI_EEI12_SHIFT (12U) |
#define | DMA_EEI_EEI12(x) (((uint32_t)(((uint32_t)(x)) << DMA_EEI_EEI12_SHIFT)) & DMA_EEI_EEI12_MASK) |
#define | DMA_EEI_EEI13_MASK (0x2000U) |
#define | DMA_EEI_EEI13_SHIFT (13U) |
#define | DMA_EEI_EEI13(x) (((uint32_t)(((uint32_t)(x)) << DMA_EEI_EEI13_SHIFT)) & DMA_EEI_EEI13_MASK) |
#define | DMA_EEI_EEI14_MASK (0x4000U) |
#define | DMA_EEI_EEI14_SHIFT (14U) |
#define | DMA_EEI_EEI14(x) (((uint32_t)(((uint32_t)(x)) << DMA_EEI_EEI14_SHIFT)) & DMA_EEI_EEI14_MASK) |
#define | DMA_EEI_EEI15_MASK (0x8000U) |
#define | DMA_EEI_EEI15_SHIFT (15U) |
#define | DMA_EEI_EEI15(x) (((uint32_t)(((uint32_t)(x)) << DMA_EEI_EEI15_SHIFT)) & DMA_EEI_EEI15_MASK) |
#define | DMA_EEI_EEI0_MASK 0x1u |
#define | DMA_EEI_EEI0_SHIFT 0 |
#define | DMA_EEI_EEI1_MASK 0x2u |
#define | DMA_EEI_EEI1_SHIFT 1 |
#define | DMA_EEI_EEI2_MASK 0x4u |
#define | DMA_EEI_EEI2_SHIFT 2 |
#define | DMA_EEI_EEI3_MASK 0x8u |
#define | DMA_EEI_EEI3_SHIFT 3 |
#define | DMA_EEI_EEI4_MASK 0x10u |
#define | DMA_EEI_EEI4_SHIFT 4 |
#define | DMA_EEI_EEI5_MASK 0x20u |
#define | DMA_EEI_EEI5_SHIFT 5 |
#define | DMA_EEI_EEI6_MASK 0x40u |
#define | DMA_EEI_EEI6_SHIFT 6 |
#define | DMA_EEI_EEI7_MASK 0x80u |
#define | DMA_EEI_EEI7_SHIFT 7 |
#define | DMA_EEI_EEI8_MASK 0x100u |
#define | DMA_EEI_EEI8_SHIFT 8 |
#define | DMA_EEI_EEI9_MASK 0x200u |
#define | DMA_EEI_EEI9_SHIFT 9 |
#define | DMA_EEI_EEI10_MASK 0x400u |
#define | DMA_EEI_EEI10_SHIFT 10 |
#define | DMA_EEI_EEI11_MASK 0x800u |
#define | DMA_EEI_EEI11_SHIFT 11 |
#define | DMA_EEI_EEI12_MASK 0x1000u |
#define | DMA_EEI_EEI12_SHIFT 12 |
#define | DMA_EEI_EEI13_MASK 0x2000u |
#define | DMA_EEI_EEI13_SHIFT 13 |
#define | DMA_EEI_EEI14_MASK 0x4000u |
#define | DMA_EEI_EEI14_SHIFT 14 |
#define | DMA_EEI_EEI15_MASK 0x8000u |
#define | DMA_EEI_EEI15_SHIFT 15 |
#define | DMA_EEI_EEI0_MASK (0x1U) |
#define | DMA_EEI_EEI0_SHIFT (0U) |
#define | DMA_EEI_EEI0(x) (((uint32_t)(((uint32_t)(x)) << DMA_EEI_EEI0_SHIFT)) & DMA_EEI_EEI0_MASK) |
#define | DMA_EEI_EEI1_MASK (0x2U) |
#define | DMA_EEI_EEI1_SHIFT (1U) |
#define | DMA_EEI_EEI1(x) (((uint32_t)(((uint32_t)(x)) << DMA_EEI_EEI1_SHIFT)) & DMA_EEI_EEI1_MASK) |
#define | DMA_EEI_EEI2_MASK (0x4U) |
#define | DMA_EEI_EEI2_SHIFT (2U) |
#define | DMA_EEI_EEI2(x) (((uint32_t)(((uint32_t)(x)) << DMA_EEI_EEI2_SHIFT)) & DMA_EEI_EEI2_MASK) |
#define | DMA_EEI_EEI3_MASK (0x8U) |
#define | DMA_EEI_EEI3_SHIFT (3U) |
#define | DMA_EEI_EEI3(x) (((uint32_t)(((uint32_t)(x)) << DMA_EEI_EEI3_SHIFT)) & DMA_EEI_EEI3_MASK) |
#define | DMA_EEI_EEI4_MASK (0x10U) |
#define | DMA_EEI_EEI4_SHIFT (4U) |
#define | DMA_EEI_EEI4(x) (((uint32_t)(((uint32_t)(x)) << DMA_EEI_EEI4_SHIFT)) & DMA_EEI_EEI4_MASK) |
#define | DMA_EEI_EEI5_MASK (0x20U) |
#define | DMA_EEI_EEI5_SHIFT (5U) |
#define | DMA_EEI_EEI5(x) (((uint32_t)(((uint32_t)(x)) << DMA_EEI_EEI5_SHIFT)) & DMA_EEI_EEI5_MASK) |
#define | DMA_EEI_EEI6_MASK (0x40U) |
#define | DMA_EEI_EEI6_SHIFT (6U) |
#define | DMA_EEI_EEI6(x) (((uint32_t)(((uint32_t)(x)) << DMA_EEI_EEI6_SHIFT)) & DMA_EEI_EEI6_MASK) |
#define | DMA_EEI_EEI7_MASK (0x80U) |
#define | DMA_EEI_EEI7_SHIFT (7U) |
#define | DMA_EEI_EEI7(x) (((uint32_t)(((uint32_t)(x)) << DMA_EEI_EEI7_SHIFT)) & DMA_EEI_EEI7_MASK) |
#define | DMA_EEI_EEI8_MASK (0x100U) |
#define | DMA_EEI_EEI8_SHIFT (8U) |
#define | DMA_EEI_EEI8(x) (((uint32_t)(((uint32_t)(x)) << DMA_EEI_EEI8_SHIFT)) & DMA_EEI_EEI8_MASK) |
#define | DMA_EEI_EEI9_MASK (0x200U) |
#define | DMA_EEI_EEI9_SHIFT (9U) |
#define | DMA_EEI_EEI9(x) (((uint32_t)(((uint32_t)(x)) << DMA_EEI_EEI9_SHIFT)) & DMA_EEI_EEI9_MASK) |
#define | DMA_EEI_EEI10_MASK (0x400U) |
#define | DMA_EEI_EEI10_SHIFT (10U) |
#define | DMA_EEI_EEI10(x) (((uint32_t)(((uint32_t)(x)) << DMA_EEI_EEI10_SHIFT)) & DMA_EEI_EEI10_MASK) |
#define | DMA_EEI_EEI11_MASK (0x800U) |
#define | DMA_EEI_EEI11_SHIFT (11U) |
#define | DMA_EEI_EEI11(x) (((uint32_t)(((uint32_t)(x)) << DMA_EEI_EEI11_SHIFT)) & DMA_EEI_EEI11_MASK) |
#define | DMA_EEI_EEI12_MASK (0x1000U) |
#define | DMA_EEI_EEI12_SHIFT (12U) |
#define | DMA_EEI_EEI12(x) (((uint32_t)(((uint32_t)(x)) << DMA_EEI_EEI12_SHIFT)) & DMA_EEI_EEI12_MASK) |
#define | DMA_EEI_EEI13_MASK (0x2000U) |
#define | DMA_EEI_EEI13_SHIFT (13U) |
#define | DMA_EEI_EEI13(x) (((uint32_t)(((uint32_t)(x)) << DMA_EEI_EEI13_SHIFT)) & DMA_EEI_EEI13_MASK) |
#define | DMA_EEI_EEI14_MASK (0x4000U) |
#define | DMA_EEI_EEI14_SHIFT (14U) |
#define | DMA_EEI_EEI14(x) (((uint32_t)(((uint32_t)(x)) << DMA_EEI_EEI14_SHIFT)) & DMA_EEI_EEI14_MASK) |
#define | DMA_EEI_EEI15_MASK (0x8000U) |
#define | DMA_EEI_EEI15_SHIFT (15U) |
#define | DMA_EEI_EEI15(x) (((uint32_t)(((uint32_t)(x)) << DMA_EEI_EEI15_SHIFT)) & DMA_EEI_EEI15_MASK) |
#define | DMA_EEI_EEI0_MASK (0x1U) |
#define | DMA_EEI_EEI0_SHIFT (0U) |
#define | DMA_EEI_EEI0(x) (((uint32_t)(((uint32_t)(x)) << DMA_EEI_EEI0_SHIFT)) & DMA_EEI_EEI0_MASK) |
#define | DMA_EEI_EEI1_MASK (0x2U) |
#define | DMA_EEI_EEI1_SHIFT (1U) |
#define | DMA_EEI_EEI1(x) (((uint32_t)(((uint32_t)(x)) << DMA_EEI_EEI1_SHIFT)) & DMA_EEI_EEI1_MASK) |
#define | DMA_EEI_EEI2_MASK (0x4U) |
#define | DMA_EEI_EEI2_SHIFT (2U) |
#define | DMA_EEI_EEI2(x) (((uint32_t)(((uint32_t)(x)) << DMA_EEI_EEI2_SHIFT)) & DMA_EEI_EEI2_MASK) |
#define | DMA_EEI_EEI3_MASK (0x8U) |
#define | DMA_EEI_EEI3_SHIFT (3U) |
#define | DMA_EEI_EEI3(x) (((uint32_t)(((uint32_t)(x)) << DMA_EEI_EEI3_SHIFT)) & DMA_EEI_EEI3_MASK) |
#define | DMA_EEI_EEI4_MASK (0x10U) |
#define | DMA_EEI_EEI4_SHIFT (4U) |
#define | DMA_EEI_EEI4(x) (((uint32_t)(((uint32_t)(x)) << DMA_EEI_EEI4_SHIFT)) & DMA_EEI_EEI4_MASK) |
#define | DMA_EEI_EEI5_MASK (0x20U) |
#define | DMA_EEI_EEI5_SHIFT (5U) |
#define | DMA_EEI_EEI5(x) (((uint32_t)(((uint32_t)(x)) << DMA_EEI_EEI5_SHIFT)) & DMA_EEI_EEI5_MASK) |
#define | DMA_EEI_EEI6_MASK (0x40U) |
#define | DMA_EEI_EEI6_SHIFT (6U) |
#define | DMA_EEI_EEI6(x) (((uint32_t)(((uint32_t)(x)) << DMA_EEI_EEI6_SHIFT)) & DMA_EEI_EEI6_MASK) |
#define | DMA_EEI_EEI7_MASK (0x80U) |
#define | DMA_EEI_EEI7_SHIFT (7U) |
#define | DMA_EEI_EEI7(x) (((uint32_t)(((uint32_t)(x)) << DMA_EEI_EEI7_SHIFT)) & DMA_EEI_EEI7_MASK) |
#define | DMA_EEI_EEI8_MASK (0x100U) |
#define | DMA_EEI_EEI8_SHIFT (8U) |
#define | DMA_EEI_EEI8(x) (((uint32_t)(((uint32_t)(x)) << DMA_EEI_EEI8_SHIFT)) & DMA_EEI_EEI8_MASK) |
#define | DMA_EEI_EEI9_MASK (0x200U) |
#define | DMA_EEI_EEI9_SHIFT (9U) |
#define | DMA_EEI_EEI9(x) (((uint32_t)(((uint32_t)(x)) << DMA_EEI_EEI9_SHIFT)) & DMA_EEI_EEI9_MASK) |
#define | DMA_EEI_EEI10_MASK (0x400U) |
#define | DMA_EEI_EEI10_SHIFT (10U) |
#define | DMA_EEI_EEI10(x) (((uint32_t)(((uint32_t)(x)) << DMA_EEI_EEI10_SHIFT)) & DMA_EEI_EEI10_MASK) |
#define | DMA_EEI_EEI11_MASK (0x800U) |
#define | DMA_EEI_EEI11_SHIFT (11U) |
#define | DMA_EEI_EEI11(x) (((uint32_t)(((uint32_t)(x)) << DMA_EEI_EEI11_SHIFT)) & DMA_EEI_EEI11_MASK) |
#define | DMA_EEI_EEI12_MASK (0x1000U) |
#define | DMA_EEI_EEI12_SHIFT (12U) |
#define | DMA_EEI_EEI12(x) (((uint32_t)(((uint32_t)(x)) << DMA_EEI_EEI12_SHIFT)) & DMA_EEI_EEI12_MASK) |
#define | DMA_EEI_EEI13_MASK (0x2000U) |
#define | DMA_EEI_EEI13_SHIFT (13U) |
#define | DMA_EEI_EEI13(x) (((uint32_t)(((uint32_t)(x)) << DMA_EEI_EEI13_SHIFT)) & DMA_EEI_EEI13_MASK) |
#define | DMA_EEI_EEI14_MASK (0x4000U) |
#define | DMA_EEI_EEI14_SHIFT (14U) |
#define | DMA_EEI_EEI14(x) (((uint32_t)(((uint32_t)(x)) << DMA_EEI_EEI14_SHIFT)) & DMA_EEI_EEI14_MASK) |
#define | DMA_EEI_EEI15_MASK (0x8000U) |
#define | DMA_EEI_EEI15_SHIFT (15U) |
#define | DMA_EEI_EEI15(x) (((uint32_t)(((uint32_t)(x)) << DMA_EEI_EEI15_SHIFT)) & DMA_EEI_EEI15_MASK) |
#define | DMA_EEI_EEI16_MASK (0x10000U) |
#define | DMA_EEI_EEI16_SHIFT (16U) |
#define | DMA_EEI_EEI16(x) (((uint32_t)(((uint32_t)(x)) << DMA_EEI_EEI16_SHIFT)) & DMA_EEI_EEI16_MASK) |
#define | DMA_EEI_EEI17_MASK (0x20000U) |
#define | DMA_EEI_EEI17_SHIFT (17U) |
#define | DMA_EEI_EEI17(x) (((uint32_t)(((uint32_t)(x)) << DMA_EEI_EEI17_SHIFT)) & DMA_EEI_EEI17_MASK) |
#define | DMA_EEI_EEI18_MASK (0x40000U) |
#define | DMA_EEI_EEI18_SHIFT (18U) |
#define | DMA_EEI_EEI18(x) (((uint32_t)(((uint32_t)(x)) << DMA_EEI_EEI18_SHIFT)) & DMA_EEI_EEI18_MASK) |
#define | DMA_EEI_EEI19_MASK (0x80000U) |
#define | DMA_EEI_EEI19_SHIFT (19U) |
#define | DMA_EEI_EEI19(x) (((uint32_t)(((uint32_t)(x)) << DMA_EEI_EEI19_SHIFT)) & DMA_EEI_EEI19_MASK) |
#define | DMA_EEI_EEI20_MASK (0x100000U) |
#define | DMA_EEI_EEI20_SHIFT (20U) |
#define | DMA_EEI_EEI20(x) (((uint32_t)(((uint32_t)(x)) << DMA_EEI_EEI20_SHIFT)) & DMA_EEI_EEI20_MASK) |
#define | DMA_EEI_EEI21_MASK (0x200000U) |
#define | DMA_EEI_EEI21_SHIFT (21U) |
#define | DMA_EEI_EEI21(x) (((uint32_t)(((uint32_t)(x)) << DMA_EEI_EEI21_SHIFT)) & DMA_EEI_EEI21_MASK) |
#define | DMA_EEI_EEI22_MASK (0x400000U) |
#define | DMA_EEI_EEI22_SHIFT (22U) |
#define | DMA_EEI_EEI22(x) (((uint32_t)(((uint32_t)(x)) << DMA_EEI_EEI22_SHIFT)) & DMA_EEI_EEI22_MASK) |
#define | DMA_EEI_EEI23_MASK (0x800000U) |
#define | DMA_EEI_EEI23_SHIFT (23U) |
#define | DMA_EEI_EEI23(x) (((uint32_t)(((uint32_t)(x)) << DMA_EEI_EEI23_SHIFT)) & DMA_EEI_EEI23_MASK) |
#define | DMA_EEI_EEI24_MASK (0x1000000U) |
#define | DMA_EEI_EEI24_SHIFT (24U) |
#define | DMA_EEI_EEI24(x) (((uint32_t)(((uint32_t)(x)) << DMA_EEI_EEI24_SHIFT)) & DMA_EEI_EEI24_MASK) |
#define | DMA_EEI_EEI25_MASK (0x2000000U) |
#define | DMA_EEI_EEI25_SHIFT (25U) |
#define | DMA_EEI_EEI25(x) (((uint32_t)(((uint32_t)(x)) << DMA_EEI_EEI25_SHIFT)) & DMA_EEI_EEI25_MASK) |
#define | DMA_EEI_EEI26_MASK (0x4000000U) |
#define | DMA_EEI_EEI26_SHIFT (26U) |
#define | DMA_EEI_EEI26(x) (((uint32_t)(((uint32_t)(x)) << DMA_EEI_EEI26_SHIFT)) & DMA_EEI_EEI26_MASK) |
#define | DMA_EEI_EEI27_MASK (0x8000000U) |
#define | DMA_EEI_EEI27_SHIFT (27U) |
#define | DMA_EEI_EEI27(x) (((uint32_t)(((uint32_t)(x)) << DMA_EEI_EEI27_SHIFT)) & DMA_EEI_EEI27_MASK) |
#define | DMA_EEI_EEI28_MASK (0x10000000U) |
#define | DMA_EEI_EEI28_SHIFT (28U) |
#define | DMA_EEI_EEI28(x) (((uint32_t)(((uint32_t)(x)) << DMA_EEI_EEI28_SHIFT)) & DMA_EEI_EEI28_MASK) |
#define | DMA_EEI_EEI29_MASK (0x20000000U) |
#define | DMA_EEI_EEI29_SHIFT (29U) |
#define | DMA_EEI_EEI29(x) (((uint32_t)(((uint32_t)(x)) << DMA_EEI_EEI29_SHIFT)) & DMA_EEI_EEI29_MASK) |
#define | DMA_EEI_EEI30_MASK (0x40000000U) |
#define | DMA_EEI_EEI30_SHIFT (30U) |
#define | DMA_EEI_EEI30(x) (((uint32_t)(((uint32_t)(x)) << DMA_EEI_EEI30_SHIFT)) & DMA_EEI_EEI30_MASK) |
#define | DMA_EEI_EEI31_MASK (0x80000000U) |
#define | DMA_EEI_EEI31_SHIFT (31U) |
#define | DMA_EEI_EEI31(x) (((uint32_t)(((uint32_t)(x)) << DMA_EEI_EEI31_SHIFT)) & DMA_EEI_EEI31_MASK) |
#define | DMA_EEI_EEI0_MASK (0x1U) |
#define | DMA_EEI_EEI0_SHIFT (0U) |
#define | DMA_EEI_EEI0(x) (((uint32_t)(((uint32_t)(x)) << DMA_EEI_EEI0_SHIFT)) & DMA_EEI_EEI0_MASK) |
#define | DMA_EEI_EEI1_MASK (0x2U) |
#define | DMA_EEI_EEI1_SHIFT (1U) |
#define | DMA_EEI_EEI1(x) (((uint32_t)(((uint32_t)(x)) << DMA_EEI_EEI1_SHIFT)) & DMA_EEI_EEI1_MASK) |
#define | DMA_EEI_EEI2_MASK (0x4U) |
#define | DMA_EEI_EEI2_SHIFT (2U) |
#define | DMA_EEI_EEI2(x) (((uint32_t)(((uint32_t)(x)) << DMA_EEI_EEI2_SHIFT)) & DMA_EEI_EEI2_MASK) |
#define | DMA_EEI_EEI3_MASK (0x8U) |
#define | DMA_EEI_EEI3_SHIFT (3U) |
#define | DMA_EEI_EEI3(x) (((uint32_t)(((uint32_t)(x)) << DMA_EEI_EEI3_SHIFT)) & DMA_EEI_EEI3_MASK) |
#define | DMA_EEI_EEI4_MASK (0x10U) |
#define | DMA_EEI_EEI4_SHIFT (4U) |
#define | DMA_EEI_EEI4(x) (((uint32_t)(((uint32_t)(x)) << DMA_EEI_EEI4_SHIFT)) & DMA_EEI_EEI4_MASK) |
#define | DMA_EEI_EEI5_MASK (0x20U) |
#define | DMA_EEI_EEI5_SHIFT (5U) |
#define | DMA_EEI_EEI5(x) (((uint32_t)(((uint32_t)(x)) << DMA_EEI_EEI5_SHIFT)) & DMA_EEI_EEI5_MASK) |
#define | DMA_EEI_EEI6_MASK (0x40U) |
#define | DMA_EEI_EEI6_SHIFT (6U) |
#define | DMA_EEI_EEI6(x) (((uint32_t)(((uint32_t)(x)) << DMA_EEI_EEI6_SHIFT)) & DMA_EEI_EEI6_MASK) |
#define | DMA_EEI_EEI7_MASK (0x80U) |
#define | DMA_EEI_EEI7_SHIFT (7U) |
#define | DMA_EEI_EEI7(x) (((uint32_t)(((uint32_t)(x)) << DMA_EEI_EEI7_SHIFT)) & DMA_EEI_EEI7_MASK) |
#define | DMA_EEI_EEI8_MASK (0x100U) |
#define | DMA_EEI_EEI8_SHIFT (8U) |
#define | DMA_EEI_EEI8(x) (((uint32_t)(((uint32_t)(x)) << DMA_EEI_EEI8_SHIFT)) & DMA_EEI_EEI8_MASK) |
#define | DMA_EEI_EEI9_MASK (0x200U) |
#define | DMA_EEI_EEI9_SHIFT (9U) |
#define | DMA_EEI_EEI9(x) (((uint32_t)(((uint32_t)(x)) << DMA_EEI_EEI9_SHIFT)) & DMA_EEI_EEI9_MASK) |
#define | DMA_EEI_EEI10_MASK (0x400U) |
#define | DMA_EEI_EEI10_SHIFT (10U) |
#define | DMA_EEI_EEI10(x) (((uint32_t)(((uint32_t)(x)) << DMA_EEI_EEI10_SHIFT)) & DMA_EEI_EEI10_MASK) |
#define | DMA_EEI_EEI11_MASK (0x800U) |
#define | DMA_EEI_EEI11_SHIFT (11U) |
#define | DMA_EEI_EEI11(x) (((uint32_t)(((uint32_t)(x)) << DMA_EEI_EEI11_SHIFT)) & DMA_EEI_EEI11_MASK) |
#define | DMA_EEI_EEI12_MASK (0x1000U) |
#define | DMA_EEI_EEI12_SHIFT (12U) |
#define | DMA_EEI_EEI12(x) (((uint32_t)(((uint32_t)(x)) << DMA_EEI_EEI12_SHIFT)) & DMA_EEI_EEI12_MASK) |
#define | DMA_EEI_EEI13_MASK (0x2000U) |
#define | DMA_EEI_EEI13_SHIFT (13U) |
#define | DMA_EEI_EEI13(x) (((uint32_t)(((uint32_t)(x)) << DMA_EEI_EEI13_SHIFT)) & DMA_EEI_EEI13_MASK) |
#define | DMA_EEI_EEI14_MASK (0x4000U) |
#define | DMA_EEI_EEI14_SHIFT (14U) |
#define | DMA_EEI_EEI14(x) (((uint32_t)(((uint32_t)(x)) << DMA_EEI_EEI14_SHIFT)) & DMA_EEI_EEI14_MASK) |
#define | DMA_EEI_EEI15_MASK (0x8000U) |
#define | DMA_EEI_EEI15_SHIFT (15U) |
#define | DMA_EEI_EEI15(x) (((uint32_t)(((uint32_t)(x)) << DMA_EEI_EEI15_SHIFT)) & DMA_EEI_EEI15_MASK) |
#define | DMA_EEI_EEI16_MASK (0x10000U) |
#define | DMA_EEI_EEI16_SHIFT (16U) |
#define | DMA_EEI_EEI16(x) (((uint32_t)(((uint32_t)(x)) << DMA_EEI_EEI16_SHIFT)) & DMA_EEI_EEI16_MASK) |
#define | DMA_EEI_EEI17_MASK (0x20000U) |
#define | DMA_EEI_EEI17_SHIFT (17U) |
#define | DMA_EEI_EEI17(x) (((uint32_t)(((uint32_t)(x)) << DMA_EEI_EEI17_SHIFT)) & DMA_EEI_EEI17_MASK) |
#define | DMA_EEI_EEI18_MASK (0x40000U) |
#define | DMA_EEI_EEI18_SHIFT (18U) |
#define | DMA_EEI_EEI18(x) (((uint32_t)(((uint32_t)(x)) << DMA_EEI_EEI18_SHIFT)) & DMA_EEI_EEI18_MASK) |
#define | DMA_EEI_EEI19_MASK (0x80000U) |
#define | DMA_EEI_EEI19_SHIFT (19U) |
#define | DMA_EEI_EEI19(x) (((uint32_t)(((uint32_t)(x)) << DMA_EEI_EEI19_SHIFT)) & DMA_EEI_EEI19_MASK) |
#define | DMA_EEI_EEI20_MASK (0x100000U) |
#define | DMA_EEI_EEI20_SHIFT (20U) |
#define | DMA_EEI_EEI20(x) (((uint32_t)(((uint32_t)(x)) << DMA_EEI_EEI20_SHIFT)) & DMA_EEI_EEI20_MASK) |
#define | DMA_EEI_EEI21_MASK (0x200000U) |
#define | DMA_EEI_EEI21_SHIFT (21U) |
#define | DMA_EEI_EEI21(x) (((uint32_t)(((uint32_t)(x)) << DMA_EEI_EEI21_SHIFT)) & DMA_EEI_EEI21_MASK) |
#define | DMA_EEI_EEI22_MASK (0x400000U) |
#define | DMA_EEI_EEI22_SHIFT (22U) |
#define | DMA_EEI_EEI22(x) (((uint32_t)(((uint32_t)(x)) << DMA_EEI_EEI22_SHIFT)) & DMA_EEI_EEI22_MASK) |
#define | DMA_EEI_EEI23_MASK (0x800000U) |
#define | DMA_EEI_EEI23_SHIFT (23U) |
#define | DMA_EEI_EEI23(x) (((uint32_t)(((uint32_t)(x)) << DMA_EEI_EEI23_SHIFT)) & DMA_EEI_EEI23_MASK) |
#define | DMA_EEI_EEI24_MASK (0x1000000U) |
#define | DMA_EEI_EEI24_SHIFT (24U) |
#define | DMA_EEI_EEI24(x) (((uint32_t)(((uint32_t)(x)) << DMA_EEI_EEI24_SHIFT)) & DMA_EEI_EEI24_MASK) |
#define | DMA_EEI_EEI25_MASK (0x2000000U) |
#define | DMA_EEI_EEI25_SHIFT (25U) |
#define | DMA_EEI_EEI25(x) (((uint32_t)(((uint32_t)(x)) << DMA_EEI_EEI25_SHIFT)) & DMA_EEI_EEI25_MASK) |
#define | DMA_EEI_EEI26_MASK (0x4000000U) |
#define | DMA_EEI_EEI26_SHIFT (26U) |
#define | DMA_EEI_EEI26(x) (((uint32_t)(((uint32_t)(x)) << DMA_EEI_EEI26_SHIFT)) & DMA_EEI_EEI26_MASK) |
#define | DMA_EEI_EEI27_MASK (0x8000000U) |
#define | DMA_EEI_EEI27_SHIFT (27U) |
#define | DMA_EEI_EEI27(x) (((uint32_t)(((uint32_t)(x)) << DMA_EEI_EEI27_SHIFT)) & DMA_EEI_EEI27_MASK) |
#define | DMA_EEI_EEI28_MASK (0x10000000U) |
#define | DMA_EEI_EEI28_SHIFT (28U) |
#define | DMA_EEI_EEI28(x) (((uint32_t)(((uint32_t)(x)) << DMA_EEI_EEI28_SHIFT)) & DMA_EEI_EEI28_MASK) |
#define | DMA_EEI_EEI29_MASK (0x20000000U) |
#define | DMA_EEI_EEI29_SHIFT (29U) |
#define | DMA_EEI_EEI29(x) (((uint32_t)(((uint32_t)(x)) << DMA_EEI_EEI29_SHIFT)) & DMA_EEI_EEI29_MASK) |
#define | DMA_EEI_EEI30_MASK (0x40000000U) |
#define | DMA_EEI_EEI30_SHIFT (30U) |
#define | DMA_EEI_EEI30(x) (((uint32_t)(((uint32_t)(x)) << DMA_EEI_EEI30_SHIFT)) & DMA_EEI_EEI30_MASK) |
#define | DMA_EEI_EEI31_MASK (0x80000000U) |
#define | DMA_EEI_EEI31_SHIFT (31U) |
#define | DMA_EEI_EEI31(x) (((uint32_t)(((uint32_t)(x)) << DMA_EEI_EEI31_SHIFT)) & DMA_EEI_EEI31_MASK) |
#define | DMA_EEI_EEI0_MASK (0x1U) |
#define | DMA_EEI_EEI0_SHIFT (0U) |
#define | DMA_EEI_EEI0(x) (((uint32_t)(((uint32_t)(x)) << DMA_EEI_EEI0_SHIFT)) & DMA_EEI_EEI0_MASK) |
#define | DMA_EEI_EEI1_MASK (0x2U) |
#define | DMA_EEI_EEI1_SHIFT (1U) |
#define | DMA_EEI_EEI1(x) (((uint32_t)(((uint32_t)(x)) << DMA_EEI_EEI1_SHIFT)) & DMA_EEI_EEI1_MASK) |
#define | DMA_EEI_EEI2_MASK (0x4U) |
#define | DMA_EEI_EEI2_SHIFT (2U) |
#define | DMA_EEI_EEI2(x) (((uint32_t)(((uint32_t)(x)) << DMA_EEI_EEI2_SHIFT)) & DMA_EEI_EEI2_MASK) |
#define | DMA_EEI_EEI3_MASK (0x8U) |
#define | DMA_EEI_EEI3_SHIFT (3U) |
#define | DMA_EEI_EEI3(x) (((uint32_t)(((uint32_t)(x)) << DMA_EEI_EEI3_SHIFT)) & DMA_EEI_EEI3_MASK) |
#define | DMA_EEI_EEI4_MASK (0x10U) |
#define | DMA_EEI_EEI4_SHIFT (4U) |
#define | DMA_EEI_EEI4(x) (((uint32_t)(((uint32_t)(x)) << DMA_EEI_EEI4_SHIFT)) & DMA_EEI_EEI4_MASK) |
#define | DMA_EEI_EEI5_MASK (0x20U) |
#define | DMA_EEI_EEI5_SHIFT (5U) |
#define | DMA_EEI_EEI5(x) (((uint32_t)(((uint32_t)(x)) << DMA_EEI_EEI5_SHIFT)) & DMA_EEI_EEI5_MASK) |
#define | DMA_EEI_EEI6_MASK (0x40U) |
#define | DMA_EEI_EEI6_SHIFT (6U) |
#define | DMA_EEI_EEI6(x) (((uint32_t)(((uint32_t)(x)) << DMA_EEI_EEI6_SHIFT)) & DMA_EEI_EEI6_MASK) |
#define | DMA_EEI_EEI7_MASK (0x80U) |
#define | DMA_EEI_EEI7_SHIFT (7U) |
#define | DMA_EEI_EEI7(x) (((uint32_t)(((uint32_t)(x)) << DMA_EEI_EEI7_SHIFT)) & DMA_EEI_EEI7_MASK) |
#define | DMA_EEI_EEI8_MASK (0x100U) |
#define | DMA_EEI_EEI8_SHIFT (8U) |
#define | DMA_EEI_EEI8(x) (((uint32_t)(((uint32_t)(x)) << DMA_EEI_EEI8_SHIFT)) & DMA_EEI_EEI8_MASK) |
#define | DMA_EEI_EEI9_MASK (0x200U) |
#define | DMA_EEI_EEI9_SHIFT (9U) |
#define | DMA_EEI_EEI9(x) (((uint32_t)(((uint32_t)(x)) << DMA_EEI_EEI9_SHIFT)) & DMA_EEI_EEI9_MASK) |
#define | DMA_EEI_EEI10_MASK (0x400U) |
#define | DMA_EEI_EEI10_SHIFT (10U) |
#define | DMA_EEI_EEI10(x) (((uint32_t)(((uint32_t)(x)) << DMA_EEI_EEI10_SHIFT)) & DMA_EEI_EEI10_MASK) |
#define | DMA_EEI_EEI11_MASK (0x800U) |
#define | DMA_EEI_EEI11_SHIFT (11U) |
#define | DMA_EEI_EEI11(x) (((uint32_t)(((uint32_t)(x)) << DMA_EEI_EEI11_SHIFT)) & DMA_EEI_EEI11_MASK) |
#define | DMA_EEI_EEI12_MASK (0x1000U) |
#define | DMA_EEI_EEI12_SHIFT (12U) |
#define | DMA_EEI_EEI12(x) (((uint32_t)(((uint32_t)(x)) << DMA_EEI_EEI12_SHIFT)) & DMA_EEI_EEI12_MASK) |
#define | DMA_EEI_EEI13_MASK (0x2000U) |
#define | DMA_EEI_EEI13_SHIFT (13U) |
#define | DMA_EEI_EEI13(x) (((uint32_t)(((uint32_t)(x)) << DMA_EEI_EEI13_SHIFT)) & DMA_EEI_EEI13_MASK) |
#define | DMA_EEI_EEI14_MASK (0x4000U) |
#define | DMA_EEI_EEI14_SHIFT (14U) |
#define | DMA_EEI_EEI14(x) (((uint32_t)(((uint32_t)(x)) << DMA_EEI_EEI14_SHIFT)) & DMA_EEI_EEI14_MASK) |
#define | DMA_EEI_EEI15_MASK (0x8000U) |
#define | DMA_EEI_EEI15_SHIFT (15U) |
#define | DMA_EEI_EEI15(x) (((uint32_t)(((uint32_t)(x)) << DMA_EEI_EEI15_SHIFT)) & DMA_EEI_EEI15_MASK) |
#define | DMA_EEI_EEI16_MASK (0x10000U) |
#define | DMA_EEI_EEI16_SHIFT (16U) |
#define | DMA_EEI_EEI16(x) (((uint32_t)(((uint32_t)(x)) << DMA_EEI_EEI16_SHIFT)) & DMA_EEI_EEI16_MASK) |
#define | DMA_EEI_EEI17_MASK (0x20000U) |
#define | DMA_EEI_EEI17_SHIFT (17U) |
#define | DMA_EEI_EEI17(x) (((uint32_t)(((uint32_t)(x)) << DMA_EEI_EEI17_SHIFT)) & DMA_EEI_EEI17_MASK) |
#define | DMA_EEI_EEI18_MASK (0x40000U) |
#define | DMA_EEI_EEI18_SHIFT (18U) |
#define | DMA_EEI_EEI18(x) (((uint32_t)(((uint32_t)(x)) << DMA_EEI_EEI18_SHIFT)) & DMA_EEI_EEI18_MASK) |
#define | DMA_EEI_EEI19_MASK (0x80000U) |
#define | DMA_EEI_EEI19_SHIFT (19U) |
#define | DMA_EEI_EEI19(x) (((uint32_t)(((uint32_t)(x)) << DMA_EEI_EEI19_SHIFT)) & DMA_EEI_EEI19_MASK) |
#define | DMA_EEI_EEI20_MASK (0x100000U) |
#define | DMA_EEI_EEI20_SHIFT (20U) |
#define | DMA_EEI_EEI20(x) (((uint32_t)(((uint32_t)(x)) << DMA_EEI_EEI20_SHIFT)) & DMA_EEI_EEI20_MASK) |
#define | DMA_EEI_EEI21_MASK (0x200000U) |
#define | DMA_EEI_EEI21_SHIFT (21U) |
#define | DMA_EEI_EEI21(x) (((uint32_t)(((uint32_t)(x)) << DMA_EEI_EEI21_SHIFT)) & DMA_EEI_EEI21_MASK) |
#define | DMA_EEI_EEI22_MASK (0x400000U) |
#define | DMA_EEI_EEI22_SHIFT (22U) |
#define | DMA_EEI_EEI22(x) (((uint32_t)(((uint32_t)(x)) << DMA_EEI_EEI22_SHIFT)) & DMA_EEI_EEI22_MASK) |
#define | DMA_EEI_EEI23_MASK (0x800000U) |
#define | DMA_EEI_EEI23_SHIFT (23U) |
#define | DMA_EEI_EEI23(x) (((uint32_t)(((uint32_t)(x)) << DMA_EEI_EEI23_SHIFT)) & DMA_EEI_EEI23_MASK) |
#define | DMA_EEI_EEI24_MASK (0x1000000U) |
#define | DMA_EEI_EEI24_SHIFT (24U) |
#define | DMA_EEI_EEI24(x) (((uint32_t)(((uint32_t)(x)) << DMA_EEI_EEI24_SHIFT)) & DMA_EEI_EEI24_MASK) |
#define | DMA_EEI_EEI25_MASK (0x2000000U) |
#define | DMA_EEI_EEI25_SHIFT (25U) |
#define | DMA_EEI_EEI25(x) (((uint32_t)(((uint32_t)(x)) << DMA_EEI_EEI25_SHIFT)) & DMA_EEI_EEI25_MASK) |
#define | DMA_EEI_EEI26_MASK (0x4000000U) |
#define | DMA_EEI_EEI26_SHIFT (26U) |
#define | DMA_EEI_EEI26(x) (((uint32_t)(((uint32_t)(x)) << DMA_EEI_EEI26_SHIFT)) & DMA_EEI_EEI26_MASK) |
#define | DMA_EEI_EEI27_MASK (0x8000000U) |
#define | DMA_EEI_EEI27_SHIFT (27U) |
#define | DMA_EEI_EEI27(x) (((uint32_t)(((uint32_t)(x)) << DMA_EEI_EEI27_SHIFT)) & DMA_EEI_EEI27_MASK) |
#define | DMA_EEI_EEI28_MASK (0x10000000U) |
#define | DMA_EEI_EEI28_SHIFT (28U) |
#define | DMA_EEI_EEI28(x) (((uint32_t)(((uint32_t)(x)) << DMA_EEI_EEI28_SHIFT)) & DMA_EEI_EEI28_MASK) |
#define | DMA_EEI_EEI29_MASK (0x20000000U) |
#define | DMA_EEI_EEI29_SHIFT (29U) |
#define | DMA_EEI_EEI29(x) (((uint32_t)(((uint32_t)(x)) << DMA_EEI_EEI29_SHIFT)) & DMA_EEI_EEI29_MASK) |
#define | DMA_EEI_EEI30_MASK (0x40000000U) |
#define | DMA_EEI_EEI30_SHIFT (30U) |
#define | DMA_EEI_EEI30(x) (((uint32_t)(((uint32_t)(x)) << DMA_EEI_EEI30_SHIFT)) & DMA_EEI_EEI30_MASK) |
#define | DMA_EEI_EEI31_MASK (0x80000000U) |
#define | DMA_EEI_EEI31_SHIFT (31U) |
#define | DMA_EEI_EEI31(x) (((uint32_t)(((uint32_t)(x)) << DMA_EEI_EEI31_SHIFT)) & DMA_EEI_EEI31_MASK) |
CEEI - Clear Enable Error Interrupt Register | |
#define | DMA_CEEI_CEEI_MASK (0xFU) |
#define | DMA_CEEI_CEEI_SHIFT (0U) |
#define | DMA_CEEI_CEEI(x) (((uint8_t)(((uint8_t)(x)) << DMA_CEEI_CEEI_SHIFT)) & DMA_CEEI_CEEI_MASK) |
#define | DMA_CEEI_CAEE_MASK (0x40U) |
#define | DMA_CEEI_CAEE_SHIFT (6U) |
#define | DMA_CEEI_CAEE(x) (((uint8_t)(((uint8_t)(x)) << DMA_CEEI_CAEE_SHIFT)) & DMA_CEEI_CAEE_MASK) |
#define | DMA_CEEI_NOP_MASK (0x80U) |
#define | DMA_CEEI_NOP_SHIFT (7U) |
#define | DMA_CEEI_NOP(x) (((uint8_t)(((uint8_t)(x)) << DMA_CEEI_NOP_SHIFT)) & DMA_CEEI_NOP_MASK) |
#define | DMA_CEEI_CEEI_MASK 0xFu |
#define | DMA_CEEI_CEEI_SHIFT 0 |
#define | DMA_CEEI_CEEI(x) (((uint8_t)(((uint8_t)(x))<<DMA_CEEI_CEEI_SHIFT))&DMA_CEEI_CEEI_MASK) |
#define | DMA_CEEI_CAEE_MASK 0x40u |
#define | DMA_CEEI_CAEE_SHIFT 6 |
#define | DMA_CEEI_NOP_MASK 0x80u |
#define | DMA_CEEI_NOP_SHIFT 7 |
#define | DMA_CEEI_CEEI_MASK (0xFU) |
#define | DMA_CEEI_CEEI_SHIFT (0U) |
#define | DMA_CEEI_CEEI(x) (((uint8_t)(((uint8_t)(x)) << DMA_CEEI_CEEI_SHIFT)) & DMA_CEEI_CEEI_MASK) |
#define | DMA_CEEI_CAEE_MASK (0x40U) |
#define | DMA_CEEI_CAEE_SHIFT (6U) |
#define | DMA_CEEI_CAEE(x) (((uint8_t)(((uint8_t)(x)) << DMA_CEEI_CAEE_SHIFT)) & DMA_CEEI_CAEE_MASK) |
#define | DMA_CEEI_NOP_MASK (0x80U) |
#define | DMA_CEEI_NOP_SHIFT (7U) |
#define | DMA_CEEI_NOP(x) (((uint8_t)(((uint8_t)(x)) << DMA_CEEI_NOP_SHIFT)) & DMA_CEEI_NOP_MASK) |
#define | DMA_CEEI_CEEI_MASK (0x1FU) |
#define | DMA_CEEI_CEEI_SHIFT (0U) |
#define | DMA_CEEI_CEEI(x) (((uint8_t)(((uint8_t)(x)) << DMA_CEEI_CEEI_SHIFT)) & DMA_CEEI_CEEI_MASK) |
#define | DMA_CEEI_CAEE_MASK (0x40U) |
#define | DMA_CEEI_CAEE_SHIFT (6U) |
#define | DMA_CEEI_CAEE(x) (((uint8_t)(((uint8_t)(x)) << DMA_CEEI_CAEE_SHIFT)) & DMA_CEEI_CAEE_MASK) |
#define | DMA_CEEI_NOP_MASK (0x80U) |
#define | DMA_CEEI_NOP_SHIFT (7U) |
#define | DMA_CEEI_NOP(x) (((uint8_t)(((uint8_t)(x)) << DMA_CEEI_NOP_SHIFT)) & DMA_CEEI_NOP_MASK) |
#define | DMA_CEEI_CEEI_MASK (0x1FU) |
#define | DMA_CEEI_CEEI_SHIFT (0U) |
#define | DMA_CEEI_CEEI(x) (((uint8_t)(((uint8_t)(x)) << DMA_CEEI_CEEI_SHIFT)) & DMA_CEEI_CEEI_MASK) |
#define | DMA_CEEI_CAEE_MASK (0x40U) |
#define | DMA_CEEI_CAEE_SHIFT (6U) |
#define | DMA_CEEI_CAEE(x) (((uint8_t)(((uint8_t)(x)) << DMA_CEEI_CAEE_SHIFT)) & DMA_CEEI_CAEE_MASK) |
#define | DMA_CEEI_NOP_MASK (0x80U) |
#define | DMA_CEEI_NOP_SHIFT (7U) |
#define | DMA_CEEI_NOP(x) (((uint8_t)(((uint8_t)(x)) << DMA_CEEI_NOP_SHIFT)) & DMA_CEEI_NOP_MASK) |
#define | DMA_CEEI_CEEI_MASK (0x1FU) |
#define | DMA_CEEI_CEEI_SHIFT (0U) |
#define | DMA_CEEI_CEEI(x) (((uint8_t)(((uint8_t)(x)) << DMA_CEEI_CEEI_SHIFT)) & DMA_CEEI_CEEI_MASK) |
#define | DMA_CEEI_CAEE_MASK (0x40U) |
#define | DMA_CEEI_CAEE_SHIFT (6U) |
#define | DMA_CEEI_CAEE(x) (((uint8_t)(((uint8_t)(x)) << DMA_CEEI_CAEE_SHIFT)) & DMA_CEEI_CAEE_MASK) |
#define | DMA_CEEI_NOP_MASK (0x80U) |
#define | DMA_CEEI_NOP_SHIFT (7U) |
#define | DMA_CEEI_NOP(x) (((uint8_t)(((uint8_t)(x)) << DMA_CEEI_NOP_SHIFT)) & DMA_CEEI_NOP_MASK) |
SEEI - Set Enable Error Interrupt Register | |
#define | DMA_SEEI_SEEI_MASK (0xFU) |
#define | DMA_SEEI_SEEI_SHIFT (0U) |
#define | DMA_SEEI_SEEI(x) (((uint8_t)(((uint8_t)(x)) << DMA_SEEI_SEEI_SHIFT)) & DMA_SEEI_SEEI_MASK) |
#define | DMA_SEEI_SAEE_MASK (0x40U) |
#define | DMA_SEEI_SAEE_SHIFT (6U) |
#define | DMA_SEEI_SAEE(x) (((uint8_t)(((uint8_t)(x)) << DMA_SEEI_SAEE_SHIFT)) & DMA_SEEI_SAEE_MASK) |
#define | DMA_SEEI_NOP_MASK (0x80U) |
#define | DMA_SEEI_NOP_SHIFT (7U) |
#define | DMA_SEEI_NOP(x) (((uint8_t)(((uint8_t)(x)) << DMA_SEEI_NOP_SHIFT)) & DMA_SEEI_NOP_MASK) |
#define | DMA_SEEI_SEEI_MASK 0xFu |
#define | DMA_SEEI_SEEI_SHIFT 0 |
#define | DMA_SEEI_SEEI(x) (((uint8_t)(((uint8_t)(x))<<DMA_SEEI_SEEI_SHIFT))&DMA_SEEI_SEEI_MASK) |
#define | DMA_SEEI_SAEE_MASK 0x40u |
#define | DMA_SEEI_SAEE_SHIFT 6 |
#define | DMA_SEEI_NOP_MASK 0x80u |
#define | DMA_SEEI_NOP_SHIFT 7 |
#define | DMA_SEEI_SEEI_MASK (0xFU) |
#define | DMA_SEEI_SEEI_SHIFT (0U) |
#define | DMA_SEEI_SEEI(x) (((uint8_t)(((uint8_t)(x)) << DMA_SEEI_SEEI_SHIFT)) & DMA_SEEI_SEEI_MASK) |
#define | DMA_SEEI_SAEE_MASK (0x40U) |
#define | DMA_SEEI_SAEE_SHIFT (6U) |
#define | DMA_SEEI_SAEE(x) (((uint8_t)(((uint8_t)(x)) << DMA_SEEI_SAEE_SHIFT)) & DMA_SEEI_SAEE_MASK) |
#define | DMA_SEEI_NOP_MASK (0x80U) |
#define | DMA_SEEI_NOP_SHIFT (7U) |
#define | DMA_SEEI_NOP(x) (((uint8_t)(((uint8_t)(x)) << DMA_SEEI_NOP_SHIFT)) & DMA_SEEI_NOP_MASK) |
#define | DMA_SEEI_SEEI_MASK (0x1FU) |
#define | DMA_SEEI_SEEI_SHIFT (0U) |
#define | DMA_SEEI_SEEI(x) (((uint8_t)(((uint8_t)(x)) << DMA_SEEI_SEEI_SHIFT)) & DMA_SEEI_SEEI_MASK) |
#define | DMA_SEEI_SAEE_MASK (0x40U) |
#define | DMA_SEEI_SAEE_SHIFT (6U) |
#define | DMA_SEEI_SAEE(x) (((uint8_t)(((uint8_t)(x)) << DMA_SEEI_SAEE_SHIFT)) & DMA_SEEI_SAEE_MASK) |
#define | DMA_SEEI_NOP_MASK (0x80U) |
#define | DMA_SEEI_NOP_SHIFT (7U) |
#define | DMA_SEEI_NOP(x) (((uint8_t)(((uint8_t)(x)) << DMA_SEEI_NOP_SHIFT)) & DMA_SEEI_NOP_MASK) |
#define | DMA_SEEI_SEEI_MASK (0x1FU) |
#define | DMA_SEEI_SEEI_SHIFT (0U) |
#define | DMA_SEEI_SEEI(x) (((uint8_t)(((uint8_t)(x)) << DMA_SEEI_SEEI_SHIFT)) & DMA_SEEI_SEEI_MASK) |
#define | DMA_SEEI_SAEE_MASK (0x40U) |
#define | DMA_SEEI_SAEE_SHIFT (6U) |
#define | DMA_SEEI_SAEE(x) (((uint8_t)(((uint8_t)(x)) << DMA_SEEI_SAEE_SHIFT)) & DMA_SEEI_SAEE_MASK) |
#define | DMA_SEEI_NOP_MASK (0x80U) |
#define | DMA_SEEI_NOP_SHIFT (7U) |
#define | DMA_SEEI_NOP(x) (((uint8_t)(((uint8_t)(x)) << DMA_SEEI_NOP_SHIFT)) & DMA_SEEI_NOP_MASK) |
#define | DMA_SEEI_SEEI_MASK (0x1FU) |
#define | DMA_SEEI_SEEI_SHIFT (0U) |
#define | DMA_SEEI_SEEI(x) (((uint8_t)(((uint8_t)(x)) << DMA_SEEI_SEEI_SHIFT)) & DMA_SEEI_SEEI_MASK) |
#define | DMA_SEEI_SAEE_MASK (0x40U) |
#define | DMA_SEEI_SAEE_SHIFT (6U) |
#define | DMA_SEEI_SAEE(x) (((uint8_t)(((uint8_t)(x)) << DMA_SEEI_SAEE_SHIFT)) & DMA_SEEI_SAEE_MASK) |
#define | DMA_SEEI_NOP_MASK (0x80U) |
#define | DMA_SEEI_NOP_SHIFT (7U) |
#define | DMA_SEEI_NOP(x) (((uint8_t)(((uint8_t)(x)) << DMA_SEEI_NOP_SHIFT)) & DMA_SEEI_NOP_MASK) |
CERQ - Clear Enable Request Register | |
#define | DMA_CERQ_CERQ_MASK (0xFU) |
#define | DMA_CERQ_CERQ_SHIFT (0U) |
#define | DMA_CERQ_CERQ(x) (((uint8_t)(((uint8_t)(x)) << DMA_CERQ_CERQ_SHIFT)) & DMA_CERQ_CERQ_MASK) |
#define | DMA_CERQ_CAER_MASK (0x40U) |
#define | DMA_CERQ_CAER_SHIFT (6U) |
#define | DMA_CERQ_CAER(x) (((uint8_t)(((uint8_t)(x)) << DMA_CERQ_CAER_SHIFT)) & DMA_CERQ_CAER_MASK) |
#define | DMA_CERQ_NOP_MASK (0x80U) |
#define | DMA_CERQ_NOP_SHIFT (7U) |
#define | DMA_CERQ_NOP(x) (((uint8_t)(((uint8_t)(x)) << DMA_CERQ_NOP_SHIFT)) & DMA_CERQ_NOP_MASK) |
#define | DMA_CERQ_CERQ_MASK 0xFu |
#define | DMA_CERQ_CERQ_SHIFT 0 |
#define | DMA_CERQ_CERQ(x) (((uint8_t)(((uint8_t)(x))<<DMA_CERQ_CERQ_SHIFT))&DMA_CERQ_CERQ_MASK) |
#define | DMA_CERQ_CAER_MASK 0x40u |
#define | DMA_CERQ_CAER_SHIFT 6 |
#define | DMA_CERQ_NOP_MASK 0x80u |
#define | DMA_CERQ_NOP_SHIFT 7 |
#define | DMA_CERQ_CERQ_MASK (0xFU) |
#define | DMA_CERQ_CERQ_SHIFT (0U) |
#define | DMA_CERQ_CERQ(x) (((uint8_t)(((uint8_t)(x)) << DMA_CERQ_CERQ_SHIFT)) & DMA_CERQ_CERQ_MASK) |
#define | DMA_CERQ_CAER_MASK (0x40U) |
#define | DMA_CERQ_CAER_SHIFT (6U) |
#define | DMA_CERQ_CAER(x) (((uint8_t)(((uint8_t)(x)) << DMA_CERQ_CAER_SHIFT)) & DMA_CERQ_CAER_MASK) |
#define | DMA_CERQ_NOP_MASK (0x80U) |
#define | DMA_CERQ_NOP_SHIFT (7U) |
#define | DMA_CERQ_NOP(x) (((uint8_t)(((uint8_t)(x)) << DMA_CERQ_NOP_SHIFT)) & DMA_CERQ_NOP_MASK) |
#define | DMA_CERQ_CERQ_MASK (0x1FU) |
#define | DMA_CERQ_CERQ_SHIFT (0U) |
#define | DMA_CERQ_CERQ(x) (((uint8_t)(((uint8_t)(x)) << DMA_CERQ_CERQ_SHIFT)) & DMA_CERQ_CERQ_MASK) |
#define | DMA_CERQ_CAER_MASK (0x40U) |
#define | DMA_CERQ_CAER_SHIFT (6U) |
#define | DMA_CERQ_CAER(x) (((uint8_t)(((uint8_t)(x)) << DMA_CERQ_CAER_SHIFT)) & DMA_CERQ_CAER_MASK) |
#define | DMA_CERQ_NOP_MASK (0x80U) |
#define | DMA_CERQ_NOP_SHIFT (7U) |
#define | DMA_CERQ_NOP(x) (((uint8_t)(((uint8_t)(x)) << DMA_CERQ_NOP_SHIFT)) & DMA_CERQ_NOP_MASK) |
#define | DMA_CERQ_CERQ_MASK (0x1FU) |
#define | DMA_CERQ_CERQ_SHIFT (0U) |
#define | DMA_CERQ_CERQ(x) (((uint8_t)(((uint8_t)(x)) << DMA_CERQ_CERQ_SHIFT)) & DMA_CERQ_CERQ_MASK) |
#define | DMA_CERQ_CAER_MASK (0x40U) |
#define | DMA_CERQ_CAER_SHIFT (6U) |
#define | DMA_CERQ_CAER(x) (((uint8_t)(((uint8_t)(x)) << DMA_CERQ_CAER_SHIFT)) & DMA_CERQ_CAER_MASK) |
#define | DMA_CERQ_NOP_MASK (0x80U) |
#define | DMA_CERQ_NOP_SHIFT (7U) |
#define | DMA_CERQ_NOP(x) (((uint8_t)(((uint8_t)(x)) << DMA_CERQ_NOP_SHIFT)) & DMA_CERQ_NOP_MASK) |
#define | DMA_CERQ_CERQ_MASK (0x1FU) |
#define | DMA_CERQ_CERQ_SHIFT (0U) |
#define | DMA_CERQ_CERQ(x) (((uint8_t)(((uint8_t)(x)) << DMA_CERQ_CERQ_SHIFT)) & DMA_CERQ_CERQ_MASK) |
#define | DMA_CERQ_CAER_MASK (0x40U) |
#define | DMA_CERQ_CAER_SHIFT (6U) |
#define | DMA_CERQ_CAER(x) (((uint8_t)(((uint8_t)(x)) << DMA_CERQ_CAER_SHIFT)) & DMA_CERQ_CAER_MASK) |
#define | DMA_CERQ_NOP_MASK (0x80U) |
#define | DMA_CERQ_NOP_SHIFT (7U) |
#define | DMA_CERQ_NOP(x) (((uint8_t)(((uint8_t)(x)) << DMA_CERQ_NOP_SHIFT)) & DMA_CERQ_NOP_MASK) |
SERQ - Set Enable Request Register | |
#define | DMA_SERQ_SERQ_MASK (0xFU) |
#define | DMA_SERQ_SERQ_SHIFT (0U) |
#define | DMA_SERQ_SERQ(x) (((uint8_t)(((uint8_t)(x)) << DMA_SERQ_SERQ_SHIFT)) & DMA_SERQ_SERQ_MASK) |
#define | DMA_SERQ_SAER_MASK (0x40U) |
#define | DMA_SERQ_SAER_SHIFT (6U) |
#define | DMA_SERQ_SAER(x) (((uint8_t)(((uint8_t)(x)) << DMA_SERQ_SAER_SHIFT)) & DMA_SERQ_SAER_MASK) |
#define | DMA_SERQ_NOP_MASK (0x80U) |
#define | DMA_SERQ_NOP_SHIFT (7U) |
#define | DMA_SERQ_NOP(x) (((uint8_t)(((uint8_t)(x)) << DMA_SERQ_NOP_SHIFT)) & DMA_SERQ_NOP_MASK) |
#define | DMA_SERQ_SERQ_MASK 0xFu |
#define | DMA_SERQ_SERQ_SHIFT 0 |
#define | DMA_SERQ_SERQ(x) (((uint8_t)(((uint8_t)(x))<<DMA_SERQ_SERQ_SHIFT))&DMA_SERQ_SERQ_MASK) |
#define | DMA_SERQ_SAER_MASK 0x40u |
#define | DMA_SERQ_SAER_SHIFT 6 |
#define | DMA_SERQ_NOP_MASK 0x80u |
#define | DMA_SERQ_NOP_SHIFT 7 |
#define | DMA_SERQ_SERQ_MASK (0xFU) |
#define | DMA_SERQ_SERQ_SHIFT (0U) |
#define | DMA_SERQ_SERQ(x) (((uint8_t)(((uint8_t)(x)) << DMA_SERQ_SERQ_SHIFT)) & DMA_SERQ_SERQ_MASK) |
#define | DMA_SERQ_SAER_MASK (0x40U) |
#define | DMA_SERQ_SAER_SHIFT (6U) |
#define | DMA_SERQ_SAER(x) (((uint8_t)(((uint8_t)(x)) << DMA_SERQ_SAER_SHIFT)) & DMA_SERQ_SAER_MASK) |
#define | DMA_SERQ_NOP_MASK (0x80U) |
#define | DMA_SERQ_NOP_SHIFT (7U) |
#define | DMA_SERQ_NOP(x) (((uint8_t)(((uint8_t)(x)) << DMA_SERQ_NOP_SHIFT)) & DMA_SERQ_NOP_MASK) |
#define | DMA_SERQ_SERQ_MASK (0x1FU) |
#define | DMA_SERQ_SERQ_SHIFT (0U) |
#define | DMA_SERQ_SERQ(x) (((uint8_t)(((uint8_t)(x)) << DMA_SERQ_SERQ_SHIFT)) & DMA_SERQ_SERQ_MASK) |
#define | DMA_SERQ_SAER_MASK (0x40U) |
#define | DMA_SERQ_SAER_SHIFT (6U) |
#define | DMA_SERQ_SAER(x) (((uint8_t)(((uint8_t)(x)) << DMA_SERQ_SAER_SHIFT)) & DMA_SERQ_SAER_MASK) |
#define | DMA_SERQ_NOP_MASK (0x80U) |
#define | DMA_SERQ_NOP_SHIFT (7U) |
#define | DMA_SERQ_NOP(x) (((uint8_t)(((uint8_t)(x)) << DMA_SERQ_NOP_SHIFT)) & DMA_SERQ_NOP_MASK) |
#define | DMA_SERQ_SERQ_MASK (0x1FU) |
#define | DMA_SERQ_SERQ_SHIFT (0U) |
#define | DMA_SERQ_SERQ(x) (((uint8_t)(((uint8_t)(x)) << DMA_SERQ_SERQ_SHIFT)) & DMA_SERQ_SERQ_MASK) |
#define | DMA_SERQ_SAER_MASK (0x40U) |
#define | DMA_SERQ_SAER_SHIFT (6U) |
#define | DMA_SERQ_SAER(x) (((uint8_t)(((uint8_t)(x)) << DMA_SERQ_SAER_SHIFT)) & DMA_SERQ_SAER_MASK) |
#define | DMA_SERQ_NOP_MASK (0x80U) |
#define | DMA_SERQ_NOP_SHIFT (7U) |
#define | DMA_SERQ_NOP(x) (((uint8_t)(((uint8_t)(x)) << DMA_SERQ_NOP_SHIFT)) & DMA_SERQ_NOP_MASK) |
#define | DMA_SERQ_SERQ_MASK (0x1FU) |
#define | DMA_SERQ_SERQ_SHIFT (0U) |
#define | DMA_SERQ_SERQ(x) (((uint8_t)(((uint8_t)(x)) << DMA_SERQ_SERQ_SHIFT)) & DMA_SERQ_SERQ_MASK) |
#define | DMA_SERQ_SAER_MASK (0x40U) |
#define | DMA_SERQ_SAER_SHIFT (6U) |
#define | DMA_SERQ_SAER(x) (((uint8_t)(((uint8_t)(x)) << DMA_SERQ_SAER_SHIFT)) & DMA_SERQ_SAER_MASK) |
#define | DMA_SERQ_NOP_MASK (0x80U) |
#define | DMA_SERQ_NOP_SHIFT (7U) |
#define | DMA_SERQ_NOP(x) (((uint8_t)(((uint8_t)(x)) << DMA_SERQ_NOP_SHIFT)) & DMA_SERQ_NOP_MASK) |
CDNE - Clear DONE Status Bit Register | |
#define | DMA_CDNE_CDNE_MASK (0xFU) |
#define | DMA_CDNE_CDNE_SHIFT (0U) |
#define | DMA_CDNE_CDNE(x) (((uint8_t)(((uint8_t)(x)) << DMA_CDNE_CDNE_SHIFT)) & DMA_CDNE_CDNE_MASK) |
#define | DMA_CDNE_CADN_MASK (0x40U) |
#define | DMA_CDNE_CADN_SHIFT (6U) |
#define | DMA_CDNE_CADN(x) (((uint8_t)(((uint8_t)(x)) << DMA_CDNE_CADN_SHIFT)) & DMA_CDNE_CADN_MASK) |
#define | DMA_CDNE_NOP_MASK (0x80U) |
#define | DMA_CDNE_NOP_SHIFT (7U) |
#define | DMA_CDNE_NOP(x) (((uint8_t)(((uint8_t)(x)) << DMA_CDNE_NOP_SHIFT)) & DMA_CDNE_NOP_MASK) |
#define | DMA_CDNE_CDNE_MASK 0xFu |
#define | DMA_CDNE_CDNE_SHIFT 0 |
#define | DMA_CDNE_CDNE(x) (((uint8_t)(((uint8_t)(x))<<DMA_CDNE_CDNE_SHIFT))&DMA_CDNE_CDNE_MASK) |
#define | DMA_CDNE_CADN_MASK 0x40u |
#define | DMA_CDNE_CADN_SHIFT 6 |
#define | DMA_CDNE_NOP_MASK 0x80u |
#define | DMA_CDNE_NOP_SHIFT 7 |
#define | DMA_CDNE_CDNE_MASK (0xFU) |
#define | DMA_CDNE_CDNE_SHIFT (0U) |
#define | DMA_CDNE_CDNE(x) (((uint8_t)(((uint8_t)(x)) << DMA_CDNE_CDNE_SHIFT)) & DMA_CDNE_CDNE_MASK) |
#define | DMA_CDNE_CADN_MASK (0x40U) |
#define | DMA_CDNE_CADN_SHIFT (6U) |
#define | DMA_CDNE_CADN(x) (((uint8_t)(((uint8_t)(x)) << DMA_CDNE_CADN_SHIFT)) & DMA_CDNE_CADN_MASK) |
#define | DMA_CDNE_NOP_MASK (0x80U) |
#define | DMA_CDNE_NOP_SHIFT (7U) |
#define | DMA_CDNE_NOP(x) (((uint8_t)(((uint8_t)(x)) << DMA_CDNE_NOP_SHIFT)) & DMA_CDNE_NOP_MASK) |
#define | DMA_CDNE_CDNE_MASK (0x1FU) |
#define | DMA_CDNE_CDNE_SHIFT (0U) |
#define | DMA_CDNE_CDNE(x) (((uint8_t)(((uint8_t)(x)) << DMA_CDNE_CDNE_SHIFT)) & DMA_CDNE_CDNE_MASK) |
#define | DMA_CDNE_CADN_MASK (0x40U) |
#define | DMA_CDNE_CADN_SHIFT (6U) |
#define | DMA_CDNE_CADN(x) (((uint8_t)(((uint8_t)(x)) << DMA_CDNE_CADN_SHIFT)) & DMA_CDNE_CADN_MASK) |
#define | DMA_CDNE_NOP_MASK (0x80U) |
#define | DMA_CDNE_NOP_SHIFT (7U) |
#define | DMA_CDNE_NOP(x) (((uint8_t)(((uint8_t)(x)) << DMA_CDNE_NOP_SHIFT)) & DMA_CDNE_NOP_MASK) |
#define | DMA_CDNE_CDNE_MASK (0x1FU) |
#define | DMA_CDNE_CDNE_SHIFT (0U) |
#define | DMA_CDNE_CDNE(x) (((uint8_t)(((uint8_t)(x)) << DMA_CDNE_CDNE_SHIFT)) & DMA_CDNE_CDNE_MASK) |
#define | DMA_CDNE_CADN_MASK (0x40U) |
#define | DMA_CDNE_CADN_SHIFT (6U) |
#define | DMA_CDNE_CADN(x) (((uint8_t)(((uint8_t)(x)) << DMA_CDNE_CADN_SHIFT)) & DMA_CDNE_CADN_MASK) |
#define | DMA_CDNE_NOP_MASK (0x80U) |
#define | DMA_CDNE_NOP_SHIFT (7U) |
#define | DMA_CDNE_NOP(x) (((uint8_t)(((uint8_t)(x)) << DMA_CDNE_NOP_SHIFT)) & DMA_CDNE_NOP_MASK) |
#define | DMA_CDNE_CDNE_MASK (0x1FU) |
#define | DMA_CDNE_CDNE_SHIFT (0U) |
#define | DMA_CDNE_CDNE(x) (((uint8_t)(((uint8_t)(x)) << DMA_CDNE_CDNE_SHIFT)) & DMA_CDNE_CDNE_MASK) |
#define | DMA_CDNE_CADN_MASK (0x40U) |
#define | DMA_CDNE_CADN_SHIFT (6U) |
#define | DMA_CDNE_CADN(x) (((uint8_t)(((uint8_t)(x)) << DMA_CDNE_CADN_SHIFT)) & DMA_CDNE_CADN_MASK) |
#define | DMA_CDNE_NOP_MASK (0x80U) |
#define | DMA_CDNE_NOP_SHIFT (7U) |
#define | DMA_CDNE_NOP(x) (((uint8_t)(((uint8_t)(x)) << DMA_CDNE_NOP_SHIFT)) & DMA_CDNE_NOP_MASK) |
SSRT - Set START Bit Register | |
#define | DMA_SSRT_SSRT_MASK (0xFU) |
#define | DMA_SSRT_SSRT_SHIFT (0U) |
#define | DMA_SSRT_SSRT(x) (((uint8_t)(((uint8_t)(x)) << DMA_SSRT_SSRT_SHIFT)) & DMA_SSRT_SSRT_MASK) |
#define | DMA_SSRT_SAST_MASK (0x40U) |
#define | DMA_SSRT_SAST_SHIFT (6U) |
#define | DMA_SSRT_SAST(x) (((uint8_t)(((uint8_t)(x)) << DMA_SSRT_SAST_SHIFT)) & DMA_SSRT_SAST_MASK) |
#define | DMA_SSRT_NOP_MASK (0x80U) |
#define | DMA_SSRT_NOP_SHIFT (7U) |
#define | DMA_SSRT_NOP(x) (((uint8_t)(((uint8_t)(x)) << DMA_SSRT_NOP_SHIFT)) & DMA_SSRT_NOP_MASK) |
#define | DMA_SSRT_SSRT_MASK 0xFu |
#define | DMA_SSRT_SSRT_SHIFT 0 |
#define | DMA_SSRT_SSRT(x) (((uint8_t)(((uint8_t)(x))<<DMA_SSRT_SSRT_SHIFT))&DMA_SSRT_SSRT_MASK) |
#define | DMA_SSRT_SAST_MASK 0x40u |
#define | DMA_SSRT_SAST_SHIFT 6 |
#define | DMA_SSRT_NOP_MASK 0x80u |
#define | DMA_SSRT_NOP_SHIFT 7 |
#define | DMA_SSRT_SSRT_MASK (0xFU) |
#define | DMA_SSRT_SSRT_SHIFT (0U) |
#define | DMA_SSRT_SSRT(x) (((uint8_t)(((uint8_t)(x)) << DMA_SSRT_SSRT_SHIFT)) & DMA_SSRT_SSRT_MASK) |
#define | DMA_SSRT_SAST_MASK (0x40U) |
#define | DMA_SSRT_SAST_SHIFT (6U) |
#define | DMA_SSRT_SAST(x) (((uint8_t)(((uint8_t)(x)) << DMA_SSRT_SAST_SHIFT)) & DMA_SSRT_SAST_MASK) |
#define | DMA_SSRT_NOP_MASK (0x80U) |
#define | DMA_SSRT_NOP_SHIFT (7U) |
#define | DMA_SSRT_NOP(x) (((uint8_t)(((uint8_t)(x)) << DMA_SSRT_NOP_SHIFT)) & DMA_SSRT_NOP_MASK) |
#define | DMA_SSRT_SSRT_MASK (0x1FU) |
#define | DMA_SSRT_SSRT_SHIFT (0U) |
#define | DMA_SSRT_SSRT(x) (((uint8_t)(((uint8_t)(x)) << DMA_SSRT_SSRT_SHIFT)) & DMA_SSRT_SSRT_MASK) |
#define | DMA_SSRT_SAST_MASK (0x40U) |
#define | DMA_SSRT_SAST_SHIFT (6U) |
#define | DMA_SSRT_SAST(x) (((uint8_t)(((uint8_t)(x)) << DMA_SSRT_SAST_SHIFT)) & DMA_SSRT_SAST_MASK) |
#define | DMA_SSRT_NOP_MASK (0x80U) |
#define | DMA_SSRT_NOP_SHIFT (7U) |
#define | DMA_SSRT_NOP(x) (((uint8_t)(((uint8_t)(x)) << DMA_SSRT_NOP_SHIFT)) & DMA_SSRT_NOP_MASK) |
#define | DMA_SSRT_SSRT_MASK (0x1FU) |
#define | DMA_SSRT_SSRT_SHIFT (0U) |
#define | DMA_SSRT_SSRT(x) (((uint8_t)(((uint8_t)(x)) << DMA_SSRT_SSRT_SHIFT)) & DMA_SSRT_SSRT_MASK) |
#define | DMA_SSRT_SAST_MASK (0x40U) |
#define | DMA_SSRT_SAST_SHIFT (6U) |
#define | DMA_SSRT_SAST(x) (((uint8_t)(((uint8_t)(x)) << DMA_SSRT_SAST_SHIFT)) & DMA_SSRT_SAST_MASK) |
#define | DMA_SSRT_NOP_MASK (0x80U) |
#define | DMA_SSRT_NOP_SHIFT (7U) |
#define | DMA_SSRT_NOP(x) (((uint8_t)(((uint8_t)(x)) << DMA_SSRT_NOP_SHIFT)) & DMA_SSRT_NOP_MASK) |
#define | DMA_SSRT_SSRT_MASK (0x1FU) |
#define | DMA_SSRT_SSRT_SHIFT (0U) |
#define | DMA_SSRT_SSRT(x) (((uint8_t)(((uint8_t)(x)) << DMA_SSRT_SSRT_SHIFT)) & DMA_SSRT_SSRT_MASK) |
#define | DMA_SSRT_SAST_MASK (0x40U) |
#define | DMA_SSRT_SAST_SHIFT (6U) |
#define | DMA_SSRT_SAST(x) (((uint8_t)(((uint8_t)(x)) << DMA_SSRT_SAST_SHIFT)) & DMA_SSRT_SAST_MASK) |
#define | DMA_SSRT_NOP_MASK (0x80U) |
#define | DMA_SSRT_NOP_SHIFT (7U) |
#define | DMA_SSRT_NOP(x) (((uint8_t)(((uint8_t)(x)) << DMA_SSRT_NOP_SHIFT)) & DMA_SSRT_NOP_MASK) |
CERR - Clear Error Register | |
#define | DMA_CERR_CERR_MASK (0xFU) |
#define | DMA_CERR_CERR_SHIFT (0U) |
#define | DMA_CERR_CERR(x) (((uint8_t)(((uint8_t)(x)) << DMA_CERR_CERR_SHIFT)) & DMA_CERR_CERR_MASK) |
#define | DMA_CERR_CAEI_MASK (0x40U) |
#define | DMA_CERR_CAEI_SHIFT (6U) |
#define | DMA_CERR_CAEI(x) (((uint8_t)(((uint8_t)(x)) << DMA_CERR_CAEI_SHIFT)) & DMA_CERR_CAEI_MASK) |
#define | DMA_CERR_NOP_MASK (0x80U) |
#define | DMA_CERR_NOP_SHIFT (7U) |
#define | DMA_CERR_NOP(x) (((uint8_t)(((uint8_t)(x)) << DMA_CERR_NOP_SHIFT)) & DMA_CERR_NOP_MASK) |
#define | DMA_CERR_CERR_MASK 0xFu |
#define | DMA_CERR_CERR_SHIFT 0 |
#define | DMA_CERR_CERR(x) (((uint8_t)(((uint8_t)(x))<<DMA_CERR_CERR_SHIFT))&DMA_CERR_CERR_MASK) |
#define | DMA_CERR_CAEI_MASK 0x40u |
#define | DMA_CERR_CAEI_SHIFT 6 |
#define | DMA_CERR_NOP_MASK 0x80u |
#define | DMA_CERR_NOP_SHIFT 7 |
#define | DMA_CERR_CERR_MASK (0xFU) |
#define | DMA_CERR_CERR_SHIFT (0U) |
#define | DMA_CERR_CERR(x) (((uint8_t)(((uint8_t)(x)) << DMA_CERR_CERR_SHIFT)) & DMA_CERR_CERR_MASK) |
#define | DMA_CERR_CAEI_MASK (0x40U) |
#define | DMA_CERR_CAEI_SHIFT (6U) |
#define | DMA_CERR_CAEI(x) (((uint8_t)(((uint8_t)(x)) << DMA_CERR_CAEI_SHIFT)) & DMA_CERR_CAEI_MASK) |
#define | DMA_CERR_NOP_MASK (0x80U) |
#define | DMA_CERR_NOP_SHIFT (7U) |
#define | DMA_CERR_NOP(x) (((uint8_t)(((uint8_t)(x)) << DMA_CERR_NOP_SHIFT)) & DMA_CERR_NOP_MASK) |
#define | DMA_CERR_CERR_MASK (0x1FU) |
#define | DMA_CERR_CERR_SHIFT (0U) |
#define | DMA_CERR_CERR(x) (((uint8_t)(((uint8_t)(x)) << DMA_CERR_CERR_SHIFT)) & DMA_CERR_CERR_MASK) |
#define | DMA_CERR_CAEI_MASK (0x40U) |
#define | DMA_CERR_CAEI_SHIFT (6U) |
#define | DMA_CERR_CAEI(x) (((uint8_t)(((uint8_t)(x)) << DMA_CERR_CAEI_SHIFT)) & DMA_CERR_CAEI_MASK) |
#define | DMA_CERR_NOP_MASK (0x80U) |
#define | DMA_CERR_NOP_SHIFT (7U) |
#define | DMA_CERR_NOP(x) (((uint8_t)(((uint8_t)(x)) << DMA_CERR_NOP_SHIFT)) & DMA_CERR_NOP_MASK) |
#define | DMA_CERR_CERR_MASK (0x1FU) |
#define | DMA_CERR_CERR_SHIFT (0U) |
#define | DMA_CERR_CERR(x) (((uint8_t)(((uint8_t)(x)) << DMA_CERR_CERR_SHIFT)) & DMA_CERR_CERR_MASK) |
#define | DMA_CERR_CAEI_MASK (0x40U) |
#define | DMA_CERR_CAEI_SHIFT (6U) |
#define | DMA_CERR_CAEI(x) (((uint8_t)(((uint8_t)(x)) << DMA_CERR_CAEI_SHIFT)) & DMA_CERR_CAEI_MASK) |
#define | DMA_CERR_NOP_MASK (0x80U) |
#define | DMA_CERR_NOP_SHIFT (7U) |
#define | DMA_CERR_NOP(x) (((uint8_t)(((uint8_t)(x)) << DMA_CERR_NOP_SHIFT)) & DMA_CERR_NOP_MASK) |
#define | DMA_CERR_CERR_MASK (0x1FU) |
#define | DMA_CERR_CERR_SHIFT (0U) |
#define | DMA_CERR_CERR(x) (((uint8_t)(((uint8_t)(x)) << DMA_CERR_CERR_SHIFT)) & DMA_CERR_CERR_MASK) |
#define | DMA_CERR_CAEI_MASK (0x40U) |
#define | DMA_CERR_CAEI_SHIFT (6U) |
#define | DMA_CERR_CAEI(x) (((uint8_t)(((uint8_t)(x)) << DMA_CERR_CAEI_SHIFT)) & DMA_CERR_CAEI_MASK) |
#define | DMA_CERR_NOP_MASK (0x80U) |
#define | DMA_CERR_NOP_SHIFT (7U) |
#define | DMA_CERR_NOP(x) (((uint8_t)(((uint8_t)(x)) << DMA_CERR_NOP_SHIFT)) & DMA_CERR_NOP_MASK) |
CINT - Clear Interrupt Request Register | |
#define | DMA_CINT_CINT_MASK (0xFU) |
#define | DMA_CINT_CINT_SHIFT (0U) |
#define | DMA_CINT_CINT(x) (((uint8_t)(((uint8_t)(x)) << DMA_CINT_CINT_SHIFT)) & DMA_CINT_CINT_MASK) |
#define | DMA_CINT_CAIR_MASK (0x40U) |
#define | DMA_CINT_CAIR_SHIFT (6U) |
#define | DMA_CINT_CAIR(x) (((uint8_t)(((uint8_t)(x)) << DMA_CINT_CAIR_SHIFT)) & DMA_CINT_CAIR_MASK) |
#define | DMA_CINT_NOP_MASK (0x80U) |
#define | DMA_CINT_NOP_SHIFT (7U) |
#define | DMA_CINT_NOP(x) (((uint8_t)(((uint8_t)(x)) << DMA_CINT_NOP_SHIFT)) & DMA_CINT_NOP_MASK) |
#define | DMA_CINT_CINT_MASK 0xFu |
#define | DMA_CINT_CINT_SHIFT 0 |
#define | DMA_CINT_CINT(x) (((uint8_t)(((uint8_t)(x))<<DMA_CINT_CINT_SHIFT))&DMA_CINT_CINT_MASK) |
#define | DMA_CINT_CAIR_MASK 0x40u |
#define | DMA_CINT_CAIR_SHIFT 6 |
#define | DMA_CINT_NOP_MASK 0x80u |
#define | DMA_CINT_NOP_SHIFT 7 |
#define | DMA_CINT_CINT_MASK (0xFU) |
#define | DMA_CINT_CINT_SHIFT (0U) |
#define | DMA_CINT_CINT(x) (((uint8_t)(((uint8_t)(x)) << DMA_CINT_CINT_SHIFT)) & DMA_CINT_CINT_MASK) |
#define | DMA_CINT_CAIR_MASK (0x40U) |
#define | DMA_CINT_CAIR_SHIFT (6U) |
#define | DMA_CINT_CAIR(x) (((uint8_t)(((uint8_t)(x)) << DMA_CINT_CAIR_SHIFT)) & DMA_CINT_CAIR_MASK) |
#define | DMA_CINT_NOP_MASK (0x80U) |
#define | DMA_CINT_NOP_SHIFT (7U) |
#define | DMA_CINT_NOP(x) (((uint8_t)(((uint8_t)(x)) << DMA_CINT_NOP_SHIFT)) & DMA_CINT_NOP_MASK) |
#define | DMA_CINT_CINT_MASK (0x1FU) |
#define | DMA_CINT_CINT_SHIFT (0U) |
#define | DMA_CINT_CINT(x) (((uint8_t)(((uint8_t)(x)) << DMA_CINT_CINT_SHIFT)) & DMA_CINT_CINT_MASK) |
#define | DMA_CINT_CAIR_MASK (0x40U) |
#define | DMA_CINT_CAIR_SHIFT (6U) |
#define | DMA_CINT_CAIR(x) (((uint8_t)(((uint8_t)(x)) << DMA_CINT_CAIR_SHIFT)) & DMA_CINT_CAIR_MASK) |
#define | DMA_CINT_NOP_MASK (0x80U) |
#define | DMA_CINT_NOP_SHIFT (7U) |
#define | DMA_CINT_NOP(x) (((uint8_t)(((uint8_t)(x)) << DMA_CINT_NOP_SHIFT)) & DMA_CINT_NOP_MASK) |
#define | DMA_CINT_CINT_MASK (0x1FU) |
#define | DMA_CINT_CINT_SHIFT (0U) |
#define | DMA_CINT_CINT(x) (((uint8_t)(((uint8_t)(x)) << DMA_CINT_CINT_SHIFT)) & DMA_CINT_CINT_MASK) |
#define | DMA_CINT_CAIR_MASK (0x40U) |
#define | DMA_CINT_CAIR_SHIFT (6U) |
#define | DMA_CINT_CAIR(x) (((uint8_t)(((uint8_t)(x)) << DMA_CINT_CAIR_SHIFT)) & DMA_CINT_CAIR_MASK) |
#define | DMA_CINT_NOP_MASK (0x80U) |
#define | DMA_CINT_NOP_SHIFT (7U) |
#define | DMA_CINT_NOP(x) (((uint8_t)(((uint8_t)(x)) << DMA_CINT_NOP_SHIFT)) & DMA_CINT_NOP_MASK) |
#define | DMA_CINT_CINT_MASK (0x1FU) |
#define | DMA_CINT_CINT_SHIFT (0U) |
#define | DMA_CINT_CINT(x) (((uint8_t)(((uint8_t)(x)) << DMA_CINT_CINT_SHIFT)) & DMA_CINT_CINT_MASK) |
#define | DMA_CINT_CAIR_MASK (0x40U) |
#define | DMA_CINT_CAIR_SHIFT (6U) |
#define | DMA_CINT_CAIR(x) (((uint8_t)(((uint8_t)(x)) << DMA_CINT_CAIR_SHIFT)) & DMA_CINT_CAIR_MASK) |
#define | DMA_CINT_NOP_MASK (0x80U) |
#define | DMA_CINT_NOP_SHIFT (7U) |
#define | DMA_CINT_NOP(x) (((uint8_t)(((uint8_t)(x)) << DMA_CINT_NOP_SHIFT)) & DMA_CINT_NOP_MASK) |
INT - Interrupt Request Register | |
#define | DMA_INT_INT0_MASK (0x1U) |
#define | DMA_INT_INT0_SHIFT (0U) |
#define | DMA_INT_INT0(x) (((uint32_t)(((uint32_t)(x)) << DMA_INT_INT0_SHIFT)) & DMA_INT_INT0_MASK) |
#define | DMA_INT_INT1_MASK (0x2U) |
#define | DMA_INT_INT1_SHIFT (1U) |
#define | DMA_INT_INT1(x) (((uint32_t)(((uint32_t)(x)) << DMA_INT_INT1_SHIFT)) & DMA_INT_INT1_MASK) |
#define | DMA_INT_INT2_MASK (0x4U) |
#define | DMA_INT_INT2_SHIFT (2U) |
#define | DMA_INT_INT2(x) (((uint32_t)(((uint32_t)(x)) << DMA_INT_INT2_SHIFT)) & DMA_INT_INT2_MASK) |
#define | DMA_INT_INT3_MASK (0x8U) |
#define | DMA_INT_INT3_SHIFT (3U) |
#define | DMA_INT_INT3(x) (((uint32_t)(((uint32_t)(x)) << DMA_INT_INT3_SHIFT)) & DMA_INT_INT3_MASK) |
#define | DMA_INT_INT4_MASK (0x10U) |
#define | DMA_INT_INT4_SHIFT (4U) |
#define | DMA_INT_INT4(x) (((uint32_t)(((uint32_t)(x)) << DMA_INT_INT4_SHIFT)) & DMA_INT_INT4_MASK) |
#define | DMA_INT_INT5_MASK (0x20U) |
#define | DMA_INT_INT5_SHIFT (5U) |
#define | DMA_INT_INT5(x) (((uint32_t)(((uint32_t)(x)) << DMA_INT_INT5_SHIFT)) & DMA_INT_INT5_MASK) |
#define | DMA_INT_INT6_MASK (0x40U) |
#define | DMA_INT_INT6_SHIFT (6U) |
#define | DMA_INT_INT6(x) (((uint32_t)(((uint32_t)(x)) << DMA_INT_INT6_SHIFT)) & DMA_INT_INT6_MASK) |
#define | DMA_INT_INT7_MASK (0x80U) |
#define | DMA_INT_INT7_SHIFT (7U) |
#define | DMA_INT_INT7(x) (((uint32_t)(((uint32_t)(x)) << DMA_INT_INT7_SHIFT)) & DMA_INT_INT7_MASK) |
#define | DMA_INT_INT8_MASK (0x100U) |
#define | DMA_INT_INT8_SHIFT (8U) |
#define | DMA_INT_INT8(x) (((uint32_t)(((uint32_t)(x)) << DMA_INT_INT8_SHIFT)) & DMA_INT_INT8_MASK) |
#define | DMA_INT_INT9_MASK (0x200U) |
#define | DMA_INT_INT9_SHIFT (9U) |
#define | DMA_INT_INT9(x) (((uint32_t)(((uint32_t)(x)) << DMA_INT_INT9_SHIFT)) & DMA_INT_INT9_MASK) |
#define | DMA_INT_INT10_MASK (0x400U) |
#define | DMA_INT_INT10_SHIFT (10U) |
#define | DMA_INT_INT10(x) (((uint32_t)(((uint32_t)(x)) << DMA_INT_INT10_SHIFT)) & DMA_INT_INT10_MASK) |
#define | DMA_INT_INT11_MASK (0x800U) |
#define | DMA_INT_INT11_SHIFT (11U) |
#define | DMA_INT_INT11(x) (((uint32_t)(((uint32_t)(x)) << DMA_INT_INT11_SHIFT)) & DMA_INT_INT11_MASK) |
#define | DMA_INT_INT12_MASK (0x1000U) |
#define | DMA_INT_INT12_SHIFT (12U) |
#define | DMA_INT_INT12(x) (((uint32_t)(((uint32_t)(x)) << DMA_INT_INT12_SHIFT)) & DMA_INT_INT12_MASK) |
#define | DMA_INT_INT13_MASK (0x2000U) |
#define | DMA_INT_INT13_SHIFT (13U) |
#define | DMA_INT_INT13(x) (((uint32_t)(((uint32_t)(x)) << DMA_INT_INT13_SHIFT)) & DMA_INT_INT13_MASK) |
#define | DMA_INT_INT14_MASK (0x4000U) |
#define | DMA_INT_INT14_SHIFT (14U) |
#define | DMA_INT_INT14(x) (((uint32_t)(((uint32_t)(x)) << DMA_INT_INT14_SHIFT)) & DMA_INT_INT14_MASK) |
#define | DMA_INT_INT15_MASK (0x8000U) |
#define | DMA_INT_INT15_SHIFT (15U) |
#define | DMA_INT_INT15(x) (((uint32_t)(((uint32_t)(x)) << DMA_INT_INT15_SHIFT)) & DMA_INT_INT15_MASK) |
#define | DMA_INT_INT0_MASK 0x1u |
#define | DMA_INT_INT0_SHIFT 0 |
#define | DMA_INT_INT1_MASK 0x2u |
#define | DMA_INT_INT1_SHIFT 1 |
#define | DMA_INT_INT2_MASK 0x4u |
#define | DMA_INT_INT2_SHIFT 2 |
#define | DMA_INT_INT3_MASK 0x8u |
#define | DMA_INT_INT3_SHIFT 3 |
#define | DMA_INT_INT4_MASK 0x10u |
#define | DMA_INT_INT4_SHIFT 4 |
#define | DMA_INT_INT5_MASK 0x20u |
#define | DMA_INT_INT5_SHIFT 5 |
#define | DMA_INT_INT6_MASK 0x40u |
#define | DMA_INT_INT6_SHIFT 6 |
#define | DMA_INT_INT7_MASK 0x80u |
#define | DMA_INT_INT7_SHIFT 7 |
#define | DMA_INT_INT8_MASK 0x100u |
#define | DMA_INT_INT8_SHIFT 8 |
#define | DMA_INT_INT9_MASK 0x200u |
#define | DMA_INT_INT9_SHIFT 9 |
#define | DMA_INT_INT10_MASK 0x400u |
#define | DMA_INT_INT10_SHIFT 10 |
#define | DMA_INT_INT11_MASK 0x800u |
#define | DMA_INT_INT11_SHIFT 11 |
#define | DMA_INT_INT12_MASK 0x1000u |
#define | DMA_INT_INT12_SHIFT 12 |
#define | DMA_INT_INT13_MASK 0x2000u |
#define | DMA_INT_INT13_SHIFT 13 |
#define | DMA_INT_INT14_MASK 0x4000u |
#define | DMA_INT_INT14_SHIFT 14 |
#define | DMA_INT_INT15_MASK 0x8000u |
#define | DMA_INT_INT15_SHIFT 15 |
#define | DMA_INT_INT0_MASK (0x1U) |
#define | DMA_INT_INT0_SHIFT (0U) |
#define | DMA_INT_INT0(x) (((uint32_t)(((uint32_t)(x)) << DMA_INT_INT0_SHIFT)) & DMA_INT_INT0_MASK) |
#define | DMA_INT_INT1_MASK (0x2U) |
#define | DMA_INT_INT1_SHIFT (1U) |
#define | DMA_INT_INT1(x) (((uint32_t)(((uint32_t)(x)) << DMA_INT_INT1_SHIFT)) & DMA_INT_INT1_MASK) |
#define | DMA_INT_INT2_MASK (0x4U) |
#define | DMA_INT_INT2_SHIFT (2U) |
#define | DMA_INT_INT2(x) (((uint32_t)(((uint32_t)(x)) << DMA_INT_INT2_SHIFT)) & DMA_INT_INT2_MASK) |
#define | DMA_INT_INT3_MASK (0x8U) |
#define | DMA_INT_INT3_SHIFT (3U) |
#define | DMA_INT_INT3(x) (((uint32_t)(((uint32_t)(x)) << DMA_INT_INT3_SHIFT)) & DMA_INT_INT3_MASK) |
#define | DMA_INT_INT4_MASK (0x10U) |
#define | DMA_INT_INT4_SHIFT (4U) |
#define | DMA_INT_INT4(x) (((uint32_t)(((uint32_t)(x)) << DMA_INT_INT4_SHIFT)) & DMA_INT_INT4_MASK) |
#define | DMA_INT_INT5_MASK (0x20U) |
#define | DMA_INT_INT5_SHIFT (5U) |
#define | DMA_INT_INT5(x) (((uint32_t)(((uint32_t)(x)) << DMA_INT_INT5_SHIFT)) & DMA_INT_INT5_MASK) |
#define | DMA_INT_INT6_MASK (0x40U) |
#define | DMA_INT_INT6_SHIFT (6U) |
#define | DMA_INT_INT6(x) (((uint32_t)(((uint32_t)(x)) << DMA_INT_INT6_SHIFT)) & DMA_INT_INT6_MASK) |
#define | DMA_INT_INT7_MASK (0x80U) |
#define | DMA_INT_INT7_SHIFT (7U) |
#define | DMA_INT_INT7(x) (((uint32_t)(((uint32_t)(x)) << DMA_INT_INT7_SHIFT)) & DMA_INT_INT7_MASK) |
#define | DMA_INT_INT8_MASK (0x100U) |
#define | DMA_INT_INT8_SHIFT (8U) |
#define | DMA_INT_INT8(x) (((uint32_t)(((uint32_t)(x)) << DMA_INT_INT8_SHIFT)) & DMA_INT_INT8_MASK) |
#define | DMA_INT_INT9_MASK (0x200U) |
#define | DMA_INT_INT9_SHIFT (9U) |
#define | DMA_INT_INT9(x) (((uint32_t)(((uint32_t)(x)) << DMA_INT_INT9_SHIFT)) & DMA_INT_INT9_MASK) |
#define | DMA_INT_INT10_MASK (0x400U) |
#define | DMA_INT_INT10_SHIFT (10U) |
#define | DMA_INT_INT10(x) (((uint32_t)(((uint32_t)(x)) << DMA_INT_INT10_SHIFT)) & DMA_INT_INT10_MASK) |
#define | DMA_INT_INT11_MASK (0x800U) |
#define | DMA_INT_INT11_SHIFT (11U) |
#define | DMA_INT_INT11(x) (((uint32_t)(((uint32_t)(x)) << DMA_INT_INT11_SHIFT)) & DMA_INT_INT11_MASK) |
#define | DMA_INT_INT12_MASK (0x1000U) |
#define | DMA_INT_INT12_SHIFT (12U) |
#define | DMA_INT_INT12(x) (((uint32_t)(((uint32_t)(x)) << DMA_INT_INT12_SHIFT)) & DMA_INT_INT12_MASK) |
#define | DMA_INT_INT13_MASK (0x2000U) |
#define | DMA_INT_INT13_SHIFT (13U) |
#define | DMA_INT_INT13(x) (((uint32_t)(((uint32_t)(x)) << DMA_INT_INT13_SHIFT)) & DMA_INT_INT13_MASK) |
#define | DMA_INT_INT14_MASK (0x4000U) |
#define | DMA_INT_INT14_SHIFT (14U) |
#define | DMA_INT_INT14(x) (((uint32_t)(((uint32_t)(x)) << DMA_INT_INT14_SHIFT)) & DMA_INT_INT14_MASK) |
#define | DMA_INT_INT15_MASK (0x8000U) |
#define | DMA_INT_INT15_SHIFT (15U) |
#define | DMA_INT_INT15(x) (((uint32_t)(((uint32_t)(x)) << DMA_INT_INT15_SHIFT)) & DMA_INT_INT15_MASK) |
#define | DMA_INT_INT0_MASK (0x1U) |
#define | DMA_INT_INT0_SHIFT (0U) |
#define | DMA_INT_INT0(x) (((uint32_t)(((uint32_t)(x)) << DMA_INT_INT0_SHIFT)) & DMA_INT_INT0_MASK) |
#define | DMA_INT_INT1_MASK (0x2U) |
#define | DMA_INT_INT1_SHIFT (1U) |
#define | DMA_INT_INT1(x) (((uint32_t)(((uint32_t)(x)) << DMA_INT_INT1_SHIFT)) & DMA_INT_INT1_MASK) |
#define | DMA_INT_INT2_MASK (0x4U) |
#define | DMA_INT_INT2_SHIFT (2U) |
#define | DMA_INT_INT2(x) (((uint32_t)(((uint32_t)(x)) << DMA_INT_INT2_SHIFT)) & DMA_INT_INT2_MASK) |
#define | DMA_INT_INT3_MASK (0x8U) |
#define | DMA_INT_INT3_SHIFT (3U) |
#define | DMA_INT_INT3(x) (((uint32_t)(((uint32_t)(x)) << DMA_INT_INT3_SHIFT)) & DMA_INT_INT3_MASK) |
#define | DMA_INT_INT4_MASK (0x10U) |
#define | DMA_INT_INT4_SHIFT (4U) |
#define | DMA_INT_INT4(x) (((uint32_t)(((uint32_t)(x)) << DMA_INT_INT4_SHIFT)) & DMA_INT_INT4_MASK) |
#define | DMA_INT_INT5_MASK (0x20U) |
#define | DMA_INT_INT5_SHIFT (5U) |
#define | DMA_INT_INT5(x) (((uint32_t)(((uint32_t)(x)) << DMA_INT_INT5_SHIFT)) & DMA_INT_INT5_MASK) |
#define | DMA_INT_INT6_MASK (0x40U) |
#define | DMA_INT_INT6_SHIFT (6U) |
#define | DMA_INT_INT6(x) (((uint32_t)(((uint32_t)(x)) << DMA_INT_INT6_SHIFT)) & DMA_INT_INT6_MASK) |
#define | DMA_INT_INT7_MASK (0x80U) |
#define | DMA_INT_INT7_SHIFT (7U) |
#define | DMA_INT_INT7(x) (((uint32_t)(((uint32_t)(x)) << DMA_INT_INT7_SHIFT)) & DMA_INT_INT7_MASK) |
#define | DMA_INT_INT8_MASK (0x100U) |
#define | DMA_INT_INT8_SHIFT (8U) |
#define | DMA_INT_INT8(x) (((uint32_t)(((uint32_t)(x)) << DMA_INT_INT8_SHIFT)) & DMA_INT_INT8_MASK) |
#define | DMA_INT_INT9_MASK (0x200U) |
#define | DMA_INT_INT9_SHIFT (9U) |
#define | DMA_INT_INT9(x) (((uint32_t)(((uint32_t)(x)) << DMA_INT_INT9_SHIFT)) & DMA_INT_INT9_MASK) |
#define | DMA_INT_INT10_MASK (0x400U) |
#define | DMA_INT_INT10_SHIFT (10U) |
#define | DMA_INT_INT10(x) (((uint32_t)(((uint32_t)(x)) << DMA_INT_INT10_SHIFT)) & DMA_INT_INT10_MASK) |
#define | DMA_INT_INT11_MASK (0x800U) |
#define | DMA_INT_INT11_SHIFT (11U) |
#define | DMA_INT_INT11(x) (((uint32_t)(((uint32_t)(x)) << DMA_INT_INT11_SHIFT)) & DMA_INT_INT11_MASK) |
#define | DMA_INT_INT12_MASK (0x1000U) |
#define | DMA_INT_INT12_SHIFT (12U) |
#define | DMA_INT_INT12(x) (((uint32_t)(((uint32_t)(x)) << DMA_INT_INT12_SHIFT)) & DMA_INT_INT12_MASK) |
#define | DMA_INT_INT13_MASK (0x2000U) |
#define | DMA_INT_INT13_SHIFT (13U) |
#define | DMA_INT_INT13(x) (((uint32_t)(((uint32_t)(x)) << DMA_INT_INT13_SHIFT)) & DMA_INT_INT13_MASK) |
#define | DMA_INT_INT14_MASK (0x4000U) |
#define | DMA_INT_INT14_SHIFT (14U) |
#define | DMA_INT_INT14(x) (((uint32_t)(((uint32_t)(x)) << DMA_INT_INT14_SHIFT)) & DMA_INT_INT14_MASK) |
#define | DMA_INT_INT15_MASK (0x8000U) |
#define | DMA_INT_INT15_SHIFT (15U) |
#define | DMA_INT_INT15(x) (((uint32_t)(((uint32_t)(x)) << DMA_INT_INT15_SHIFT)) & DMA_INT_INT15_MASK) |
#define | DMA_INT_INT16_MASK (0x10000U) |
#define | DMA_INT_INT16_SHIFT (16U) |
#define | DMA_INT_INT16(x) (((uint32_t)(((uint32_t)(x)) << DMA_INT_INT16_SHIFT)) & DMA_INT_INT16_MASK) |
#define | DMA_INT_INT17_MASK (0x20000U) |
#define | DMA_INT_INT17_SHIFT (17U) |
#define | DMA_INT_INT17(x) (((uint32_t)(((uint32_t)(x)) << DMA_INT_INT17_SHIFT)) & DMA_INT_INT17_MASK) |
#define | DMA_INT_INT18_MASK (0x40000U) |
#define | DMA_INT_INT18_SHIFT (18U) |
#define | DMA_INT_INT18(x) (((uint32_t)(((uint32_t)(x)) << DMA_INT_INT18_SHIFT)) & DMA_INT_INT18_MASK) |
#define | DMA_INT_INT19_MASK (0x80000U) |
#define | DMA_INT_INT19_SHIFT (19U) |
#define | DMA_INT_INT19(x) (((uint32_t)(((uint32_t)(x)) << DMA_INT_INT19_SHIFT)) & DMA_INT_INT19_MASK) |
#define | DMA_INT_INT20_MASK (0x100000U) |
#define | DMA_INT_INT20_SHIFT (20U) |
#define | DMA_INT_INT20(x) (((uint32_t)(((uint32_t)(x)) << DMA_INT_INT20_SHIFT)) & DMA_INT_INT20_MASK) |
#define | DMA_INT_INT21_MASK (0x200000U) |
#define | DMA_INT_INT21_SHIFT (21U) |
#define | DMA_INT_INT21(x) (((uint32_t)(((uint32_t)(x)) << DMA_INT_INT21_SHIFT)) & DMA_INT_INT21_MASK) |
#define | DMA_INT_INT22_MASK (0x400000U) |
#define | DMA_INT_INT22_SHIFT (22U) |
#define | DMA_INT_INT22(x) (((uint32_t)(((uint32_t)(x)) << DMA_INT_INT22_SHIFT)) & DMA_INT_INT22_MASK) |
#define | DMA_INT_INT23_MASK (0x800000U) |
#define | DMA_INT_INT23_SHIFT (23U) |
#define | DMA_INT_INT23(x) (((uint32_t)(((uint32_t)(x)) << DMA_INT_INT23_SHIFT)) & DMA_INT_INT23_MASK) |
#define | DMA_INT_INT24_MASK (0x1000000U) |
#define | DMA_INT_INT24_SHIFT (24U) |
#define | DMA_INT_INT24(x) (((uint32_t)(((uint32_t)(x)) << DMA_INT_INT24_SHIFT)) & DMA_INT_INT24_MASK) |
#define | DMA_INT_INT25_MASK (0x2000000U) |
#define | DMA_INT_INT25_SHIFT (25U) |
#define | DMA_INT_INT25(x) (((uint32_t)(((uint32_t)(x)) << DMA_INT_INT25_SHIFT)) & DMA_INT_INT25_MASK) |
#define | DMA_INT_INT26_MASK (0x4000000U) |
#define | DMA_INT_INT26_SHIFT (26U) |
#define | DMA_INT_INT26(x) (((uint32_t)(((uint32_t)(x)) << DMA_INT_INT26_SHIFT)) & DMA_INT_INT26_MASK) |
#define | DMA_INT_INT27_MASK (0x8000000U) |
#define | DMA_INT_INT27_SHIFT (27U) |
#define | DMA_INT_INT27(x) (((uint32_t)(((uint32_t)(x)) << DMA_INT_INT27_SHIFT)) & DMA_INT_INT27_MASK) |
#define | DMA_INT_INT28_MASK (0x10000000U) |
#define | DMA_INT_INT28_SHIFT (28U) |
#define | DMA_INT_INT28(x) (((uint32_t)(((uint32_t)(x)) << DMA_INT_INT28_SHIFT)) & DMA_INT_INT28_MASK) |
#define | DMA_INT_INT29_MASK (0x20000000U) |
#define | DMA_INT_INT29_SHIFT (29U) |
#define | DMA_INT_INT29(x) (((uint32_t)(((uint32_t)(x)) << DMA_INT_INT29_SHIFT)) & DMA_INT_INT29_MASK) |
#define | DMA_INT_INT30_MASK (0x40000000U) |
#define | DMA_INT_INT30_SHIFT (30U) |
#define | DMA_INT_INT30(x) (((uint32_t)(((uint32_t)(x)) << DMA_INT_INT30_SHIFT)) & DMA_INT_INT30_MASK) |
#define | DMA_INT_INT31_MASK (0x80000000U) |
#define | DMA_INT_INT31_SHIFT (31U) |
#define | DMA_INT_INT31(x) (((uint32_t)(((uint32_t)(x)) << DMA_INT_INT31_SHIFT)) & DMA_INT_INT31_MASK) |
#define | DMA_INT_INT0_MASK (0x1U) |
#define | DMA_INT_INT0_SHIFT (0U) |
#define | DMA_INT_INT0(x) (((uint32_t)(((uint32_t)(x)) << DMA_INT_INT0_SHIFT)) & DMA_INT_INT0_MASK) |
#define | DMA_INT_INT1_MASK (0x2U) |
#define | DMA_INT_INT1_SHIFT (1U) |
#define | DMA_INT_INT1(x) (((uint32_t)(((uint32_t)(x)) << DMA_INT_INT1_SHIFT)) & DMA_INT_INT1_MASK) |
#define | DMA_INT_INT2_MASK (0x4U) |
#define | DMA_INT_INT2_SHIFT (2U) |
#define | DMA_INT_INT2(x) (((uint32_t)(((uint32_t)(x)) << DMA_INT_INT2_SHIFT)) & DMA_INT_INT2_MASK) |
#define | DMA_INT_INT3_MASK (0x8U) |
#define | DMA_INT_INT3_SHIFT (3U) |
#define | DMA_INT_INT3(x) (((uint32_t)(((uint32_t)(x)) << DMA_INT_INT3_SHIFT)) & DMA_INT_INT3_MASK) |
#define | DMA_INT_INT4_MASK (0x10U) |
#define | DMA_INT_INT4_SHIFT (4U) |
#define | DMA_INT_INT4(x) (((uint32_t)(((uint32_t)(x)) << DMA_INT_INT4_SHIFT)) & DMA_INT_INT4_MASK) |
#define | DMA_INT_INT5_MASK (0x20U) |
#define | DMA_INT_INT5_SHIFT (5U) |
#define | DMA_INT_INT5(x) (((uint32_t)(((uint32_t)(x)) << DMA_INT_INT5_SHIFT)) & DMA_INT_INT5_MASK) |
#define | DMA_INT_INT6_MASK (0x40U) |
#define | DMA_INT_INT6_SHIFT (6U) |
#define | DMA_INT_INT6(x) (((uint32_t)(((uint32_t)(x)) << DMA_INT_INT6_SHIFT)) & DMA_INT_INT6_MASK) |
#define | DMA_INT_INT7_MASK (0x80U) |
#define | DMA_INT_INT7_SHIFT (7U) |
#define | DMA_INT_INT7(x) (((uint32_t)(((uint32_t)(x)) << DMA_INT_INT7_SHIFT)) & DMA_INT_INT7_MASK) |
#define | DMA_INT_INT8_MASK (0x100U) |
#define | DMA_INT_INT8_SHIFT (8U) |
#define | DMA_INT_INT8(x) (((uint32_t)(((uint32_t)(x)) << DMA_INT_INT8_SHIFT)) & DMA_INT_INT8_MASK) |
#define | DMA_INT_INT9_MASK (0x200U) |
#define | DMA_INT_INT9_SHIFT (9U) |
#define | DMA_INT_INT9(x) (((uint32_t)(((uint32_t)(x)) << DMA_INT_INT9_SHIFT)) & DMA_INT_INT9_MASK) |
#define | DMA_INT_INT10_MASK (0x400U) |
#define | DMA_INT_INT10_SHIFT (10U) |
#define | DMA_INT_INT10(x) (((uint32_t)(((uint32_t)(x)) << DMA_INT_INT10_SHIFT)) & DMA_INT_INT10_MASK) |
#define | DMA_INT_INT11_MASK (0x800U) |
#define | DMA_INT_INT11_SHIFT (11U) |
#define | DMA_INT_INT11(x) (((uint32_t)(((uint32_t)(x)) << DMA_INT_INT11_SHIFT)) & DMA_INT_INT11_MASK) |
#define | DMA_INT_INT12_MASK (0x1000U) |
#define | DMA_INT_INT12_SHIFT (12U) |
#define | DMA_INT_INT12(x) (((uint32_t)(((uint32_t)(x)) << DMA_INT_INT12_SHIFT)) & DMA_INT_INT12_MASK) |
#define | DMA_INT_INT13_MASK (0x2000U) |
#define | DMA_INT_INT13_SHIFT (13U) |
#define | DMA_INT_INT13(x) (((uint32_t)(((uint32_t)(x)) << DMA_INT_INT13_SHIFT)) & DMA_INT_INT13_MASK) |
#define | DMA_INT_INT14_MASK (0x4000U) |
#define | DMA_INT_INT14_SHIFT (14U) |
#define | DMA_INT_INT14(x) (((uint32_t)(((uint32_t)(x)) << DMA_INT_INT14_SHIFT)) & DMA_INT_INT14_MASK) |
#define | DMA_INT_INT15_MASK (0x8000U) |
#define | DMA_INT_INT15_SHIFT (15U) |
#define | DMA_INT_INT15(x) (((uint32_t)(((uint32_t)(x)) << DMA_INT_INT15_SHIFT)) & DMA_INT_INT15_MASK) |
#define | DMA_INT_INT16_MASK (0x10000U) |
#define | DMA_INT_INT16_SHIFT (16U) |
#define | DMA_INT_INT16(x) (((uint32_t)(((uint32_t)(x)) << DMA_INT_INT16_SHIFT)) & DMA_INT_INT16_MASK) |
#define | DMA_INT_INT17_MASK (0x20000U) |
#define | DMA_INT_INT17_SHIFT (17U) |
#define | DMA_INT_INT17(x) (((uint32_t)(((uint32_t)(x)) << DMA_INT_INT17_SHIFT)) & DMA_INT_INT17_MASK) |
#define | DMA_INT_INT18_MASK (0x40000U) |
#define | DMA_INT_INT18_SHIFT (18U) |
#define | DMA_INT_INT18(x) (((uint32_t)(((uint32_t)(x)) << DMA_INT_INT18_SHIFT)) & DMA_INT_INT18_MASK) |
#define | DMA_INT_INT19_MASK (0x80000U) |
#define | DMA_INT_INT19_SHIFT (19U) |
#define | DMA_INT_INT19(x) (((uint32_t)(((uint32_t)(x)) << DMA_INT_INT19_SHIFT)) & DMA_INT_INT19_MASK) |
#define | DMA_INT_INT20_MASK (0x100000U) |
#define | DMA_INT_INT20_SHIFT (20U) |
#define | DMA_INT_INT20(x) (((uint32_t)(((uint32_t)(x)) << DMA_INT_INT20_SHIFT)) & DMA_INT_INT20_MASK) |
#define | DMA_INT_INT21_MASK (0x200000U) |
#define | DMA_INT_INT21_SHIFT (21U) |
#define | DMA_INT_INT21(x) (((uint32_t)(((uint32_t)(x)) << DMA_INT_INT21_SHIFT)) & DMA_INT_INT21_MASK) |
#define | DMA_INT_INT22_MASK (0x400000U) |
#define | DMA_INT_INT22_SHIFT (22U) |
#define | DMA_INT_INT22(x) (((uint32_t)(((uint32_t)(x)) << DMA_INT_INT22_SHIFT)) & DMA_INT_INT22_MASK) |
#define | DMA_INT_INT23_MASK (0x800000U) |
#define | DMA_INT_INT23_SHIFT (23U) |
#define | DMA_INT_INT23(x) (((uint32_t)(((uint32_t)(x)) << DMA_INT_INT23_SHIFT)) & DMA_INT_INT23_MASK) |
#define | DMA_INT_INT24_MASK (0x1000000U) |
#define | DMA_INT_INT24_SHIFT (24U) |
#define | DMA_INT_INT24(x) (((uint32_t)(((uint32_t)(x)) << DMA_INT_INT24_SHIFT)) & DMA_INT_INT24_MASK) |
#define | DMA_INT_INT25_MASK (0x2000000U) |
#define | DMA_INT_INT25_SHIFT (25U) |
#define | DMA_INT_INT25(x) (((uint32_t)(((uint32_t)(x)) << DMA_INT_INT25_SHIFT)) & DMA_INT_INT25_MASK) |
#define | DMA_INT_INT26_MASK (0x4000000U) |
#define | DMA_INT_INT26_SHIFT (26U) |
#define | DMA_INT_INT26(x) (((uint32_t)(((uint32_t)(x)) << DMA_INT_INT26_SHIFT)) & DMA_INT_INT26_MASK) |
#define | DMA_INT_INT27_MASK (0x8000000U) |
#define | DMA_INT_INT27_SHIFT (27U) |
#define | DMA_INT_INT27(x) (((uint32_t)(((uint32_t)(x)) << DMA_INT_INT27_SHIFT)) & DMA_INT_INT27_MASK) |
#define | DMA_INT_INT28_MASK (0x10000000U) |
#define | DMA_INT_INT28_SHIFT (28U) |
#define | DMA_INT_INT28(x) (((uint32_t)(((uint32_t)(x)) << DMA_INT_INT28_SHIFT)) & DMA_INT_INT28_MASK) |
#define | DMA_INT_INT29_MASK (0x20000000U) |
#define | DMA_INT_INT29_SHIFT (29U) |
#define | DMA_INT_INT29(x) (((uint32_t)(((uint32_t)(x)) << DMA_INT_INT29_SHIFT)) & DMA_INT_INT29_MASK) |
#define | DMA_INT_INT30_MASK (0x40000000U) |
#define | DMA_INT_INT30_SHIFT (30U) |
#define | DMA_INT_INT30(x) (((uint32_t)(((uint32_t)(x)) << DMA_INT_INT30_SHIFT)) & DMA_INT_INT30_MASK) |
#define | DMA_INT_INT31_MASK (0x80000000U) |
#define | DMA_INT_INT31_SHIFT (31U) |
#define | DMA_INT_INT31(x) (((uint32_t)(((uint32_t)(x)) << DMA_INT_INT31_SHIFT)) & DMA_INT_INT31_MASK) |
#define | DMA_INT_INT0_MASK (0x1U) |
#define | DMA_INT_INT0_SHIFT (0U) |
#define | DMA_INT_INT0(x) (((uint32_t)(((uint32_t)(x)) << DMA_INT_INT0_SHIFT)) & DMA_INT_INT0_MASK) |
#define | DMA_INT_INT1_MASK (0x2U) |
#define | DMA_INT_INT1_SHIFT (1U) |
#define | DMA_INT_INT1(x) (((uint32_t)(((uint32_t)(x)) << DMA_INT_INT1_SHIFT)) & DMA_INT_INT1_MASK) |
#define | DMA_INT_INT2_MASK (0x4U) |
#define | DMA_INT_INT2_SHIFT (2U) |
#define | DMA_INT_INT2(x) (((uint32_t)(((uint32_t)(x)) << DMA_INT_INT2_SHIFT)) & DMA_INT_INT2_MASK) |
#define | DMA_INT_INT3_MASK (0x8U) |
#define | DMA_INT_INT3_SHIFT (3U) |
#define | DMA_INT_INT3(x) (((uint32_t)(((uint32_t)(x)) << DMA_INT_INT3_SHIFT)) & DMA_INT_INT3_MASK) |
#define | DMA_INT_INT4_MASK (0x10U) |
#define | DMA_INT_INT4_SHIFT (4U) |
#define | DMA_INT_INT4(x) (((uint32_t)(((uint32_t)(x)) << DMA_INT_INT4_SHIFT)) & DMA_INT_INT4_MASK) |
#define | DMA_INT_INT5_MASK (0x20U) |
#define | DMA_INT_INT5_SHIFT (5U) |
#define | DMA_INT_INT5(x) (((uint32_t)(((uint32_t)(x)) << DMA_INT_INT5_SHIFT)) & DMA_INT_INT5_MASK) |
#define | DMA_INT_INT6_MASK (0x40U) |
#define | DMA_INT_INT6_SHIFT (6U) |
#define | DMA_INT_INT6(x) (((uint32_t)(((uint32_t)(x)) << DMA_INT_INT6_SHIFT)) & DMA_INT_INT6_MASK) |
#define | DMA_INT_INT7_MASK (0x80U) |
#define | DMA_INT_INT7_SHIFT (7U) |
#define | DMA_INT_INT7(x) (((uint32_t)(((uint32_t)(x)) << DMA_INT_INT7_SHIFT)) & DMA_INT_INT7_MASK) |
#define | DMA_INT_INT8_MASK (0x100U) |
#define | DMA_INT_INT8_SHIFT (8U) |
#define | DMA_INT_INT8(x) (((uint32_t)(((uint32_t)(x)) << DMA_INT_INT8_SHIFT)) & DMA_INT_INT8_MASK) |
#define | DMA_INT_INT9_MASK (0x200U) |
#define | DMA_INT_INT9_SHIFT (9U) |
#define | DMA_INT_INT9(x) (((uint32_t)(((uint32_t)(x)) << DMA_INT_INT9_SHIFT)) & DMA_INT_INT9_MASK) |
#define | DMA_INT_INT10_MASK (0x400U) |
#define | DMA_INT_INT10_SHIFT (10U) |
#define | DMA_INT_INT10(x) (((uint32_t)(((uint32_t)(x)) << DMA_INT_INT10_SHIFT)) & DMA_INT_INT10_MASK) |
#define | DMA_INT_INT11_MASK (0x800U) |
#define | DMA_INT_INT11_SHIFT (11U) |
#define | DMA_INT_INT11(x) (((uint32_t)(((uint32_t)(x)) << DMA_INT_INT11_SHIFT)) & DMA_INT_INT11_MASK) |
#define | DMA_INT_INT12_MASK (0x1000U) |
#define | DMA_INT_INT12_SHIFT (12U) |
#define | DMA_INT_INT12(x) (((uint32_t)(((uint32_t)(x)) << DMA_INT_INT12_SHIFT)) & DMA_INT_INT12_MASK) |
#define | DMA_INT_INT13_MASK (0x2000U) |
#define | DMA_INT_INT13_SHIFT (13U) |
#define | DMA_INT_INT13(x) (((uint32_t)(((uint32_t)(x)) << DMA_INT_INT13_SHIFT)) & DMA_INT_INT13_MASK) |
#define | DMA_INT_INT14_MASK (0x4000U) |
#define | DMA_INT_INT14_SHIFT (14U) |
#define | DMA_INT_INT14(x) (((uint32_t)(((uint32_t)(x)) << DMA_INT_INT14_SHIFT)) & DMA_INT_INT14_MASK) |
#define | DMA_INT_INT15_MASK (0x8000U) |
#define | DMA_INT_INT15_SHIFT (15U) |
#define | DMA_INT_INT15(x) (((uint32_t)(((uint32_t)(x)) << DMA_INT_INT15_SHIFT)) & DMA_INT_INT15_MASK) |
#define | DMA_INT_INT16_MASK (0x10000U) |
#define | DMA_INT_INT16_SHIFT (16U) |
#define | DMA_INT_INT16(x) (((uint32_t)(((uint32_t)(x)) << DMA_INT_INT16_SHIFT)) & DMA_INT_INT16_MASK) |
#define | DMA_INT_INT17_MASK (0x20000U) |
#define | DMA_INT_INT17_SHIFT (17U) |
#define | DMA_INT_INT17(x) (((uint32_t)(((uint32_t)(x)) << DMA_INT_INT17_SHIFT)) & DMA_INT_INT17_MASK) |
#define | DMA_INT_INT18_MASK (0x40000U) |
#define | DMA_INT_INT18_SHIFT (18U) |
#define | DMA_INT_INT18(x) (((uint32_t)(((uint32_t)(x)) << DMA_INT_INT18_SHIFT)) & DMA_INT_INT18_MASK) |
#define | DMA_INT_INT19_MASK (0x80000U) |
#define | DMA_INT_INT19_SHIFT (19U) |
#define | DMA_INT_INT19(x) (((uint32_t)(((uint32_t)(x)) << DMA_INT_INT19_SHIFT)) & DMA_INT_INT19_MASK) |
#define | DMA_INT_INT20_MASK (0x100000U) |
#define | DMA_INT_INT20_SHIFT (20U) |
#define | DMA_INT_INT20(x) (((uint32_t)(((uint32_t)(x)) << DMA_INT_INT20_SHIFT)) & DMA_INT_INT20_MASK) |
#define | DMA_INT_INT21_MASK (0x200000U) |
#define | DMA_INT_INT21_SHIFT (21U) |
#define | DMA_INT_INT21(x) (((uint32_t)(((uint32_t)(x)) << DMA_INT_INT21_SHIFT)) & DMA_INT_INT21_MASK) |
#define | DMA_INT_INT22_MASK (0x400000U) |
#define | DMA_INT_INT22_SHIFT (22U) |
#define | DMA_INT_INT22(x) (((uint32_t)(((uint32_t)(x)) << DMA_INT_INT22_SHIFT)) & DMA_INT_INT22_MASK) |
#define | DMA_INT_INT23_MASK (0x800000U) |
#define | DMA_INT_INT23_SHIFT (23U) |
#define | DMA_INT_INT23(x) (((uint32_t)(((uint32_t)(x)) << DMA_INT_INT23_SHIFT)) & DMA_INT_INT23_MASK) |
#define | DMA_INT_INT24_MASK (0x1000000U) |
#define | DMA_INT_INT24_SHIFT (24U) |
#define | DMA_INT_INT24(x) (((uint32_t)(((uint32_t)(x)) << DMA_INT_INT24_SHIFT)) & DMA_INT_INT24_MASK) |
#define | DMA_INT_INT25_MASK (0x2000000U) |
#define | DMA_INT_INT25_SHIFT (25U) |
#define | DMA_INT_INT25(x) (((uint32_t)(((uint32_t)(x)) << DMA_INT_INT25_SHIFT)) & DMA_INT_INT25_MASK) |
#define | DMA_INT_INT26_MASK (0x4000000U) |
#define | DMA_INT_INT26_SHIFT (26U) |
#define | DMA_INT_INT26(x) (((uint32_t)(((uint32_t)(x)) << DMA_INT_INT26_SHIFT)) & DMA_INT_INT26_MASK) |
#define | DMA_INT_INT27_MASK (0x8000000U) |
#define | DMA_INT_INT27_SHIFT (27U) |
#define | DMA_INT_INT27(x) (((uint32_t)(((uint32_t)(x)) << DMA_INT_INT27_SHIFT)) & DMA_INT_INT27_MASK) |
#define | DMA_INT_INT28_MASK (0x10000000U) |
#define | DMA_INT_INT28_SHIFT (28U) |
#define | DMA_INT_INT28(x) (((uint32_t)(((uint32_t)(x)) << DMA_INT_INT28_SHIFT)) & DMA_INT_INT28_MASK) |
#define | DMA_INT_INT29_MASK (0x20000000U) |
#define | DMA_INT_INT29_SHIFT (29U) |
#define | DMA_INT_INT29(x) (((uint32_t)(((uint32_t)(x)) << DMA_INT_INT29_SHIFT)) & DMA_INT_INT29_MASK) |
#define | DMA_INT_INT30_MASK (0x40000000U) |
#define | DMA_INT_INT30_SHIFT (30U) |
#define | DMA_INT_INT30(x) (((uint32_t)(((uint32_t)(x)) << DMA_INT_INT30_SHIFT)) & DMA_INT_INT30_MASK) |
#define | DMA_INT_INT31_MASK (0x80000000U) |
#define | DMA_INT_INT31_SHIFT (31U) |
#define | DMA_INT_INT31(x) (((uint32_t)(((uint32_t)(x)) << DMA_INT_INT31_SHIFT)) & DMA_INT_INT31_MASK) |
ERR - Error Register | |
#define | DMA_ERR_ERR0_MASK (0x1U) |
#define | DMA_ERR_ERR0_SHIFT (0U) |
#define | DMA_ERR_ERR0(x) (((uint32_t)(((uint32_t)(x)) << DMA_ERR_ERR0_SHIFT)) & DMA_ERR_ERR0_MASK) |
#define | DMA_ERR_ERR1_MASK (0x2U) |
#define | DMA_ERR_ERR1_SHIFT (1U) |
#define | DMA_ERR_ERR1(x) (((uint32_t)(((uint32_t)(x)) << DMA_ERR_ERR1_SHIFT)) & DMA_ERR_ERR1_MASK) |
#define | DMA_ERR_ERR2_MASK (0x4U) |
#define | DMA_ERR_ERR2_SHIFT (2U) |
#define | DMA_ERR_ERR2(x) (((uint32_t)(((uint32_t)(x)) << DMA_ERR_ERR2_SHIFT)) & DMA_ERR_ERR2_MASK) |
#define | DMA_ERR_ERR3_MASK (0x8U) |
#define | DMA_ERR_ERR3_SHIFT (3U) |
#define | DMA_ERR_ERR3(x) (((uint32_t)(((uint32_t)(x)) << DMA_ERR_ERR3_SHIFT)) & DMA_ERR_ERR3_MASK) |
#define | DMA_ERR_ERR4_MASK (0x10U) |
#define | DMA_ERR_ERR4_SHIFT (4U) |
#define | DMA_ERR_ERR4(x) (((uint32_t)(((uint32_t)(x)) << DMA_ERR_ERR4_SHIFT)) & DMA_ERR_ERR4_MASK) |
#define | DMA_ERR_ERR5_MASK (0x20U) |
#define | DMA_ERR_ERR5_SHIFT (5U) |
#define | DMA_ERR_ERR5(x) (((uint32_t)(((uint32_t)(x)) << DMA_ERR_ERR5_SHIFT)) & DMA_ERR_ERR5_MASK) |
#define | DMA_ERR_ERR6_MASK (0x40U) |
#define | DMA_ERR_ERR6_SHIFT (6U) |
#define | DMA_ERR_ERR6(x) (((uint32_t)(((uint32_t)(x)) << DMA_ERR_ERR6_SHIFT)) & DMA_ERR_ERR6_MASK) |
#define | DMA_ERR_ERR7_MASK (0x80U) |
#define | DMA_ERR_ERR7_SHIFT (7U) |
#define | DMA_ERR_ERR7(x) (((uint32_t)(((uint32_t)(x)) << DMA_ERR_ERR7_SHIFT)) & DMA_ERR_ERR7_MASK) |
#define | DMA_ERR_ERR8_MASK (0x100U) |
#define | DMA_ERR_ERR8_SHIFT (8U) |
#define | DMA_ERR_ERR8(x) (((uint32_t)(((uint32_t)(x)) << DMA_ERR_ERR8_SHIFT)) & DMA_ERR_ERR8_MASK) |
#define | DMA_ERR_ERR9_MASK (0x200U) |
#define | DMA_ERR_ERR9_SHIFT (9U) |
#define | DMA_ERR_ERR9(x) (((uint32_t)(((uint32_t)(x)) << DMA_ERR_ERR9_SHIFT)) & DMA_ERR_ERR9_MASK) |
#define | DMA_ERR_ERR10_MASK (0x400U) |
#define | DMA_ERR_ERR10_SHIFT (10U) |
#define | DMA_ERR_ERR10(x) (((uint32_t)(((uint32_t)(x)) << DMA_ERR_ERR10_SHIFT)) & DMA_ERR_ERR10_MASK) |
#define | DMA_ERR_ERR11_MASK (0x800U) |
#define | DMA_ERR_ERR11_SHIFT (11U) |
#define | DMA_ERR_ERR11(x) (((uint32_t)(((uint32_t)(x)) << DMA_ERR_ERR11_SHIFT)) & DMA_ERR_ERR11_MASK) |
#define | DMA_ERR_ERR12_MASK (0x1000U) |
#define | DMA_ERR_ERR12_SHIFT (12U) |
#define | DMA_ERR_ERR12(x) (((uint32_t)(((uint32_t)(x)) << DMA_ERR_ERR12_SHIFT)) & DMA_ERR_ERR12_MASK) |
#define | DMA_ERR_ERR13_MASK (0x2000U) |
#define | DMA_ERR_ERR13_SHIFT (13U) |
#define | DMA_ERR_ERR13(x) (((uint32_t)(((uint32_t)(x)) << DMA_ERR_ERR13_SHIFT)) & DMA_ERR_ERR13_MASK) |
#define | DMA_ERR_ERR14_MASK (0x4000U) |
#define | DMA_ERR_ERR14_SHIFT (14U) |
#define | DMA_ERR_ERR14(x) (((uint32_t)(((uint32_t)(x)) << DMA_ERR_ERR14_SHIFT)) & DMA_ERR_ERR14_MASK) |
#define | DMA_ERR_ERR15_MASK (0x8000U) |
#define | DMA_ERR_ERR15_SHIFT (15U) |
#define | DMA_ERR_ERR15(x) (((uint32_t)(((uint32_t)(x)) << DMA_ERR_ERR15_SHIFT)) & DMA_ERR_ERR15_MASK) |
#define | DMA_ERR_ERR0_MASK 0x1u |
#define | DMA_ERR_ERR0_SHIFT 0 |
#define | DMA_ERR_ERR1_MASK 0x2u |
#define | DMA_ERR_ERR1_SHIFT 1 |
#define | DMA_ERR_ERR2_MASK 0x4u |
#define | DMA_ERR_ERR2_SHIFT 2 |
#define | DMA_ERR_ERR3_MASK 0x8u |
#define | DMA_ERR_ERR3_SHIFT 3 |
#define | DMA_ERR_ERR4_MASK 0x10u |
#define | DMA_ERR_ERR4_SHIFT 4 |
#define | DMA_ERR_ERR5_MASK 0x20u |
#define | DMA_ERR_ERR5_SHIFT 5 |
#define | DMA_ERR_ERR6_MASK 0x40u |
#define | DMA_ERR_ERR6_SHIFT 6 |
#define | DMA_ERR_ERR7_MASK 0x80u |
#define | DMA_ERR_ERR7_SHIFT 7 |
#define | DMA_ERR_ERR8_MASK 0x100u |
#define | DMA_ERR_ERR8_SHIFT 8 |
#define | DMA_ERR_ERR9_MASK 0x200u |
#define | DMA_ERR_ERR9_SHIFT 9 |
#define | DMA_ERR_ERR10_MASK 0x400u |
#define | DMA_ERR_ERR10_SHIFT 10 |
#define | DMA_ERR_ERR11_MASK 0x800u |
#define | DMA_ERR_ERR11_SHIFT 11 |
#define | DMA_ERR_ERR12_MASK 0x1000u |
#define | DMA_ERR_ERR12_SHIFT 12 |
#define | DMA_ERR_ERR13_MASK 0x2000u |
#define | DMA_ERR_ERR13_SHIFT 13 |
#define | DMA_ERR_ERR14_MASK 0x4000u |
#define | DMA_ERR_ERR14_SHIFT 14 |
#define | DMA_ERR_ERR15_MASK 0x8000u |
#define | DMA_ERR_ERR15_SHIFT 15 |
#define | DMA_ERR_ERR0_MASK (0x1U) |
#define | DMA_ERR_ERR0_SHIFT (0U) |
#define | DMA_ERR_ERR0(x) (((uint32_t)(((uint32_t)(x)) << DMA_ERR_ERR0_SHIFT)) & DMA_ERR_ERR0_MASK) |
#define | DMA_ERR_ERR1_MASK (0x2U) |
#define | DMA_ERR_ERR1_SHIFT (1U) |
#define | DMA_ERR_ERR1(x) (((uint32_t)(((uint32_t)(x)) << DMA_ERR_ERR1_SHIFT)) & DMA_ERR_ERR1_MASK) |
#define | DMA_ERR_ERR2_MASK (0x4U) |
#define | DMA_ERR_ERR2_SHIFT (2U) |
#define | DMA_ERR_ERR2(x) (((uint32_t)(((uint32_t)(x)) << DMA_ERR_ERR2_SHIFT)) & DMA_ERR_ERR2_MASK) |
#define | DMA_ERR_ERR3_MASK (0x8U) |
#define | DMA_ERR_ERR3_SHIFT (3U) |
#define | DMA_ERR_ERR3(x) (((uint32_t)(((uint32_t)(x)) << DMA_ERR_ERR3_SHIFT)) & DMA_ERR_ERR3_MASK) |
#define | DMA_ERR_ERR4_MASK (0x10U) |
#define | DMA_ERR_ERR4_SHIFT (4U) |
#define | DMA_ERR_ERR4(x) (((uint32_t)(((uint32_t)(x)) << DMA_ERR_ERR4_SHIFT)) & DMA_ERR_ERR4_MASK) |
#define | DMA_ERR_ERR5_MASK (0x20U) |
#define | DMA_ERR_ERR5_SHIFT (5U) |
#define | DMA_ERR_ERR5(x) (((uint32_t)(((uint32_t)(x)) << DMA_ERR_ERR5_SHIFT)) & DMA_ERR_ERR5_MASK) |
#define | DMA_ERR_ERR6_MASK (0x40U) |
#define | DMA_ERR_ERR6_SHIFT (6U) |
#define | DMA_ERR_ERR6(x) (((uint32_t)(((uint32_t)(x)) << DMA_ERR_ERR6_SHIFT)) & DMA_ERR_ERR6_MASK) |
#define | DMA_ERR_ERR7_MASK (0x80U) |
#define | DMA_ERR_ERR7_SHIFT (7U) |
#define | DMA_ERR_ERR7(x) (((uint32_t)(((uint32_t)(x)) << DMA_ERR_ERR7_SHIFT)) & DMA_ERR_ERR7_MASK) |
#define | DMA_ERR_ERR8_MASK (0x100U) |
#define | DMA_ERR_ERR8_SHIFT (8U) |
#define | DMA_ERR_ERR8(x) (((uint32_t)(((uint32_t)(x)) << DMA_ERR_ERR8_SHIFT)) & DMA_ERR_ERR8_MASK) |
#define | DMA_ERR_ERR9_MASK (0x200U) |
#define | DMA_ERR_ERR9_SHIFT (9U) |
#define | DMA_ERR_ERR9(x) (((uint32_t)(((uint32_t)(x)) << DMA_ERR_ERR9_SHIFT)) & DMA_ERR_ERR9_MASK) |
#define | DMA_ERR_ERR10_MASK (0x400U) |
#define | DMA_ERR_ERR10_SHIFT (10U) |
#define | DMA_ERR_ERR10(x) (((uint32_t)(((uint32_t)(x)) << DMA_ERR_ERR10_SHIFT)) & DMA_ERR_ERR10_MASK) |
#define | DMA_ERR_ERR11_MASK (0x800U) |
#define | DMA_ERR_ERR11_SHIFT (11U) |
#define | DMA_ERR_ERR11(x) (((uint32_t)(((uint32_t)(x)) << DMA_ERR_ERR11_SHIFT)) & DMA_ERR_ERR11_MASK) |
#define | DMA_ERR_ERR12_MASK (0x1000U) |
#define | DMA_ERR_ERR12_SHIFT (12U) |
#define | DMA_ERR_ERR12(x) (((uint32_t)(((uint32_t)(x)) << DMA_ERR_ERR12_SHIFT)) & DMA_ERR_ERR12_MASK) |
#define | DMA_ERR_ERR13_MASK (0x2000U) |
#define | DMA_ERR_ERR13_SHIFT (13U) |
#define | DMA_ERR_ERR13(x) (((uint32_t)(((uint32_t)(x)) << DMA_ERR_ERR13_SHIFT)) & DMA_ERR_ERR13_MASK) |
#define | DMA_ERR_ERR14_MASK (0x4000U) |
#define | DMA_ERR_ERR14_SHIFT (14U) |
#define | DMA_ERR_ERR14(x) (((uint32_t)(((uint32_t)(x)) << DMA_ERR_ERR14_SHIFT)) & DMA_ERR_ERR14_MASK) |
#define | DMA_ERR_ERR15_MASK (0x8000U) |
#define | DMA_ERR_ERR15_SHIFT (15U) |
#define | DMA_ERR_ERR15(x) (((uint32_t)(((uint32_t)(x)) << DMA_ERR_ERR15_SHIFT)) & DMA_ERR_ERR15_MASK) |
#define | DMA_ERR_ERR0_MASK (0x1U) |
#define | DMA_ERR_ERR0_SHIFT (0U) |
#define | DMA_ERR_ERR0(x) (((uint32_t)(((uint32_t)(x)) << DMA_ERR_ERR0_SHIFT)) & DMA_ERR_ERR0_MASK) |
#define | DMA_ERR_ERR1_MASK (0x2U) |
#define | DMA_ERR_ERR1_SHIFT (1U) |
#define | DMA_ERR_ERR1(x) (((uint32_t)(((uint32_t)(x)) << DMA_ERR_ERR1_SHIFT)) & DMA_ERR_ERR1_MASK) |
#define | DMA_ERR_ERR2_MASK (0x4U) |
#define | DMA_ERR_ERR2_SHIFT (2U) |
#define | DMA_ERR_ERR2(x) (((uint32_t)(((uint32_t)(x)) << DMA_ERR_ERR2_SHIFT)) & DMA_ERR_ERR2_MASK) |
#define | DMA_ERR_ERR3_MASK (0x8U) |
#define | DMA_ERR_ERR3_SHIFT (3U) |
#define | DMA_ERR_ERR3(x) (((uint32_t)(((uint32_t)(x)) << DMA_ERR_ERR3_SHIFT)) & DMA_ERR_ERR3_MASK) |
#define | DMA_ERR_ERR4_MASK (0x10U) |
#define | DMA_ERR_ERR4_SHIFT (4U) |
#define | DMA_ERR_ERR4(x) (((uint32_t)(((uint32_t)(x)) << DMA_ERR_ERR4_SHIFT)) & DMA_ERR_ERR4_MASK) |
#define | DMA_ERR_ERR5_MASK (0x20U) |
#define | DMA_ERR_ERR5_SHIFT (5U) |
#define | DMA_ERR_ERR5(x) (((uint32_t)(((uint32_t)(x)) << DMA_ERR_ERR5_SHIFT)) & DMA_ERR_ERR5_MASK) |
#define | DMA_ERR_ERR6_MASK (0x40U) |
#define | DMA_ERR_ERR6_SHIFT (6U) |
#define | DMA_ERR_ERR6(x) (((uint32_t)(((uint32_t)(x)) << DMA_ERR_ERR6_SHIFT)) & DMA_ERR_ERR6_MASK) |
#define | DMA_ERR_ERR7_MASK (0x80U) |
#define | DMA_ERR_ERR7_SHIFT (7U) |
#define | DMA_ERR_ERR7(x) (((uint32_t)(((uint32_t)(x)) << DMA_ERR_ERR7_SHIFT)) & DMA_ERR_ERR7_MASK) |
#define | DMA_ERR_ERR8_MASK (0x100U) |
#define | DMA_ERR_ERR8_SHIFT (8U) |
#define | DMA_ERR_ERR8(x) (((uint32_t)(((uint32_t)(x)) << DMA_ERR_ERR8_SHIFT)) & DMA_ERR_ERR8_MASK) |
#define | DMA_ERR_ERR9_MASK (0x200U) |
#define | DMA_ERR_ERR9_SHIFT (9U) |
#define | DMA_ERR_ERR9(x) (((uint32_t)(((uint32_t)(x)) << DMA_ERR_ERR9_SHIFT)) & DMA_ERR_ERR9_MASK) |
#define | DMA_ERR_ERR10_MASK (0x400U) |
#define | DMA_ERR_ERR10_SHIFT (10U) |
#define | DMA_ERR_ERR10(x) (((uint32_t)(((uint32_t)(x)) << DMA_ERR_ERR10_SHIFT)) & DMA_ERR_ERR10_MASK) |
#define | DMA_ERR_ERR11_MASK (0x800U) |
#define | DMA_ERR_ERR11_SHIFT (11U) |
#define | DMA_ERR_ERR11(x) (((uint32_t)(((uint32_t)(x)) << DMA_ERR_ERR11_SHIFT)) & DMA_ERR_ERR11_MASK) |
#define | DMA_ERR_ERR12_MASK (0x1000U) |
#define | DMA_ERR_ERR12_SHIFT (12U) |
#define | DMA_ERR_ERR12(x) (((uint32_t)(((uint32_t)(x)) << DMA_ERR_ERR12_SHIFT)) & DMA_ERR_ERR12_MASK) |
#define | DMA_ERR_ERR13_MASK (0x2000U) |
#define | DMA_ERR_ERR13_SHIFT (13U) |
#define | DMA_ERR_ERR13(x) (((uint32_t)(((uint32_t)(x)) << DMA_ERR_ERR13_SHIFT)) & DMA_ERR_ERR13_MASK) |
#define | DMA_ERR_ERR14_MASK (0x4000U) |
#define | DMA_ERR_ERR14_SHIFT (14U) |
#define | DMA_ERR_ERR14(x) (((uint32_t)(((uint32_t)(x)) << DMA_ERR_ERR14_SHIFT)) & DMA_ERR_ERR14_MASK) |
#define | DMA_ERR_ERR15_MASK (0x8000U) |
#define | DMA_ERR_ERR15_SHIFT (15U) |
#define | DMA_ERR_ERR15(x) (((uint32_t)(((uint32_t)(x)) << DMA_ERR_ERR15_SHIFT)) & DMA_ERR_ERR15_MASK) |
#define | DMA_ERR_ERR16_MASK (0x10000U) |
#define | DMA_ERR_ERR16_SHIFT (16U) |
#define | DMA_ERR_ERR16(x) (((uint32_t)(((uint32_t)(x)) << DMA_ERR_ERR16_SHIFT)) & DMA_ERR_ERR16_MASK) |
#define | DMA_ERR_ERR17_MASK (0x20000U) |
#define | DMA_ERR_ERR17_SHIFT (17U) |
#define | DMA_ERR_ERR17(x) (((uint32_t)(((uint32_t)(x)) << DMA_ERR_ERR17_SHIFT)) & DMA_ERR_ERR17_MASK) |
#define | DMA_ERR_ERR18_MASK (0x40000U) |
#define | DMA_ERR_ERR18_SHIFT (18U) |
#define | DMA_ERR_ERR18(x) (((uint32_t)(((uint32_t)(x)) << DMA_ERR_ERR18_SHIFT)) & DMA_ERR_ERR18_MASK) |
#define | DMA_ERR_ERR19_MASK (0x80000U) |
#define | DMA_ERR_ERR19_SHIFT (19U) |
#define | DMA_ERR_ERR19(x) (((uint32_t)(((uint32_t)(x)) << DMA_ERR_ERR19_SHIFT)) & DMA_ERR_ERR19_MASK) |
#define | DMA_ERR_ERR20_MASK (0x100000U) |
#define | DMA_ERR_ERR20_SHIFT (20U) |
#define | DMA_ERR_ERR20(x) (((uint32_t)(((uint32_t)(x)) << DMA_ERR_ERR20_SHIFT)) & DMA_ERR_ERR20_MASK) |
#define | DMA_ERR_ERR21_MASK (0x200000U) |
#define | DMA_ERR_ERR21_SHIFT (21U) |
#define | DMA_ERR_ERR21(x) (((uint32_t)(((uint32_t)(x)) << DMA_ERR_ERR21_SHIFT)) & DMA_ERR_ERR21_MASK) |
#define | DMA_ERR_ERR22_MASK (0x400000U) |
#define | DMA_ERR_ERR22_SHIFT (22U) |
#define | DMA_ERR_ERR22(x) (((uint32_t)(((uint32_t)(x)) << DMA_ERR_ERR22_SHIFT)) & DMA_ERR_ERR22_MASK) |
#define | DMA_ERR_ERR23_MASK (0x800000U) |
#define | DMA_ERR_ERR23_SHIFT (23U) |
#define | DMA_ERR_ERR23(x) (((uint32_t)(((uint32_t)(x)) << DMA_ERR_ERR23_SHIFT)) & DMA_ERR_ERR23_MASK) |
#define | DMA_ERR_ERR24_MASK (0x1000000U) |
#define | DMA_ERR_ERR24_SHIFT (24U) |
#define | DMA_ERR_ERR24(x) (((uint32_t)(((uint32_t)(x)) << DMA_ERR_ERR24_SHIFT)) & DMA_ERR_ERR24_MASK) |
#define | DMA_ERR_ERR25_MASK (0x2000000U) |
#define | DMA_ERR_ERR25_SHIFT (25U) |
#define | DMA_ERR_ERR25(x) (((uint32_t)(((uint32_t)(x)) << DMA_ERR_ERR25_SHIFT)) & DMA_ERR_ERR25_MASK) |
#define | DMA_ERR_ERR26_MASK (0x4000000U) |
#define | DMA_ERR_ERR26_SHIFT (26U) |
#define | DMA_ERR_ERR26(x) (((uint32_t)(((uint32_t)(x)) << DMA_ERR_ERR26_SHIFT)) & DMA_ERR_ERR26_MASK) |
#define | DMA_ERR_ERR27_MASK (0x8000000U) |
#define | DMA_ERR_ERR27_SHIFT (27U) |
#define | DMA_ERR_ERR27(x) (((uint32_t)(((uint32_t)(x)) << DMA_ERR_ERR27_SHIFT)) & DMA_ERR_ERR27_MASK) |
#define | DMA_ERR_ERR28_MASK (0x10000000U) |
#define | DMA_ERR_ERR28_SHIFT (28U) |
#define | DMA_ERR_ERR28(x) (((uint32_t)(((uint32_t)(x)) << DMA_ERR_ERR28_SHIFT)) & DMA_ERR_ERR28_MASK) |
#define | DMA_ERR_ERR29_MASK (0x20000000U) |
#define | DMA_ERR_ERR29_SHIFT (29U) |
#define | DMA_ERR_ERR29(x) (((uint32_t)(((uint32_t)(x)) << DMA_ERR_ERR29_SHIFT)) & DMA_ERR_ERR29_MASK) |
#define | DMA_ERR_ERR30_MASK (0x40000000U) |
#define | DMA_ERR_ERR30_SHIFT (30U) |
#define | DMA_ERR_ERR30(x) (((uint32_t)(((uint32_t)(x)) << DMA_ERR_ERR30_SHIFT)) & DMA_ERR_ERR30_MASK) |
#define | DMA_ERR_ERR31_MASK (0x80000000U) |
#define | DMA_ERR_ERR31_SHIFT (31U) |
#define | DMA_ERR_ERR31(x) (((uint32_t)(((uint32_t)(x)) << DMA_ERR_ERR31_SHIFT)) & DMA_ERR_ERR31_MASK) |
#define | DMA_ERR_ERR0_MASK (0x1U) |
#define | DMA_ERR_ERR0_SHIFT (0U) |
#define | DMA_ERR_ERR0(x) (((uint32_t)(((uint32_t)(x)) << DMA_ERR_ERR0_SHIFT)) & DMA_ERR_ERR0_MASK) |
#define | DMA_ERR_ERR1_MASK (0x2U) |
#define | DMA_ERR_ERR1_SHIFT (1U) |
#define | DMA_ERR_ERR1(x) (((uint32_t)(((uint32_t)(x)) << DMA_ERR_ERR1_SHIFT)) & DMA_ERR_ERR1_MASK) |
#define | DMA_ERR_ERR2_MASK (0x4U) |
#define | DMA_ERR_ERR2_SHIFT (2U) |
#define | DMA_ERR_ERR2(x) (((uint32_t)(((uint32_t)(x)) << DMA_ERR_ERR2_SHIFT)) & DMA_ERR_ERR2_MASK) |
#define | DMA_ERR_ERR3_MASK (0x8U) |
#define | DMA_ERR_ERR3_SHIFT (3U) |
#define | DMA_ERR_ERR3(x) (((uint32_t)(((uint32_t)(x)) << DMA_ERR_ERR3_SHIFT)) & DMA_ERR_ERR3_MASK) |
#define | DMA_ERR_ERR4_MASK (0x10U) |
#define | DMA_ERR_ERR4_SHIFT (4U) |
#define | DMA_ERR_ERR4(x) (((uint32_t)(((uint32_t)(x)) << DMA_ERR_ERR4_SHIFT)) & DMA_ERR_ERR4_MASK) |
#define | DMA_ERR_ERR5_MASK (0x20U) |
#define | DMA_ERR_ERR5_SHIFT (5U) |
#define | DMA_ERR_ERR5(x) (((uint32_t)(((uint32_t)(x)) << DMA_ERR_ERR5_SHIFT)) & DMA_ERR_ERR5_MASK) |
#define | DMA_ERR_ERR6_MASK (0x40U) |
#define | DMA_ERR_ERR6_SHIFT (6U) |
#define | DMA_ERR_ERR6(x) (((uint32_t)(((uint32_t)(x)) << DMA_ERR_ERR6_SHIFT)) & DMA_ERR_ERR6_MASK) |
#define | DMA_ERR_ERR7_MASK (0x80U) |
#define | DMA_ERR_ERR7_SHIFT (7U) |
#define | DMA_ERR_ERR7(x) (((uint32_t)(((uint32_t)(x)) << DMA_ERR_ERR7_SHIFT)) & DMA_ERR_ERR7_MASK) |
#define | DMA_ERR_ERR8_MASK (0x100U) |
#define | DMA_ERR_ERR8_SHIFT (8U) |
#define | DMA_ERR_ERR8(x) (((uint32_t)(((uint32_t)(x)) << DMA_ERR_ERR8_SHIFT)) & DMA_ERR_ERR8_MASK) |
#define | DMA_ERR_ERR9_MASK (0x200U) |
#define | DMA_ERR_ERR9_SHIFT (9U) |
#define | DMA_ERR_ERR9(x) (((uint32_t)(((uint32_t)(x)) << DMA_ERR_ERR9_SHIFT)) & DMA_ERR_ERR9_MASK) |
#define | DMA_ERR_ERR10_MASK (0x400U) |
#define | DMA_ERR_ERR10_SHIFT (10U) |
#define | DMA_ERR_ERR10(x) (((uint32_t)(((uint32_t)(x)) << DMA_ERR_ERR10_SHIFT)) & DMA_ERR_ERR10_MASK) |
#define | DMA_ERR_ERR11_MASK (0x800U) |
#define | DMA_ERR_ERR11_SHIFT (11U) |
#define | DMA_ERR_ERR11(x) (((uint32_t)(((uint32_t)(x)) << DMA_ERR_ERR11_SHIFT)) & DMA_ERR_ERR11_MASK) |
#define | DMA_ERR_ERR12_MASK (0x1000U) |
#define | DMA_ERR_ERR12_SHIFT (12U) |
#define | DMA_ERR_ERR12(x) (((uint32_t)(((uint32_t)(x)) << DMA_ERR_ERR12_SHIFT)) & DMA_ERR_ERR12_MASK) |
#define | DMA_ERR_ERR13_MASK (0x2000U) |
#define | DMA_ERR_ERR13_SHIFT (13U) |
#define | DMA_ERR_ERR13(x) (((uint32_t)(((uint32_t)(x)) << DMA_ERR_ERR13_SHIFT)) & DMA_ERR_ERR13_MASK) |
#define | DMA_ERR_ERR14_MASK (0x4000U) |
#define | DMA_ERR_ERR14_SHIFT (14U) |
#define | DMA_ERR_ERR14(x) (((uint32_t)(((uint32_t)(x)) << DMA_ERR_ERR14_SHIFT)) & DMA_ERR_ERR14_MASK) |
#define | DMA_ERR_ERR15_MASK (0x8000U) |
#define | DMA_ERR_ERR15_SHIFT (15U) |
#define | DMA_ERR_ERR15(x) (((uint32_t)(((uint32_t)(x)) << DMA_ERR_ERR15_SHIFT)) & DMA_ERR_ERR15_MASK) |
#define | DMA_ERR_ERR16_MASK (0x10000U) |
#define | DMA_ERR_ERR16_SHIFT (16U) |
#define | DMA_ERR_ERR16(x) (((uint32_t)(((uint32_t)(x)) << DMA_ERR_ERR16_SHIFT)) & DMA_ERR_ERR16_MASK) |
#define | DMA_ERR_ERR17_MASK (0x20000U) |
#define | DMA_ERR_ERR17_SHIFT (17U) |
#define | DMA_ERR_ERR17(x) (((uint32_t)(((uint32_t)(x)) << DMA_ERR_ERR17_SHIFT)) & DMA_ERR_ERR17_MASK) |
#define | DMA_ERR_ERR18_MASK (0x40000U) |
#define | DMA_ERR_ERR18_SHIFT (18U) |
#define | DMA_ERR_ERR18(x) (((uint32_t)(((uint32_t)(x)) << DMA_ERR_ERR18_SHIFT)) & DMA_ERR_ERR18_MASK) |
#define | DMA_ERR_ERR19_MASK (0x80000U) |
#define | DMA_ERR_ERR19_SHIFT (19U) |
#define | DMA_ERR_ERR19(x) (((uint32_t)(((uint32_t)(x)) << DMA_ERR_ERR19_SHIFT)) & DMA_ERR_ERR19_MASK) |
#define | DMA_ERR_ERR20_MASK (0x100000U) |
#define | DMA_ERR_ERR20_SHIFT (20U) |
#define | DMA_ERR_ERR20(x) (((uint32_t)(((uint32_t)(x)) << DMA_ERR_ERR20_SHIFT)) & DMA_ERR_ERR20_MASK) |
#define | DMA_ERR_ERR21_MASK (0x200000U) |
#define | DMA_ERR_ERR21_SHIFT (21U) |
#define | DMA_ERR_ERR21(x) (((uint32_t)(((uint32_t)(x)) << DMA_ERR_ERR21_SHIFT)) & DMA_ERR_ERR21_MASK) |
#define | DMA_ERR_ERR22_MASK (0x400000U) |
#define | DMA_ERR_ERR22_SHIFT (22U) |
#define | DMA_ERR_ERR22(x) (((uint32_t)(((uint32_t)(x)) << DMA_ERR_ERR22_SHIFT)) & DMA_ERR_ERR22_MASK) |
#define | DMA_ERR_ERR23_MASK (0x800000U) |
#define | DMA_ERR_ERR23_SHIFT (23U) |
#define | DMA_ERR_ERR23(x) (((uint32_t)(((uint32_t)(x)) << DMA_ERR_ERR23_SHIFT)) & DMA_ERR_ERR23_MASK) |
#define | DMA_ERR_ERR24_MASK (0x1000000U) |
#define | DMA_ERR_ERR24_SHIFT (24U) |
#define | DMA_ERR_ERR24(x) (((uint32_t)(((uint32_t)(x)) << DMA_ERR_ERR24_SHIFT)) & DMA_ERR_ERR24_MASK) |
#define | DMA_ERR_ERR25_MASK (0x2000000U) |
#define | DMA_ERR_ERR25_SHIFT (25U) |
#define | DMA_ERR_ERR25(x) (((uint32_t)(((uint32_t)(x)) << DMA_ERR_ERR25_SHIFT)) & DMA_ERR_ERR25_MASK) |
#define | DMA_ERR_ERR26_MASK (0x4000000U) |
#define | DMA_ERR_ERR26_SHIFT (26U) |
#define | DMA_ERR_ERR26(x) (((uint32_t)(((uint32_t)(x)) << DMA_ERR_ERR26_SHIFT)) & DMA_ERR_ERR26_MASK) |
#define | DMA_ERR_ERR27_MASK (0x8000000U) |
#define | DMA_ERR_ERR27_SHIFT (27U) |
#define | DMA_ERR_ERR27(x) (((uint32_t)(((uint32_t)(x)) << DMA_ERR_ERR27_SHIFT)) & DMA_ERR_ERR27_MASK) |
#define | DMA_ERR_ERR28_MASK (0x10000000U) |
#define | DMA_ERR_ERR28_SHIFT (28U) |
#define | DMA_ERR_ERR28(x) (((uint32_t)(((uint32_t)(x)) << DMA_ERR_ERR28_SHIFT)) & DMA_ERR_ERR28_MASK) |
#define | DMA_ERR_ERR29_MASK (0x20000000U) |
#define | DMA_ERR_ERR29_SHIFT (29U) |
#define | DMA_ERR_ERR29(x) (((uint32_t)(((uint32_t)(x)) << DMA_ERR_ERR29_SHIFT)) & DMA_ERR_ERR29_MASK) |
#define | DMA_ERR_ERR30_MASK (0x40000000U) |
#define | DMA_ERR_ERR30_SHIFT (30U) |
#define | DMA_ERR_ERR30(x) (((uint32_t)(((uint32_t)(x)) << DMA_ERR_ERR30_SHIFT)) & DMA_ERR_ERR30_MASK) |
#define | DMA_ERR_ERR31_MASK (0x80000000U) |
#define | DMA_ERR_ERR31_SHIFT (31U) |
#define | DMA_ERR_ERR31(x) (((uint32_t)(((uint32_t)(x)) << DMA_ERR_ERR31_SHIFT)) & DMA_ERR_ERR31_MASK) |
#define | DMA_ERR_ERR0_MASK (0x1U) |
#define | DMA_ERR_ERR0_SHIFT (0U) |
#define | DMA_ERR_ERR0(x) (((uint32_t)(((uint32_t)(x)) << DMA_ERR_ERR0_SHIFT)) & DMA_ERR_ERR0_MASK) |
#define | DMA_ERR_ERR1_MASK (0x2U) |
#define | DMA_ERR_ERR1_SHIFT (1U) |
#define | DMA_ERR_ERR1(x) (((uint32_t)(((uint32_t)(x)) << DMA_ERR_ERR1_SHIFT)) & DMA_ERR_ERR1_MASK) |
#define | DMA_ERR_ERR2_MASK (0x4U) |
#define | DMA_ERR_ERR2_SHIFT (2U) |
#define | DMA_ERR_ERR2(x) (((uint32_t)(((uint32_t)(x)) << DMA_ERR_ERR2_SHIFT)) & DMA_ERR_ERR2_MASK) |
#define | DMA_ERR_ERR3_MASK (0x8U) |
#define | DMA_ERR_ERR3_SHIFT (3U) |
#define | DMA_ERR_ERR3(x) (((uint32_t)(((uint32_t)(x)) << DMA_ERR_ERR3_SHIFT)) & DMA_ERR_ERR3_MASK) |
#define | DMA_ERR_ERR4_MASK (0x10U) |
#define | DMA_ERR_ERR4_SHIFT (4U) |
#define | DMA_ERR_ERR4(x) (((uint32_t)(((uint32_t)(x)) << DMA_ERR_ERR4_SHIFT)) & DMA_ERR_ERR4_MASK) |
#define | DMA_ERR_ERR5_MASK (0x20U) |
#define | DMA_ERR_ERR5_SHIFT (5U) |
#define | DMA_ERR_ERR5(x) (((uint32_t)(((uint32_t)(x)) << DMA_ERR_ERR5_SHIFT)) & DMA_ERR_ERR5_MASK) |
#define | DMA_ERR_ERR6_MASK (0x40U) |
#define | DMA_ERR_ERR6_SHIFT (6U) |
#define | DMA_ERR_ERR6(x) (((uint32_t)(((uint32_t)(x)) << DMA_ERR_ERR6_SHIFT)) & DMA_ERR_ERR6_MASK) |
#define | DMA_ERR_ERR7_MASK (0x80U) |
#define | DMA_ERR_ERR7_SHIFT (7U) |
#define | DMA_ERR_ERR7(x) (((uint32_t)(((uint32_t)(x)) << DMA_ERR_ERR7_SHIFT)) & DMA_ERR_ERR7_MASK) |
#define | DMA_ERR_ERR8_MASK (0x100U) |
#define | DMA_ERR_ERR8_SHIFT (8U) |
#define | DMA_ERR_ERR8(x) (((uint32_t)(((uint32_t)(x)) << DMA_ERR_ERR8_SHIFT)) & DMA_ERR_ERR8_MASK) |
#define | DMA_ERR_ERR9_MASK (0x200U) |
#define | DMA_ERR_ERR9_SHIFT (9U) |
#define | DMA_ERR_ERR9(x) (((uint32_t)(((uint32_t)(x)) << DMA_ERR_ERR9_SHIFT)) & DMA_ERR_ERR9_MASK) |
#define | DMA_ERR_ERR10_MASK (0x400U) |
#define | DMA_ERR_ERR10_SHIFT (10U) |
#define | DMA_ERR_ERR10(x) (((uint32_t)(((uint32_t)(x)) << DMA_ERR_ERR10_SHIFT)) & DMA_ERR_ERR10_MASK) |
#define | DMA_ERR_ERR11_MASK (0x800U) |
#define | DMA_ERR_ERR11_SHIFT (11U) |
#define | DMA_ERR_ERR11(x) (((uint32_t)(((uint32_t)(x)) << DMA_ERR_ERR11_SHIFT)) & DMA_ERR_ERR11_MASK) |
#define | DMA_ERR_ERR12_MASK (0x1000U) |
#define | DMA_ERR_ERR12_SHIFT (12U) |
#define | DMA_ERR_ERR12(x) (((uint32_t)(((uint32_t)(x)) << DMA_ERR_ERR12_SHIFT)) & DMA_ERR_ERR12_MASK) |
#define | DMA_ERR_ERR13_MASK (0x2000U) |
#define | DMA_ERR_ERR13_SHIFT (13U) |
#define | DMA_ERR_ERR13(x) (((uint32_t)(((uint32_t)(x)) << DMA_ERR_ERR13_SHIFT)) & DMA_ERR_ERR13_MASK) |
#define | DMA_ERR_ERR14_MASK (0x4000U) |
#define | DMA_ERR_ERR14_SHIFT (14U) |
#define | DMA_ERR_ERR14(x) (((uint32_t)(((uint32_t)(x)) << DMA_ERR_ERR14_SHIFT)) & DMA_ERR_ERR14_MASK) |
#define | DMA_ERR_ERR15_MASK (0x8000U) |
#define | DMA_ERR_ERR15_SHIFT (15U) |
#define | DMA_ERR_ERR15(x) (((uint32_t)(((uint32_t)(x)) << DMA_ERR_ERR15_SHIFT)) & DMA_ERR_ERR15_MASK) |
#define | DMA_ERR_ERR16_MASK (0x10000U) |
#define | DMA_ERR_ERR16_SHIFT (16U) |
#define | DMA_ERR_ERR16(x) (((uint32_t)(((uint32_t)(x)) << DMA_ERR_ERR16_SHIFT)) & DMA_ERR_ERR16_MASK) |
#define | DMA_ERR_ERR17_MASK (0x20000U) |
#define | DMA_ERR_ERR17_SHIFT (17U) |
#define | DMA_ERR_ERR17(x) (((uint32_t)(((uint32_t)(x)) << DMA_ERR_ERR17_SHIFT)) & DMA_ERR_ERR17_MASK) |
#define | DMA_ERR_ERR18_MASK (0x40000U) |
#define | DMA_ERR_ERR18_SHIFT (18U) |
#define | DMA_ERR_ERR18(x) (((uint32_t)(((uint32_t)(x)) << DMA_ERR_ERR18_SHIFT)) & DMA_ERR_ERR18_MASK) |
#define | DMA_ERR_ERR19_MASK (0x80000U) |
#define | DMA_ERR_ERR19_SHIFT (19U) |
#define | DMA_ERR_ERR19(x) (((uint32_t)(((uint32_t)(x)) << DMA_ERR_ERR19_SHIFT)) & DMA_ERR_ERR19_MASK) |
#define | DMA_ERR_ERR20_MASK (0x100000U) |
#define | DMA_ERR_ERR20_SHIFT (20U) |
#define | DMA_ERR_ERR20(x) (((uint32_t)(((uint32_t)(x)) << DMA_ERR_ERR20_SHIFT)) & DMA_ERR_ERR20_MASK) |
#define | DMA_ERR_ERR21_MASK (0x200000U) |
#define | DMA_ERR_ERR21_SHIFT (21U) |
#define | DMA_ERR_ERR21(x) (((uint32_t)(((uint32_t)(x)) << DMA_ERR_ERR21_SHIFT)) & DMA_ERR_ERR21_MASK) |
#define | DMA_ERR_ERR22_MASK (0x400000U) |
#define | DMA_ERR_ERR22_SHIFT (22U) |
#define | DMA_ERR_ERR22(x) (((uint32_t)(((uint32_t)(x)) << DMA_ERR_ERR22_SHIFT)) & DMA_ERR_ERR22_MASK) |
#define | DMA_ERR_ERR23_MASK (0x800000U) |
#define | DMA_ERR_ERR23_SHIFT (23U) |
#define | DMA_ERR_ERR23(x) (((uint32_t)(((uint32_t)(x)) << DMA_ERR_ERR23_SHIFT)) & DMA_ERR_ERR23_MASK) |
#define | DMA_ERR_ERR24_MASK (0x1000000U) |
#define | DMA_ERR_ERR24_SHIFT (24U) |
#define | DMA_ERR_ERR24(x) (((uint32_t)(((uint32_t)(x)) << DMA_ERR_ERR24_SHIFT)) & DMA_ERR_ERR24_MASK) |
#define | DMA_ERR_ERR25_MASK (0x2000000U) |
#define | DMA_ERR_ERR25_SHIFT (25U) |
#define | DMA_ERR_ERR25(x) (((uint32_t)(((uint32_t)(x)) << DMA_ERR_ERR25_SHIFT)) & DMA_ERR_ERR25_MASK) |
#define | DMA_ERR_ERR26_MASK (0x4000000U) |
#define | DMA_ERR_ERR26_SHIFT (26U) |
#define | DMA_ERR_ERR26(x) (((uint32_t)(((uint32_t)(x)) << DMA_ERR_ERR26_SHIFT)) & DMA_ERR_ERR26_MASK) |
#define | DMA_ERR_ERR27_MASK (0x8000000U) |
#define | DMA_ERR_ERR27_SHIFT (27U) |
#define | DMA_ERR_ERR27(x) (((uint32_t)(((uint32_t)(x)) << DMA_ERR_ERR27_SHIFT)) & DMA_ERR_ERR27_MASK) |
#define | DMA_ERR_ERR28_MASK (0x10000000U) |
#define | DMA_ERR_ERR28_SHIFT (28U) |
#define | DMA_ERR_ERR28(x) (((uint32_t)(((uint32_t)(x)) << DMA_ERR_ERR28_SHIFT)) & DMA_ERR_ERR28_MASK) |
#define | DMA_ERR_ERR29_MASK (0x20000000U) |
#define | DMA_ERR_ERR29_SHIFT (29U) |
#define | DMA_ERR_ERR29(x) (((uint32_t)(((uint32_t)(x)) << DMA_ERR_ERR29_SHIFT)) & DMA_ERR_ERR29_MASK) |
#define | DMA_ERR_ERR30_MASK (0x40000000U) |
#define | DMA_ERR_ERR30_SHIFT (30U) |
#define | DMA_ERR_ERR30(x) (((uint32_t)(((uint32_t)(x)) << DMA_ERR_ERR30_SHIFT)) & DMA_ERR_ERR30_MASK) |
#define | DMA_ERR_ERR31_MASK (0x80000000U) |
#define | DMA_ERR_ERR31_SHIFT (31U) |
#define | DMA_ERR_ERR31(x) (((uint32_t)(((uint32_t)(x)) << DMA_ERR_ERR31_SHIFT)) & DMA_ERR_ERR31_MASK) |
HRS - Hardware Request Status Register | |
#define | DMA_HRS_HRS0_MASK (0x1U) |
#define | DMA_HRS_HRS0_SHIFT (0U) |
#define | DMA_HRS_HRS0(x) (((uint32_t)(((uint32_t)(x)) << DMA_HRS_HRS0_SHIFT)) & DMA_HRS_HRS0_MASK) |
#define | DMA_HRS_HRS1_MASK (0x2U) |
#define | DMA_HRS_HRS1_SHIFT (1U) |
#define | DMA_HRS_HRS1(x) (((uint32_t)(((uint32_t)(x)) << DMA_HRS_HRS1_SHIFT)) & DMA_HRS_HRS1_MASK) |
#define | DMA_HRS_HRS2_MASK (0x4U) |
#define | DMA_HRS_HRS2_SHIFT (2U) |
#define | DMA_HRS_HRS2(x) (((uint32_t)(((uint32_t)(x)) << DMA_HRS_HRS2_SHIFT)) & DMA_HRS_HRS2_MASK) |
#define | DMA_HRS_HRS3_MASK (0x8U) |
#define | DMA_HRS_HRS3_SHIFT (3U) |
#define | DMA_HRS_HRS3(x) (((uint32_t)(((uint32_t)(x)) << DMA_HRS_HRS3_SHIFT)) & DMA_HRS_HRS3_MASK) |
#define | DMA_HRS_HRS4_MASK (0x10U) |
#define | DMA_HRS_HRS4_SHIFT (4U) |
#define | DMA_HRS_HRS4(x) (((uint32_t)(((uint32_t)(x)) << DMA_HRS_HRS4_SHIFT)) & DMA_HRS_HRS4_MASK) |
#define | DMA_HRS_HRS5_MASK (0x20U) |
#define | DMA_HRS_HRS5_SHIFT (5U) |
#define | DMA_HRS_HRS5(x) (((uint32_t)(((uint32_t)(x)) << DMA_HRS_HRS5_SHIFT)) & DMA_HRS_HRS5_MASK) |
#define | DMA_HRS_HRS6_MASK (0x40U) |
#define | DMA_HRS_HRS6_SHIFT (6U) |
#define | DMA_HRS_HRS6(x) (((uint32_t)(((uint32_t)(x)) << DMA_HRS_HRS6_SHIFT)) & DMA_HRS_HRS6_MASK) |
#define | DMA_HRS_HRS7_MASK (0x80U) |
#define | DMA_HRS_HRS7_SHIFT (7U) |
#define | DMA_HRS_HRS7(x) (((uint32_t)(((uint32_t)(x)) << DMA_HRS_HRS7_SHIFT)) & DMA_HRS_HRS7_MASK) |
#define | DMA_HRS_HRS8_MASK (0x100U) |
#define | DMA_HRS_HRS8_SHIFT (8U) |
#define | DMA_HRS_HRS8(x) (((uint32_t)(((uint32_t)(x)) << DMA_HRS_HRS8_SHIFT)) & DMA_HRS_HRS8_MASK) |
#define | DMA_HRS_HRS9_MASK (0x200U) |
#define | DMA_HRS_HRS9_SHIFT (9U) |
#define | DMA_HRS_HRS9(x) (((uint32_t)(((uint32_t)(x)) << DMA_HRS_HRS9_SHIFT)) & DMA_HRS_HRS9_MASK) |
#define | DMA_HRS_HRS10_MASK (0x400U) |
#define | DMA_HRS_HRS10_SHIFT (10U) |
#define | DMA_HRS_HRS10(x) (((uint32_t)(((uint32_t)(x)) << DMA_HRS_HRS10_SHIFT)) & DMA_HRS_HRS10_MASK) |
#define | DMA_HRS_HRS11_MASK (0x800U) |
#define | DMA_HRS_HRS11_SHIFT (11U) |
#define | DMA_HRS_HRS11(x) (((uint32_t)(((uint32_t)(x)) << DMA_HRS_HRS11_SHIFT)) & DMA_HRS_HRS11_MASK) |
#define | DMA_HRS_HRS12_MASK (0x1000U) |
#define | DMA_HRS_HRS12_SHIFT (12U) |
#define | DMA_HRS_HRS12(x) (((uint32_t)(((uint32_t)(x)) << DMA_HRS_HRS12_SHIFT)) & DMA_HRS_HRS12_MASK) |
#define | DMA_HRS_HRS13_MASK (0x2000U) |
#define | DMA_HRS_HRS13_SHIFT (13U) |
#define | DMA_HRS_HRS13(x) (((uint32_t)(((uint32_t)(x)) << DMA_HRS_HRS13_SHIFT)) & DMA_HRS_HRS13_MASK) |
#define | DMA_HRS_HRS14_MASK (0x4000U) |
#define | DMA_HRS_HRS14_SHIFT (14U) |
#define | DMA_HRS_HRS14(x) (((uint32_t)(((uint32_t)(x)) << DMA_HRS_HRS14_SHIFT)) & DMA_HRS_HRS14_MASK) |
#define | DMA_HRS_HRS15_MASK (0x8000U) |
#define | DMA_HRS_HRS15_SHIFT (15U) |
#define | DMA_HRS_HRS15(x) (((uint32_t)(((uint32_t)(x)) << DMA_HRS_HRS15_SHIFT)) & DMA_HRS_HRS15_MASK) |
#define | DMA_HRS_HRS0_MASK 0x1u |
#define | DMA_HRS_HRS0_SHIFT 0 |
#define | DMA_HRS_HRS1_MASK 0x2u |
#define | DMA_HRS_HRS1_SHIFT 1 |
#define | DMA_HRS_HRS2_MASK 0x4u |
#define | DMA_HRS_HRS2_SHIFT 2 |
#define | DMA_HRS_HRS3_MASK 0x8u |
#define | DMA_HRS_HRS3_SHIFT 3 |
#define | DMA_HRS_HRS4_MASK 0x10u |
#define | DMA_HRS_HRS4_SHIFT 4 |
#define | DMA_HRS_HRS5_MASK 0x20u |
#define | DMA_HRS_HRS5_SHIFT 5 |
#define | DMA_HRS_HRS6_MASK 0x40u |
#define | DMA_HRS_HRS6_SHIFT 6 |
#define | DMA_HRS_HRS7_MASK 0x80u |
#define | DMA_HRS_HRS7_SHIFT 7 |
#define | DMA_HRS_HRS8_MASK 0x100u |
#define | DMA_HRS_HRS8_SHIFT 8 |
#define | DMA_HRS_HRS9_MASK 0x200u |
#define | DMA_HRS_HRS9_SHIFT 9 |
#define | DMA_HRS_HRS10_MASK 0x400u |
#define | DMA_HRS_HRS10_SHIFT 10 |
#define | DMA_HRS_HRS11_MASK 0x800u |
#define | DMA_HRS_HRS11_SHIFT 11 |
#define | DMA_HRS_HRS12_MASK 0x1000u |
#define | DMA_HRS_HRS12_SHIFT 12 |
#define | DMA_HRS_HRS13_MASK 0x2000u |
#define | DMA_HRS_HRS13_SHIFT 13 |
#define | DMA_HRS_HRS14_MASK 0x4000u |
#define | DMA_HRS_HRS14_SHIFT 14 |
#define | DMA_HRS_HRS15_MASK 0x8000u |
#define | DMA_HRS_HRS15_SHIFT 15 |
#define | DMA_HRS_HRS0_MASK (0x1U) |
#define | DMA_HRS_HRS0_SHIFT (0U) |
#define | DMA_HRS_HRS0(x) (((uint32_t)(((uint32_t)(x)) << DMA_HRS_HRS0_SHIFT)) & DMA_HRS_HRS0_MASK) |
#define | DMA_HRS_HRS1_MASK (0x2U) |
#define | DMA_HRS_HRS1_SHIFT (1U) |
#define | DMA_HRS_HRS1(x) (((uint32_t)(((uint32_t)(x)) << DMA_HRS_HRS1_SHIFT)) & DMA_HRS_HRS1_MASK) |
#define | DMA_HRS_HRS2_MASK (0x4U) |
#define | DMA_HRS_HRS2_SHIFT (2U) |
#define | DMA_HRS_HRS2(x) (((uint32_t)(((uint32_t)(x)) << DMA_HRS_HRS2_SHIFT)) & DMA_HRS_HRS2_MASK) |
#define | DMA_HRS_HRS3_MASK (0x8U) |
#define | DMA_HRS_HRS3_SHIFT (3U) |
#define | DMA_HRS_HRS3(x) (((uint32_t)(((uint32_t)(x)) << DMA_HRS_HRS3_SHIFT)) & DMA_HRS_HRS3_MASK) |
#define | DMA_HRS_HRS4_MASK (0x10U) |
#define | DMA_HRS_HRS4_SHIFT (4U) |
#define | DMA_HRS_HRS4(x) (((uint32_t)(((uint32_t)(x)) << DMA_HRS_HRS4_SHIFT)) & DMA_HRS_HRS4_MASK) |
#define | DMA_HRS_HRS5_MASK (0x20U) |
#define | DMA_HRS_HRS5_SHIFT (5U) |
#define | DMA_HRS_HRS5(x) (((uint32_t)(((uint32_t)(x)) << DMA_HRS_HRS5_SHIFT)) & DMA_HRS_HRS5_MASK) |
#define | DMA_HRS_HRS6_MASK (0x40U) |
#define | DMA_HRS_HRS6_SHIFT (6U) |
#define | DMA_HRS_HRS6(x) (((uint32_t)(((uint32_t)(x)) << DMA_HRS_HRS6_SHIFT)) & DMA_HRS_HRS6_MASK) |
#define | DMA_HRS_HRS7_MASK (0x80U) |
#define | DMA_HRS_HRS7_SHIFT (7U) |
#define | DMA_HRS_HRS7(x) (((uint32_t)(((uint32_t)(x)) << DMA_HRS_HRS7_SHIFT)) & DMA_HRS_HRS7_MASK) |
#define | DMA_HRS_HRS8_MASK (0x100U) |
#define | DMA_HRS_HRS8_SHIFT (8U) |
#define | DMA_HRS_HRS8(x) (((uint32_t)(((uint32_t)(x)) << DMA_HRS_HRS8_SHIFT)) & DMA_HRS_HRS8_MASK) |
#define | DMA_HRS_HRS9_MASK (0x200U) |
#define | DMA_HRS_HRS9_SHIFT (9U) |
#define | DMA_HRS_HRS9(x) (((uint32_t)(((uint32_t)(x)) << DMA_HRS_HRS9_SHIFT)) & DMA_HRS_HRS9_MASK) |
#define | DMA_HRS_HRS10_MASK (0x400U) |
#define | DMA_HRS_HRS10_SHIFT (10U) |
#define | DMA_HRS_HRS10(x) (((uint32_t)(((uint32_t)(x)) << DMA_HRS_HRS10_SHIFT)) & DMA_HRS_HRS10_MASK) |
#define | DMA_HRS_HRS11_MASK (0x800U) |
#define | DMA_HRS_HRS11_SHIFT (11U) |
#define | DMA_HRS_HRS11(x) (((uint32_t)(((uint32_t)(x)) << DMA_HRS_HRS11_SHIFT)) & DMA_HRS_HRS11_MASK) |
#define | DMA_HRS_HRS12_MASK (0x1000U) |
#define | DMA_HRS_HRS12_SHIFT (12U) |
#define | DMA_HRS_HRS12(x) (((uint32_t)(((uint32_t)(x)) << DMA_HRS_HRS12_SHIFT)) & DMA_HRS_HRS12_MASK) |
#define | DMA_HRS_HRS13_MASK (0x2000U) |
#define | DMA_HRS_HRS13_SHIFT (13U) |
#define | DMA_HRS_HRS13(x) (((uint32_t)(((uint32_t)(x)) << DMA_HRS_HRS13_SHIFT)) & DMA_HRS_HRS13_MASK) |
#define | DMA_HRS_HRS14_MASK (0x4000U) |
#define | DMA_HRS_HRS14_SHIFT (14U) |
#define | DMA_HRS_HRS14(x) (((uint32_t)(((uint32_t)(x)) << DMA_HRS_HRS14_SHIFT)) & DMA_HRS_HRS14_MASK) |
#define | DMA_HRS_HRS15_MASK (0x8000U) |
#define | DMA_HRS_HRS15_SHIFT (15U) |
#define | DMA_HRS_HRS15(x) (((uint32_t)(((uint32_t)(x)) << DMA_HRS_HRS15_SHIFT)) & DMA_HRS_HRS15_MASK) |
#define | DMA_HRS_HRS0_MASK (0x1U) |
#define | DMA_HRS_HRS0_SHIFT (0U) |
#define | DMA_HRS_HRS0(x) (((uint32_t)(((uint32_t)(x)) << DMA_HRS_HRS0_SHIFT)) & DMA_HRS_HRS0_MASK) |
#define | DMA_HRS_HRS1_MASK (0x2U) |
#define | DMA_HRS_HRS1_SHIFT (1U) |
#define | DMA_HRS_HRS1(x) (((uint32_t)(((uint32_t)(x)) << DMA_HRS_HRS1_SHIFT)) & DMA_HRS_HRS1_MASK) |
#define | DMA_HRS_HRS2_MASK (0x4U) |
#define | DMA_HRS_HRS2_SHIFT (2U) |
#define | DMA_HRS_HRS2(x) (((uint32_t)(((uint32_t)(x)) << DMA_HRS_HRS2_SHIFT)) & DMA_HRS_HRS2_MASK) |
#define | DMA_HRS_HRS3_MASK (0x8U) |
#define | DMA_HRS_HRS3_SHIFT (3U) |
#define | DMA_HRS_HRS3(x) (((uint32_t)(((uint32_t)(x)) << DMA_HRS_HRS3_SHIFT)) & DMA_HRS_HRS3_MASK) |
#define | DMA_HRS_HRS4_MASK (0x10U) |
#define | DMA_HRS_HRS4_SHIFT (4U) |
#define | DMA_HRS_HRS4(x) (((uint32_t)(((uint32_t)(x)) << DMA_HRS_HRS4_SHIFT)) & DMA_HRS_HRS4_MASK) |
#define | DMA_HRS_HRS5_MASK (0x20U) |
#define | DMA_HRS_HRS5_SHIFT (5U) |
#define | DMA_HRS_HRS5(x) (((uint32_t)(((uint32_t)(x)) << DMA_HRS_HRS5_SHIFT)) & DMA_HRS_HRS5_MASK) |
#define | DMA_HRS_HRS6_MASK (0x40U) |
#define | DMA_HRS_HRS6_SHIFT (6U) |
#define | DMA_HRS_HRS6(x) (((uint32_t)(((uint32_t)(x)) << DMA_HRS_HRS6_SHIFT)) & DMA_HRS_HRS6_MASK) |
#define | DMA_HRS_HRS7_MASK (0x80U) |
#define | DMA_HRS_HRS7_SHIFT (7U) |
#define | DMA_HRS_HRS7(x) (((uint32_t)(((uint32_t)(x)) << DMA_HRS_HRS7_SHIFT)) & DMA_HRS_HRS7_MASK) |
#define | DMA_HRS_HRS8_MASK (0x100U) |
#define | DMA_HRS_HRS8_SHIFT (8U) |
#define | DMA_HRS_HRS8(x) (((uint32_t)(((uint32_t)(x)) << DMA_HRS_HRS8_SHIFT)) & DMA_HRS_HRS8_MASK) |
#define | DMA_HRS_HRS9_MASK (0x200U) |
#define | DMA_HRS_HRS9_SHIFT (9U) |
#define | DMA_HRS_HRS9(x) (((uint32_t)(((uint32_t)(x)) << DMA_HRS_HRS9_SHIFT)) & DMA_HRS_HRS9_MASK) |
#define | DMA_HRS_HRS10_MASK (0x400U) |
#define | DMA_HRS_HRS10_SHIFT (10U) |
#define | DMA_HRS_HRS10(x) (((uint32_t)(((uint32_t)(x)) << DMA_HRS_HRS10_SHIFT)) & DMA_HRS_HRS10_MASK) |
#define | DMA_HRS_HRS11_MASK (0x800U) |
#define | DMA_HRS_HRS11_SHIFT (11U) |
#define | DMA_HRS_HRS11(x) (((uint32_t)(((uint32_t)(x)) << DMA_HRS_HRS11_SHIFT)) & DMA_HRS_HRS11_MASK) |
#define | DMA_HRS_HRS12_MASK (0x1000U) |
#define | DMA_HRS_HRS12_SHIFT (12U) |
#define | DMA_HRS_HRS12(x) (((uint32_t)(((uint32_t)(x)) << DMA_HRS_HRS12_SHIFT)) & DMA_HRS_HRS12_MASK) |
#define | DMA_HRS_HRS13_MASK (0x2000U) |
#define | DMA_HRS_HRS13_SHIFT (13U) |
#define | DMA_HRS_HRS13(x) (((uint32_t)(((uint32_t)(x)) << DMA_HRS_HRS13_SHIFT)) & DMA_HRS_HRS13_MASK) |
#define | DMA_HRS_HRS14_MASK (0x4000U) |
#define | DMA_HRS_HRS14_SHIFT (14U) |
#define | DMA_HRS_HRS14(x) (((uint32_t)(((uint32_t)(x)) << DMA_HRS_HRS14_SHIFT)) & DMA_HRS_HRS14_MASK) |
#define | DMA_HRS_HRS15_MASK (0x8000U) |
#define | DMA_HRS_HRS15_SHIFT (15U) |
#define | DMA_HRS_HRS15(x) (((uint32_t)(((uint32_t)(x)) << DMA_HRS_HRS15_SHIFT)) & DMA_HRS_HRS15_MASK) |
#define | DMA_HRS_HRS16_MASK (0x10000U) |
#define | DMA_HRS_HRS16_SHIFT (16U) |
#define | DMA_HRS_HRS16(x) (((uint32_t)(((uint32_t)(x)) << DMA_HRS_HRS16_SHIFT)) & DMA_HRS_HRS16_MASK) |
#define | DMA_HRS_HRS17_MASK (0x20000U) |
#define | DMA_HRS_HRS17_SHIFT (17U) |
#define | DMA_HRS_HRS17(x) (((uint32_t)(((uint32_t)(x)) << DMA_HRS_HRS17_SHIFT)) & DMA_HRS_HRS17_MASK) |
#define | DMA_HRS_HRS18_MASK (0x40000U) |
#define | DMA_HRS_HRS18_SHIFT (18U) |
#define | DMA_HRS_HRS18(x) (((uint32_t)(((uint32_t)(x)) << DMA_HRS_HRS18_SHIFT)) & DMA_HRS_HRS18_MASK) |
#define | DMA_HRS_HRS19_MASK (0x80000U) |
#define | DMA_HRS_HRS19_SHIFT (19U) |
#define | DMA_HRS_HRS19(x) (((uint32_t)(((uint32_t)(x)) << DMA_HRS_HRS19_SHIFT)) & DMA_HRS_HRS19_MASK) |
#define | DMA_HRS_HRS20_MASK (0x100000U) |
#define | DMA_HRS_HRS20_SHIFT (20U) |
#define | DMA_HRS_HRS20(x) (((uint32_t)(((uint32_t)(x)) << DMA_HRS_HRS20_SHIFT)) & DMA_HRS_HRS20_MASK) |
#define | DMA_HRS_HRS21_MASK (0x200000U) |
#define | DMA_HRS_HRS21_SHIFT (21U) |
#define | DMA_HRS_HRS21(x) (((uint32_t)(((uint32_t)(x)) << DMA_HRS_HRS21_SHIFT)) & DMA_HRS_HRS21_MASK) |
#define | DMA_HRS_HRS22_MASK (0x400000U) |
#define | DMA_HRS_HRS22_SHIFT (22U) |
#define | DMA_HRS_HRS22(x) (((uint32_t)(((uint32_t)(x)) << DMA_HRS_HRS22_SHIFT)) & DMA_HRS_HRS22_MASK) |
#define | DMA_HRS_HRS23_MASK (0x800000U) |
#define | DMA_HRS_HRS23_SHIFT (23U) |
#define | DMA_HRS_HRS23(x) (((uint32_t)(((uint32_t)(x)) << DMA_HRS_HRS23_SHIFT)) & DMA_HRS_HRS23_MASK) |
#define | DMA_HRS_HRS24_MASK (0x1000000U) |
#define | DMA_HRS_HRS24_SHIFT (24U) |
#define | DMA_HRS_HRS24(x) (((uint32_t)(((uint32_t)(x)) << DMA_HRS_HRS24_SHIFT)) & DMA_HRS_HRS24_MASK) |
#define | DMA_HRS_HRS25_MASK (0x2000000U) |
#define | DMA_HRS_HRS25_SHIFT (25U) |
#define | DMA_HRS_HRS25(x) (((uint32_t)(((uint32_t)(x)) << DMA_HRS_HRS25_SHIFT)) & DMA_HRS_HRS25_MASK) |
#define | DMA_HRS_HRS26_MASK (0x4000000U) |
#define | DMA_HRS_HRS26_SHIFT (26U) |
#define | DMA_HRS_HRS26(x) (((uint32_t)(((uint32_t)(x)) << DMA_HRS_HRS26_SHIFT)) & DMA_HRS_HRS26_MASK) |
#define | DMA_HRS_HRS27_MASK (0x8000000U) |
#define | DMA_HRS_HRS27_SHIFT (27U) |
#define | DMA_HRS_HRS27(x) (((uint32_t)(((uint32_t)(x)) << DMA_HRS_HRS27_SHIFT)) & DMA_HRS_HRS27_MASK) |
#define | DMA_HRS_HRS28_MASK (0x10000000U) |
#define | DMA_HRS_HRS28_SHIFT (28U) |
#define | DMA_HRS_HRS28(x) (((uint32_t)(((uint32_t)(x)) << DMA_HRS_HRS28_SHIFT)) & DMA_HRS_HRS28_MASK) |
#define | DMA_HRS_HRS29_MASK (0x20000000U) |
#define | DMA_HRS_HRS29_SHIFT (29U) |
#define | DMA_HRS_HRS29(x) (((uint32_t)(((uint32_t)(x)) << DMA_HRS_HRS29_SHIFT)) & DMA_HRS_HRS29_MASK) |
#define | DMA_HRS_HRS30_MASK (0x40000000U) |
#define | DMA_HRS_HRS30_SHIFT (30U) |
#define | DMA_HRS_HRS30(x) (((uint32_t)(((uint32_t)(x)) << DMA_HRS_HRS30_SHIFT)) & DMA_HRS_HRS30_MASK) |
#define | DMA_HRS_HRS31_MASK (0x80000000U) |
#define | DMA_HRS_HRS31_SHIFT (31U) |
#define | DMA_HRS_HRS31(x) (((uint32_t)(((uint32_t)(x)) << DMA_HRS_HRS31_SHIFT)) & DMA_HRS_HRS31_MASK) |
#define | DMA_HRS_HRS0_MASK (0x1U) |
#define | DMA_HRS_HRS0_SHIFT (0U) |
#define | DMA_HRS_HRS0(x) (((uint32_t)(((uint32_t)(x)) << DMA_HRS_HRS0_SHIFT)) & DMA_HRS_HRS0_MASK) |
#define | DMA_HRS_HRS1_MASK (0x2U) |
#define | DMA_HRS_HRS1_SHIFT (1U) |
#define | DMA_HRS_HRS1(x) (((uint32_t)(((uint32_t)(x)) << DMA_HRS_HRS1_SHIFT)) & DMA_HRS_HRS1_MASK) |
#define | DMA_HRS_HRS2_MASK (0x4U) |
#define | DMA_HRS_HRS2_SHIFT (2U) |
#define | DMA_HRS_HRS2(x) (((uint32_t)(((uint32_t)(x)) << DMA_HRS_HRS2_SHIFT)) & DMA_HRS_HRS2_MASK) |
#define | DMA_HRS_HRS3_MASK (0x8U) |
#define | DMA_HRS_HRS3_SHIFT (3U) |
#define | DMA_HRS_HRS3(x) (((uint32_t)(((uint32_t)(x)) << DMA_HRS_HRS3_SHIFT)) & DMA_HRS_HRS3_MASK) |
#define | DMA_HRS_HRS4_MASK (0x10U) |
#define | DMA_HRS_HRS4_SHIFT (4U) |
#define | DMA_HRS_HRS4(x) (((uint32_t)(((uint32_t)(x)) << DMA_HRS_HRS4_SHIFT)) & DMA_HRS_HRS4_MASK) |
#define | DMA_HRS_HRS5_MASK (0x20U) |
#define | DMA_HRS_HRS5_SHIFT (5U) |
#define | DMA_HRS_HRS5(x) (((uint32_t)(((uint32_t)(x)) << DMA_HRS_HRS5_SHIFT)) & DMA_HRS_HRS5_MASK) |
#define | DMA_HRS_HRS6_MASK (0x40U) |
#define | DMA_HRS_HRS6_SHIFT (6U) |
#define | DMA_HRS_HRS6(x) (((uint32_t)(((uint32_t)(x)) << DMA_HRS_HRS6_SHIFT)) & DMA_HRS_HRS6_MASK) |
#define | DMA_HRS_HRS7_MASK (0x80U) |
#define | DMA_HRS_HRS7_SHIFT (7U) |
#define | DMA_HRS_HRS7(x) (((uint32_t)(((uint32_t)(x)) << DMA_HRS_HRS7_SHIFT)) & DMA_HRS_HRS7_MASK) |
#define | DMA_HRS_HRS8_MASK (0x100U) |
#define | DMA_HRS_HRS8_SHIFT (8U) |
#define | DMA_HRS_HRS8(x) (((uint32_t)(((uint32_t)(x)) << DMA_HRS_HRS8_SHIFT)) & DMA_HRS_HRS8_MASK) |
#define | DMA_HRS_HRS9_MASK (0x200U) |
#define | DMA_HRS_HRS9_SHIFT (9U) |
#define | DMA_HRS_HRS9(x) (((uint32_t)(((uint32_t)(x)) << DMA_HRS_HRS9_SHIFT)) & DMA_HRS_HRS9_MASK) |
#define | DMA_HRS_HRS10_MASK (0x400U) |
#define | DMA_HRS_HRS10_SHIFT (10U) |
#define | DMA_HRS_HRS10(x) (((uint32_t)(((uint32_t)(x)) << DMA_HRS_HRS10_SHIFT)) & DMA_HRS_HRS10_MASK) |
#define | DMA_HRS_HRS11_MASK (0x800U) |
#define | DMA_HRS_HRS11_SHIFT (11U) |
#define | DMA_HRS_HRS11(x) (((uint32_t)(((uint32_t)(x)) << DMA_HRS_HRS11_SHIFT)) & DMA_HRS_HRS11_MASK) |
#define | DMA_HRS_HRS12_MASK (0x1000U) |
#define | DMA_HRS_HRS12_SHIFT (12U) |
#define | DMA_HRS_HRS12(x) (((uint32_t)(((uint32_t)(x)) << DMA_HRS_HRS12_SHIFT)) & DMA_HRS_HRS12_MASK) |
#define | DMA_HRS_HRS13_MASK (0x2000U) |
#define | DMA_HRS_HRS13_SHIFT (13U) |
#define | DMA_HRS_HRS13(x) (((uint32_t)(((uint32_t)(x)) << DMA_HRS_HRS13_SHIFT)) & DMA_HRS_HRS13_MASK) |
#define | DMA_HRS_HRS14_MASK (0x4000U) |
#define | DMA_HRS_HRS14_SHIFT (14U) |
#define | DMA_HRS_HRS14(x) (((uint32_t)(((uint32_t)(x)) << DMA_HRS_HRS14_SHIFT)) & DMA_HRS_HRS14_MASK) |
#define | DMA_HRS_HRS15_MASK (0x8000U) |
#define | DMA_HRS_HRS15_SHIFT (15U) |
#define | DMA_HRS_HRS15(x) (((uint32_t)(((uint32_t)(x)) << DMA_HRS_HRS15_SHIFT)) & DMA_HRS_HRS15_MASK) |
#define | DMA_HRS_HRS16_MASK (0x10000U) |
#define | DMA_HRS_HRS16_SHIFT (16U) |
#define | DMA_HRS_HRS16(x) (((uint32_t)(((uint32_t)(x)) << DMA_HRS_HRS16_SHIFT)) & DMA_HRS_HRS16_MASK) |
#define | DMA_HRS_HRS17_MASK (0x20000U) |
#define | DMA_HRS_HRS17_SHIFT (17U) |
#define | DMA_HRS_HRS17(x) (((uint32_t)(((uint32_t)(x)) << DMA_HRS_HRS17_SHIFT)) & DMA_HRS_HRS17_MASK) |
#define | DMA_HRS_HRS18_MASK (0x40000U) |
#define | DMA_HRS_HRS18_SHIFT (18U) |
#define | DMA_HRS_HRS18(x) (((uint32_t)(((uint32_t)(x)) << DMA_HRS_HRS18_SHIFT)) & DMA_HRS_HRS18_MASK) |
#define | DMA_HRS_HRS19_MASK (0x80000U) |
#define | DMA_HRS_HRS19_SHIFT (19U) |
#define | DMA_HRS_HRS19(x) (((uint32_t)(((uint32_t)(x)) << DMA_HRS_HRS19_SHIFT)) & DMA_HRS_HRS19_MASK) |
#define | DMA_HRS_HRS20_MASK (0x100000U) |
#define | DMA_HRS_HRS20_SHIFT (20U) |
#define | DMA_HRS_HRS20(x) (((uint32_t)(((uint32_t)(x)) << DMA_HRS_HRS20_SHIFT)) & DMA_HRS_HRS20_MASK) |
#define | DMA_HRS_HRS21_MASK (0x200000U) |
#define | DMA_HRS_HRS21_SHIFT (21U) |
#define | DMA_HRS_HRS21(x) (((uint32_t)(((uint32_t)(x)) << DMA_HRS_HRS21_SHIFT)) & DMA_HRS_HRS21_MASK) |
#define | DMA_HRS_HRS22_MASK (0x400000U) |
#define | DMA_HRS_HRS22_SHIFT (22U) |
#define | DMA_HRS_HRS22(x) (((uint32_t)(((uint32_t)(x)) << DMA_HRS_HRS22_SHIFT)) & DMA_HRS_HRS22_MASK) |
#define | DMA_HRS_HRS23_MASK (0x800000U) |
#define | DMA_HRS_HRS23_SHIFT (23U) |
#define | DMA_HRS_HRS23(x) (((uint32_t)(((uint32_t)(x)) << DMA_HRS_HRS23_SHIFT)) & DMA_HRS_HRS23_MASK) |
#define | DMA_HRS_HRS24_MASK (0x1000000U) |
#define | DMA_HRS_HRS24_SHIFT (24U) |
#define | DMA_HRS_HRS24(x) (((uint32_t)(((uint32_t)(x)) << DMA_HRS_HRS24_SHIFT)) & DMA_HRS_HRS24_MASK) |
#define | DMA_HRS_HRS25_MASK (0x2000000U) |
#define | DMA_HRS_HRS25_SHIFT (25U) |
#define | DMA_HRS_HRS25(x) (((uint32_t)(((uint32_t)(x)) << DMA_HRS_HRS25_SHIFT)) & DMA_HRS_HRS25_MASK) |
#define | DMA_HRS_HRS26_MASK (0x4000000U) |
#define | DMA_HRS_HRS26_SHIFT (26U) |
#define | DMA_HRS_HRS26(x) (((uint32_t)(((uint32_t)(x)) << DMA_HRS_HRS26_SHIFT)) & DMA_HRS_HRS26_MASK) |
#define | DMA_HRS_HRS27_MASK (0x8000000U) |
#define | DMA_HRS_HRS27_SHIFT (27U) |
#define | DMA_HRS_HRS27(x) (((uint32_t)(((uint32_t)(x)) << DMA_HRS_HRS27_SHIFT)) & DMA_HRS_HRS27_MASK) |
#define | DMA_HRS_HRS28_MASK (0x10000000U) |
#define | DMA_HRS_HRS28_SHIFT (28U) |
#define | DMA_HRS_HRS28(x) (((uint32_t)(((uint32_t)(x)) << DMA_HRS_HRS28_SHIFT)) & DMA_HRS_HRS28_MASK) |
#define | DMA_HRS_HRS29_MASK (0x20000000U) |
#define | DMA_HRS_HRS29_SHIFT (29U) |
#define | DMA_HRS_HRS29(x) (((uint32_t)(((uint32_t)(x)) << DMA_HRS_HRS29_SHIFT)) & DMA_HRS_HRS29_MASK) |
#define | DMA_HRS_HRS30_MASK (0x40000000U) |
#define | DMA_HRS_HRS30_SHIFT (30U) |
#define | DMA_HRS_HRS30(x) (((uint32_t)(((uint32_t)(x)) << DMA_HRS_HRS30_SHIFT)) & DMA_HRS_HRS30_MASK) |
#define | DMA_HRS_HRS31_MASK (0x80000000U) |
#define | DMA_HRS_HRS31_SHIFT (31U) |
#define | DMA_HRS_HRS31(x) (((uint32_t)(((uint32_t)(x)) << DMA_HRS_HRS31_SHIFT)) & DMA_HRS_HRS31_MASK) |
#define | DMA_HRS_HRS0_MASK (0x1U) |
#define | DMA_HRS_HRS0_SHIFT (0U) |
#define | DMA_HRS_HRS0(x) (((uint32_t)(((uint32_t)(x)) << DMA_HRS_HRS0_SHIFT)) & DMA_HRS_HRS0_MASK) |
#define | DMA_HRS_HRS1_MASK (0x2U) |
#define | DMA_HRS_HRS1_SHIFT (1U) |
#define | DMA_HRS_HRS1(x) (((uint32_t)(((uint32_t)(x)) << DMA_HRS_HRS1_SHIFT)) & DMA_HRS_HRS1_MASK) |
#define | DMA_HRS_HRS2_MASK (0x4U) |
#define | DMA_HRS_HRS2_SHIFT (2U) |
#define | DMA_HRS_HRS2(x) (((uint32_t)(((uint32_t)(x)) << DMA_HRS_HRS2_SHIFT)) & DMA_HRS_HRS2_MASK) |
#define | DMA_HRS_HRS3_MASK (0x8U) |
#define | DMA_HRS_HRS3_SHIFT (3U) |
#define | DMA_HRS_HRS3(x) (((uint32_t)(((uint32_t)(x)) << DMA_HRS_HRS3_SHIFT)) & DMA_HRS_HRS3_MASK) |
#define | DMA_HRS_HRS4_MASK (0x10U) |
#define | DMA_HRS_HRS4_SHIFT (4U) |
#define | DMA_HRS_HRS4(x) (((uint32_t)(((uint32_t)(x)) << DMA_HRS_HRS4_SHIFT)) & DMA_HRS_HRS4_MASK) |
#define | DMA_HRS_HRS5_MASK (0x20U) |
#define | DMA_HRS_HRS5_SHIFT (5U) |
#define | DMA_HRS_HRS5(x) (((uint32_t)(((uint32_t)(x)) << DMA_HRS_HRS5_SHIFT)) & DMA_HRS_HRS5_MASK) |
#define | DMA_HRS_HRS6_MASK (0x40U) |
#define | DMA_HRS_HRS6_SHIFT (6U) |
#define | DMA_HRS_HRS6(x) (((uint32_t)(((uint32_t)(x)) << DMA_HRS_HRS6_SHIFT)) & DMA_HRS_HRS6_MASK) |
#define | DMA_HRS_HRS7_MASK (0x80U) |
#define | DMA_HRS_HRS7_SHIFT (7U) |
#define | DMA_HRS_HRS7(x) (((uint32_t)(((uint32_t)(x)) << DMA_HRS_HRS7_SHIFT)) & DMA_HRS_HRS7_MASK) |
#define | DMA_HRS_HRS8_MASK (0x100U) |
#define | DMA_HRS_HRS8_SHIFT (8U) |
#define | DMA_HRS_HRS8(x) (((uint32_t)(((uint32_t)(x)) << DMA_HRS_HRS8_SHIFT)) & DMA_HRS_HRS8_MASK) |
#define | DMA_HRS_HRS9_MASK (0x200U) |
#define | DMA_HRS_HRS9_SHIFT (9U) |
#define | DMA_HRS_HRS9(x) (((uint32_t)(((uint32_t)(x)) << DMA_HRS_HRS9_SHIFT)) & DMA_HRS_HRS9_MASK) |
#define | DMA_HRS_HRS10_MASK (0x400U) |
#define | DMA_HRS_HRS10_SHIFT (10U) |
#define | DMA_HRS_HRS10(x) (((uint32_t)(((uint32_t)(x)) << DMA_HRS_HRS10_SHIFT)) & DMA_HRS_HRS10_MASK) |
#define | DMA_HRS_HRS11_MASK (0x800U) |
#define | DMA_HRS_HRS11_SHIFT (11U) |
#define | DMA_HRS_HRS11(x) (((uint32_t)(((uint32_t)(x)) << DMA_HRS_HRS11_SHIFT)) & DMA_HRS_HRS11_MASK) |
#define | DMA_HRS_HRS12_MASK (0x1000U) |
#define | DMA_HRS_HRS12_SHIFT (12U) |
#define | DMA_HRS_HRS12(x) (((uint32_t)(((uint32_t)(x)) << DMA_HRS_HRS12_SHIFT)) & DMA_HRS_HRS12_MASK) |
#define | DMA_HRS_HRS13_MASK (0x2000U) |
#define | DMA_HRS_HRS13_SHIFT (13U) |
#define | DMA_HRS_HRS13(x) (((uint32_t)(((uint32_t)(x)) << DMA_HRS_HRS13_SHIFT)) & DMA_HRS_HRS13_MASK) |
#define | DMA_HRS_HRS14_MASK (0x4000U) |
#define | DMA_HRS_HRS14_SHIFT (14U) |
#define | DMA_HRS_HRS14(x) (((uint32_t)(((uint32_t)(x)) << DMA_HRS_HRS14_SHIFT)) & DMA_HRS_HRS14_MASK) |
#define | DMA_HRS_HRS15_MASK (0x8000U) |
#define | DMA_HRS_HRS15_SHIFT (15U) |
#define | DMA_HRS_HRS15(x) (((uint32_t)(((uint32_t)(x)) << DMA_HRS_HRS15_SHIFT)) & DMA_HRS_HRS15_MASK) |
#define | DMA_HRS_HRS16_MASK (0x10000U) |
#define | DMA_HRS_HRS16_SHIFT (16U) |
#define | DMA_HRS_HRS16(x) (((uint32_t)(((uint32_t)(x)) << DMA_HRS_HRS16_SHIFT)) & DMA_HRS_HRS16_MASK) |
#define | DMA_HRS_HRS17_MASK (0x20000U) |
#define | DMA_HRS_HRS17_SHIFT (17U) |
#define | DMA_HRS_HRS17(x) (((uint32_t)(((uint32_t)(x)) << DMA_HRS_HRS17_SHIFT)) & DMA_HRS_HRS17_MASK) |
#define | DMA_HRS_HRS18_MASK (0x40000U) |
#define | DMA_HRS_HRS18_SHIFT (18U) |
#define | DMA_HRS_HRS18(x) (((uint32_t)(((uint32_t)(x)) << DMA_HRS_HRS18_SHIFT)) & DMA_HRS_HRS18_MASK) |
#define | DMA_HRS_HRS19_MASK (0x80000U) |
#define | DMA_HRS_HRS19_SHIFT (19U) |
#define | DMA_HRS_HRS19(x) (((uint32_t)(((uint32_t)(x)) << DMA_HRS_HRS19_SHIFT)) & DMA_HRS_HRS19_MASK) |
#define | DMA_HRS_HRS20_MASK (0x100000U) |
#define | DMA_HRS_HRS20_SHIFT (20U) |
#define | DMA_HRS_HRS20(x) (((uint32_t)(((uint32_t)(x)) << DMA_HRS_HRS20_SHIFT)) & DMA_HRS_HRS20_MASK) |
#define | DMA_HRS_HRS21_MASK (0x200000U) |
#define | DMA_HRS_HRS21_SHIFT (21U) |
#define | DMA_HRS_HRS21(x) (((uint32_t)(((uint32_t)(x)) << DMA_HRS_HRS21_SHIFT)) & DMA_HRS_HRS21_MASK) |
#define | DMA_HRS_HRS22_MASK (0x400000U) |
#define | DMA_HRS_HRS22_SHIFT (22U) |
#define | DMA_HRS_HRS22(x) (((uint32_t)(((uint32_t)(x)) << DMA_HRS_HRS22_SHIFT)) & DMA_HRS_HRS22_MASK) |
#define | DMA_HRS_HRS23_MASK (0x800000U) |
#define | DMA_HRS_HRS23_SHIFT (23U) |
#define | DMA_HRS_HRS23(x) (((uint32_t)(((uint32_t)(x)) << DMA_HRS_HRS23_SHIFT)) & DMA_HRS_HRS23_MASK) |
#define | DMA_HRS_HRS24_MASK (0x1000000U) |
#define | DMA_HRS_HRS24_SHIFT (24U) |
#define | DMA_HRS_HRS24(x) (((uint32_t)(((uint32_t)(x)) << DMA_HRS_HRS24_SHIFT)) & DMA_HRS_HRS24_MASK) |
#define | DMA_HRS_HRS25_MASK (0x2000000U) |
#define | DMA_HRS_HRS25_SHIFT (25U) |
#define | DMA_HRS_HRS25(x) (((uint32_t)(((uint32_t)(x)) << DMA_HRS_HRS25_SHIFT)) & DMA_HRS_HRS25_MASK) |
#define | DMA_HRS_HRS26_MASK (0x4000000U) |
#define | DMA_HRS_HRS26_SHIFT (26U) |
#define | DMA_HRS_HRS26(x) (((uint32_t)(((uint32_t)(x)) << DMA_HRS_HRS26_SHIFT)) & DMA_HRS_HRS26_MASK) |
#define | DMA_HRS_HRS27_MASK (0x8000000U) |
#define | DMA_HRS_HRS27_SHIFT (27U) |
#define | DMA_HRS_HRS27(x) (((uint32_t)(((uint32_t)(x)) << DMA_HRS_HRS27_SHIFT)) & DMA_HRS_HRS27_MASK) |
#define | DMA_HRS_HRS28_MASK (0x10000000U) |
#define | DMA_HRS_HRS28_SHIFT (28U) |
#define | DMA_HRS_HRS28(x) (((uint32_t)(((uint32_t)(x)) << DMA_HRS_HRS28_SHIFT)) & DMA_HRS_HRS28_MASK) |
#define | DMA_HRS_HRS29_MASK (0x20000000U) |
#define | DMA_HRS_HRS29_SHIFT (29U) |
#define | DMA_HRS_HRS29(x) (((uint32_t)(((uint32_t)(x)) << DMA_HRS_HRS29_SHIFT)) & DMA_HRS_HRS29_MASK) |
#define | DMA_HRS_HRS30_MASK (0x40000000U) |
#define | DMA_HRS_HRS30_SHIFT (30U) |
#define | DMA_HRS_HRS30(x) (((uint32_t)(((uint32_t)(x)) << DMA_HRS_HRS30_SHIFT)) & DMA_HRS_HRS30_MASK) |
#define | DMA_HRS_HRS31_MASK (0x80000000U) |
#define | DMA_HRS_HRS31_SHIFT (31U) |
#define | DMA_HRS_HRS31(x) (((uint32_t)(((uint32_t)(x)) << DMA_HRS_HRS31_SHIFT)) & DMA_HRS_HRS31_MASK) |
DCHPRI3 - Channel n Priority Register | |
#define | DMA_DCHPRI3_CHPRI_MASK (0xFU) |
#define | DMA_DCHPRI3_CHPRI_SHIFT (0U) |
#define | DMA_DCHPRI3_CHPRI(x) (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI3_CHPRI_SHIFT)) & DMA_DCHPRI3_CHPRI_MASK) |
#define | DMA_DCHPRI3_DPA_MASK (0x40U) |
#define | DMA_DCHPRI3_DPA_SHIFT (6U) |
#define | DMA_DCHPRI3_DPA(x) (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI3_DPA_SHIFT)) & DMA_DCHPRI3_DPA_MASK) |
#define | DMA_DCHPRI3_ECP_MASK (0x80U) |
#define | DMA_DCHPRI3_ECP_SHIFT (7U) |
#define | DMA_DCHPRI3_ECP(x) (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI3_ECP_SHIFT)) & DMA_DCHPRI3_ECP_MASK) |
#define | DMA_DCHPRI3_CHPRI_MASK 0xFu |
#define | DMA_DCHPRI3_CHPRI_SHIFT 0 |
#define | DMA_DCHPRI3_CHPRI(x) (((uint8_t)(((uint8_t)(x))<<DMA_DCHPRI3_CHPRI_SHIFT))&DMA_DCHPRI3_CHPRI_MASK) |
#define | DMA_DCHPRI3_DPA_MASK 0x40u |
#define | DMA_DCHPRI3_DPA_SHIFT 6 |
#define | DMA_DCHPRI3_ECP_MASK 0x80u |
#define | DMA_DCHPRI3_ECP_SHIFT 7 |
#define | DMA_DCHPRI3_CHPRI_MASK (0xFU) |
#define | DMA_DCHPRI3_CHPRI_SHIFT (0U) |
#define | DMA_DCHPRI3_CHPRI(x) (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI3_CHPRI_SHIFT)) & DMA_DCHPRI3_CHPRI_MASK) |
#define | DMA_DCHPRI3_DPA_MASK (0x40U) |
#define | DMA_DCHPRI3_DPA_SHIFT (6U) |
#define | DMA_DCHPRI3_DPA(x) (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI3_DPA_SHIFT)) & DMA_DCHPRI3_DPA_MASK) |
#define | DMA_DCHPRI3_ECP_MASK (0x80U) |
#define | DMA_DCHPRI3_ECP_SHIFT (7U) |
#define | DMA_DCHPRI3_ECP(x) (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI3_ECP_SHIFT)) & DMA_DCHPRI3_ECP_MASK) |
#define | DMA_DCHPRI3_CHPRI_MASK (0xFU) |
#define | DMA_DCHPRI3_CHPRI_SHIFT (0U) |
#define | DMA_DCHPRI3_CHPRI(x) (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI3_CHPRI_SHIFT)) & DMA_DCHPRI3_CHPRI_MASK) |
#define | DMA_DCHPRI3_GRPPRI_MASK (0x30U) |
#define | DMA_DCHPRI3_GRPPRI_SHIFT (4U) |
#define | DMA_DCHPRI3_GRPPRI(x) (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI3_GRPPRI_SHIFT)) & DMA_DCHPRI3_GRPPRI_MASK) |
#define | DMA_DCHPRI3_DPA_MASK (0x40U) |
#define | DMA_DCHPRI3_DPA_SHIFT (6U) |
#define | DMA_DCHPRI3_DPA(x) (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI3_DPA_SHIFT)) & DMA_DCHPRI3_DPA_MASK) |
#define | DMA_DCHPRI3_ECP_MASK (0x80U) |
#define | DMA_DCHPRI3_ECP_SHIFT (7U) |
#define | DMA_DCHPRI3_ECP(x) (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI3_ECP_SHIFT)) & DMA_DCHPRI3_ECP_MASK) |
#define | DMA_DCHPRI3_CHPRI_MASK (0xFU) |
#define | DMA_DCHPRI3_CHPRI_SHIFT (0U) |
#define | DMA_DCHPRI3_CHPRI(x) (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI3_CHPRI_SHIFT)) & DMA_DCHPRI3_CHPRI_MASK) |
#define | DMA_DCHPRI3_GRPPRI_MASK (0x30U) |
#define | DMA_DCHPRI3_GRPPRI_SHIFT (4U) |
#define | DMA_DCHPRI3_GRPPRI(x) (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI3_GRPPRI_SHIFT)) & DMA_DCHPRI3_GRPPRI_MASK) |
#define | DMA_DCHPRI3_DPA_MASK (0x40U) |
#define | DMA_DCHPRI3_DPA_SHIFT (6U) |
#define | DMA_DCHPRI3_DPA(x) (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI3_DPA_SHIFT)) & DMA_DCHPRI3_DPA_MASK) |
#define | DMA_DCHPRI3_ECP_MASK (0x80U) |
#define | DMA_DCHPRI3_ECP_SHIFT (7U) |
#define | DMA_DCHPRI3_ECP(x) (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI3_ECP_SHIFT)) & DMA_DCHPRI3_ECP_MASK) |
#define | DMA_DCHPRI3_CHPRI_MASK (0xFU) |
#define | DMA_DCHPRI3_CHPRI_SHIFT (0U) |
#define | DMA_DCHPRI3_CHPRI(x) (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI3_CHPRI_SHIFT)) & DMA_DCHPRI3_CHPRI_MASK) |
#define | DMA_DCHPRI3_GRPPRI_MASK (0x30U) |
#define | DMA_DCHPRI3_GRPPRI_SHIFT (4U) |
#define | DMA_DCHPRI3_GRPPRI(x) (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI3_GRPPRI_SHIFT)) & DMA_DCHPRI3_GRPPRI_MASK) |
#define | DMA_DCHPRI3_DPA_MASK (0x40U) |
#define | DMA_DCHPRI3_DPA_SHIFT (6U) |
#define | DMA_DCHPRI3_DPA(x) (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI3_DPA_SHIFT)) & DMA_DCHPRI3_DPA_MASK) |
#define | DMA_DCHPRI3_ECP_MASK (0x80U) |
#define | DMA_DCHPRI3_ECP_SHIFT (7U) |
#define | DMA_DCHPRI3_ECP(x) (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI3_ECP_SHIFT)) & DMA_DCHPRI3_ECP_MASK) |
DCHPRI2 - Channel n Priority Register | |
#define | DMA_DCHPRI2_CHPRI_MASK (0xFU) |
#define | DMA_DCHPRI2_CHPRI_SHIFT (0U) |
#define | DMA_DCHPRI2_CHPRI(x) (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI2_CHPRI_SHIFT)) & DMA_DCHPRI2_CHPRI_MASK) |
#define | DMA_DCHPRI2_DPA_MASK (0x40U) |
#define | DMA_DCHPRI2_DPA_SHIFT (6U) |
#define | DMA_DCHPRI2_DPA(x) (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI2_DPA_SHIFT)) & DMA_DCHPRI2_DPA_MASK) |
#define | DMA_DCHPRI2_ECP_MASK (0x80U) |
#define | DMA_DCHPRI2_ECP_SHIFT (7U) |
#define | DMA_DCHPRI2_ECP(x) (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI2_ECP_SHIFT)) & DMA_DCHPRI2_ECP_MASK) |
#define | DMA_DCHPRI2_CHPRI_MASK 0xFu |
#define | DMA_DCHPRI2_CHPRI_SHIFT 0 |
#define | DMA_DCHPRI2_CHPRI(x) (((uint8_t)(((uint8_t)(x))<<DMA_DCHPRI2_CHPRI_SHIFT))&DMA_DCHPRI2_CHPRI_MASK) |
#define | DMA_DCHPRI2_DPA_MASK 0x40u |
#define | DMA_DCHPRI2_DPA_SHIFT 6 |
#define | DMA_DCHPRI2_ECP_MASK 0x80u |
#define | DMA_DCHPRI2_ECP_SHIFT 7 |
#define | DMA_DCHPRI2_CHPRI_MASK (0xFU) |
#define | DMA_DCHPRI2_CHPRI_SHIFT (0U) |
#define | DMA_DCHPRI2_CHPRI(x) (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI2_CHPRI_SHIFT)) & DMA_DCHPRI2_CHPRI_MASK) |
#define | DMA_DCHPRI2_DPA_MASK (0x40U) |
#define | DMA_DCHPRI2_DPA_SHIFT (6U) |
#define | DMA_DCHPRI2_DPA(x) (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI2_DPA_SHIFT)) & DMA_DCHPRI2_DPA_MASK) |
#define | DMA_DCHPRI2_ECP_MASK (0x80U) |
#define | DMA_DCHPRI2_ECP_SHIFT (7U) |
#define | DMA_DCHPRI2_ECP(x) (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI2_ECP_SHIFT)) & DMA_DCHPRI2_ECP_MASK) |
#define | DMA_DCHPRI2_CHPRI_MASK (0xFU) |
#define | DMA_DCHPRI2_CHPRI_SHIFT (0U) |
#define | DMA_DCHPRI2_CHPRI(x) (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI2_CHPRI_SHIFT)) & DMA_DCHPRI2_CHPRI_MASK) |
#define | DMA_DCHPRI2_GRPPRI_MASK (0x30U) |
#define | DMA_DCHPRI2_GRPPRI_SHIFT (4U) |
#define | DMA_DCHPRI2_GRPPRI(x) (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI2_GRPPRI_SHIFT)) & DMA_DCHPRI2_GRPPRI_MASK) |
#define | DMA_DCHPRI2_DPA_MASK (0x40U) |
#define | DMA_DCHPRI2_DPA_SHIFT (6U) |
#define | DMA_DCHPRI2_DPA(x) (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI2_DPA_SHIFT)) & DMA_DCHPRI2_DPA_MASK) |
#define | DMA_DCHPRI2_ECP_MASK (0x80U) |
#define | DMA_DCHPRI2_ECP_SHIFT (7U) |
#define | DMA_DCHPRI2_ECP(x) (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI2_ECP_SHIFT)) & DMA_DCHPRI2_ECP_MASK) |
#define | DMA_DCHPRI2_CHPRI_MASK (0xFU) |
#define | DMA_DCHPRI2_CHPRI_SHIFT (0U) |
#define | DMA_DCHPRI2_CHPRI(x) (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI2_CHPRI_SHIFT)) & DMA_DCHPRI2_CHPRI_MASK) |
#define | DMA_DCHPRI2_GRPPRI_MASK (0x30U) |
#define | DMA_DCHPRI2_GRPPRI_SHIFT (4U) |
#define | DMA_DCHPRI2_GRPPRI(x) (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI2_GRPPRI_SHIFT)) & DMA_DCHPRI2_GRPPRI_MASK) |
#define | DMA_DCHPRI2_DPA_MASK (0x40U) |
#define | DMA_DCHPRI2_DPA_SHIFT (6U) |
#define | DMA_DCHPRI2_DPA(x) (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI2_DPA_SHIFT)) & DMA_DCHPRI2_DPA_MASK) |
#define | DMA_DCHPRI2_ECP_MASK (0x80U) |
#define | DMA_DCHPRI2_ECP_SHIFT (7U) |
#define | DMA_DCHPRI2_ECP(x) (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI2_ECP_SHIFT)) & DMA_DCHPRI2_ECP_MASK) |
#define | DMA_DCHPRI2_CHPRI_MASK (0xFU) |
#define | DMA_DCHPRI2_CHPRI_SHIFT (0U) |
#define | DMA_DCHPRI2_CHPRI(x) (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI2_CHPRI_SHIFT)) & DMA_DCHPRI2_CHPRI_MASK) |
#define | DMA_DCHPRI2_GRPPRI_MASK (0x30U) |
#define | DMA_DCHPRI2_GRPPRI_SHIFT (4U) |
#define | DMA_DCHPRI2_GRPPRI(x) (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI2_GRPPRI_SHIFT)) & DMA_DCHPRI2_GRPPRI_MASK) |
#define | DMA_DCHPRI2_DPA_MASK (0x40U) |
#define | DMA_DCHPRI2_DPA_SHIFT (6U) |
#define | DMA_DCHPRI2_DPA(x) (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI2_DPA_SHIFT)) & DMA_DCHPRI2_DPA_MASK) |
#define | DMA_DCHPRI2_ECP_MASK (0x80U) |
#define | DMA_DCHPRI2_ECP_SHIFT (7U) |
#define | DMA_DCHPRI2_ECP(x) (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI2_ECP_SHIFT)) & DMA_DCHPRI2_ECP_MASK) |
DCHPRI1 - Channel n Priority Register | |
#define | DMA_DCHPRI1_CHPRI_MASK (0xFU) |
#define | DMA_DCHPRI1_CHPRI_SHIFT (0U) |
#define | DMA_DCHPRI1_CHPRI(x) (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI1_CHPRI_SHIFT)) & DMA_DCHPRI1_CHPRI_MASK) |
#define | DMA_DCHPRI1_DPA_MASK (0x40U) |
#define | DMA_DCHPRI1_DPA_SHIFT (6U) |
#define | DMA_DCHPRI1_DPA(x) (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI1_DPA_SHIFT)) & DMA_DCHPRI1_DPA_MASK) |
#define | DMA_DCHPRI1_ECP_MASK (0x80U) |
#define | DMA_DCHPRI1_ECP_SHIFT (7U) |
#define | DMA_DCHPRI1_ECP(x) (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI1_ECP_SHIFT)) & DMA_DCHPRI1_ECP_MASK) |
#define | DMA_DCHPRI1_CHPRI_MASK 0xFu |
#define | DMA_DCHPRI1_CHPRI_SHIFT 0 |
#define | DMA_DCHPRI1_CHPRI(x) (((uint8_t)(((uint8_t)(x))<<DMA_DCHPRI1_CHPRI_SHIFT))&DMA_DCHPRI1_CHPRI_MASK) |
#define | DMA_DCHPRI1_DPA_MASK 0x40u |
#define | DMA_DCHPRI1_DPA_SHIFT 6 |
#define | DMA_DCHPRI1_ECP_MASK 0x80u |
#define | DMA_DCHPRI1_ECP_SHIFT 7 |
#define | DMA_DCHPRI1_CHPRI_MASK (0xFU) |
#define | DMA_DCHPRI1_CHPRI_SHIFT (0U) |
#define | DMA_DCHPRI1_CHPRI(x) (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI1_CHPRI_SHIFT)) & DMA_DCHPRI1_CHPRI_MASK) |
#define | DMA_DCHPRI1_DPA_MASK (0x40U) |
#define | DMA_DCHPRI1_DPA_SHIFT (6U) |
#define | DMA_DCHPRI1_DPA(x) (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI1_DPA_SHIFT)) & DMA_DCHPRI1_DPA_MASK) |
#define | DMA_DCHPRI1_ECP_MASK (0x80U) |
#define | DMA_DCHPRI1_ECP_SHIFT (7U) |
#define | DMA_DCHPRI1_ECP(x) (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI1_ECP_SHIFT)) & DMA_DCHPRI1_ECP_MASK) |
#define | DMA_DCHPRI1_CHPRI_MASK (0xFU) |
#define | DMA_DCHPRI1_CHPRI_SHIFT (0U) |
#define | DMA_DCHPRI1_CHPRI(x) (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI1_CHPRI_SHIFT)) & DMA_DCHPRI1_CHPRI_MASK) |
#define | DMA_DCHPRI1_GRPPRI_MASK (0x30U) |
#define | DMA_DCHPRI1_GRPPRI_SHIFT (4U) |
#define | DMA_DCHPRI1_GRPPRI(x) (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI1_GRPPRI_SHIFT)) & DMA_DCHPRI1_GRPPRI_MASK) |
#define | DMA_DCHPRI1_DPA_MASK (0x40U) |
#define | DMA_DCHPRI1_DPA_SHIFT (6U) |
#define | DMA_DCHPRI1_DPA(x) (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI1_DPA_SHIFT)) & DMA_DCHPRI1_DPA_MASK) |
#define | DMA_DCHPRI1_ECP_MASK (0x80U) |
#define | DMA_DCHPRI1_ECP_SHIFT (7U) |
#define | DMA_DCHPRI1_ECP(x) (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI1_ECP_SHIFT)) & DMA_DCHPRI1_ECP_MASK) |
#define | DMA_DCHPRI1_CHPRI_MASK (0xFU) |
#define | DMA_DCHPRI1_CHPRI_SHIFT (0U) |
#define | DMA_DCHPRI1_CHPRI(x) (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI1_CHPRI_SHIFT)) & DMA_DCHPRI1_CHPRI_MASK) |
#define | DMA_DCHPRI1_GRPPRI_MASK (0x30U) |
#define | DMA_DCHPRI1_GRPPRI_SHIFT (4U) |
#define | DMA_DCHPRI1_GRPPRI(x) (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI1_GRPPRI_SHIFT)) & DMA_DCHPRI1_GRPPRI_MASK) |
#define | DMA_DCHPRI1_DPA_MASK (0x40U) |
#define | DMA_DCHPRI1_DPA_SHIFT (6U) |
#define | DMA_DCHPRI1_DPA(x) (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI1_DPA_SHIFT)) & DMA_DCHPRI1_DPA_MASK) |
#define | DMA_DCHPRI1_ECP_MASK (0x80U) |
#define | DMA_DCHPRI1_ECP_SHIFT (7U) |
#define | DMA_DCHPRI1_ECP(x) (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI1_ECP_SHIFT)) & DMA_DCHPRI1_ECP_MASK) |
#define | DMA_DCHPRI1_CHPRI_MASK (0xFU) |
#define | DMA_DCHPRI1_CHPRI_SHIFT (0U) |
#define | DMA_DCHPRI1_CHPRI(x) (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI1_CHPRI_SHIFT)) & DMA_DCHPRI1_CHPRI_MASK) |
#define | DMA_DCHPRI1_GRPPRI_MASK (0x30U) |
#define | DMA_DCHPRI1_GRPPRI_SHIFT (4U) |
#define | DMA_DCHPRI1_GRPPRI(x) (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI1_GRPPRI_SHIFT)) & DMA_DCHPRI1_GRPPRI_MASK) |
#define | DMA_DCHPRI1_DPA_MASK (0x40U) |
#define | DMA_DCHPRI1_DPA_SHIFT (6U) |
#define | DMA_DCHPRI1_DPA(x) (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI1_DPA_SHIFT)) & DMA_DCHPRI1_DPA_MASK) |
#define | DMA_DCHPRI1_ECP_MASK (0x80U) |
#define | DMA_DCHPRI1_ECP_SHIFT (7U) |
#define | DMA_DCHPRI1_ECP(x) (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI1_ECP_SHIFT)) & DMA_DCHPRI1_ECP_MASK) |
DCHPRI0 - Channel n Priority Register | |
#define | DMA_DCHPRI0_CHPRI_MASK (0xFU) |
#define | DMA_DCHPRI0_CHPRI_SHIFT (0U) |
#define | DMA_DCHPRI0_CHPRI(x) (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI0_CHPRI_SHIFT)) & DMA_DCHPRI0_CHPRI_MASK) |
#define | DMA_DCHPRI0_DPA_MASK (0x40U) |
#define | DMA_DCHPRI0_DPA_SHIFT (6U) |
#define | DMA_DCHPRI0_DPA(x) (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI0_DPA_SHIFT)) & DMA_DCHPRI0_DPA_MASK) |
#define | DMA_DCHPRI0_ECP_MASK (0x80U) |
#define | DMA_DCHPRI0_ECP_SHIFT (7U) |
#define | DMA_DCHPRI0_ECP(x) (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI0_ECP_SHIFT)) & DMA_DCHPRI0_ECP_MASK) |
#define | DMA_DCHPRI0_CHPRI_MASK 0xFu |
#define | DMA_DCHPRI0_CHPRI_SHIFT 0 |
#define | DMA_DCHPRI0_CHPRI(x) (((uint8_t)(((uint8_t)(x))<<DMA_DCHPRI0_CHPRI_SHIFT))&DMA_DCHPRI0_CHPRI_MASK) |
#define | DMA_DCHPRI0_DPA_MASK 0x40u |
#define | DMA_DCHPRI0_DPA_SHIFT 6 |
#define | DMA_DCHPRI0_ECP_MASK 0x80u |
#define | DMA_DCHPRI0_ECP_SHIFT 7 |
#define | DMA_DCHPRI0_CHPRI_MASK (0xFU) |
#define | DMA_DCHPRI0_CHPRI_SHIFT (0U) |
#define | DMA_DCHPRI0_CHPRI(x) (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI0_CHPRI_SHIFT)) & DMA_DCHPRI0_CHPRI_MASK) |
#define | DMA_DCHPRI0_DPA_MASK (0x40U) |
#define | DMA_DCHPRI0_DPA_SHIFT (6U) |
#define | DMA_DCHPRI0_DPA(x) (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI0_DPA_SHIFT)) & DMA_DCHPRI0_DPA_MASK) |
#define | DMA_DCHPRI0_ECP_MASK (0x80U) |
#define | DMA_DCHPRI0_ECP_SHIFT (7U) |
#define | DMA_DCHPRI0_ECP(x) (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI0_ECP_SHIFT)) & DMA_DCHPRI0_ECP_MASK) |
#define | DMA_DCHPRI0_CHPRI_MASK (0xFU) |
#define | DMA_DCHPRI0_CHPRI_SHIFT (0U) |
#define | DMA_DCHPRI0_CHPRI(x) (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI0_CHPRI_SHIFT)) & DMA_DCHPRI0_CHPRI_MASK) |
#define | DMA_DCHPRI0_GRPPRI_MASK (0x30U) |
#define | DMA_DCHPRI0_GRPPRI_SHIFT (4U) |
#define | DMA_DCHPRI0_GRPPRI(x) (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI0_GRPPRI_SHIFT)) & DMA_DCHPRI0_GRPPRI_MASK) |
#define | DMA_DCHPRI0_DPA_MASK (0x40U) |
#define | DMA_DCHPRI0_DPA_SHIFT (6U) |
#define | DMA_DCHPRI0_DPA(x) (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI0_DPA_SHIFT)) & DMA_DCHPRI0_DPA_MASK) |
#define | DMA_DCHPRI0_ECP_MASK (0x80U) |
#define | DMA_DCHPRI0_ECP_SHIFT (7U) |
#define | DMA_DCHPRI0_ECP(x) (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI0_ECP_SHIFT)) & DMA_DCHPRI0_ECP_MASK) |
#define | DMA_DCHPRI0_CHPRI_MASK (0xFU) |
#define | DMA_DCHPRI0_CHPRI_SHIFT (0U) |
#define | DMA_DCHPRI0_CHPRI(x) (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI0_CHPRI_SHIFT)) & DMA_DCHPRI0_CHPRI_MASK) |
#define | DMA_DCHPRI0_GRPPRI_MASK (0x30U) |
#define | DMA_DCHPRI0_GRPPRI_SHIFT (4U) |
#define | DMA_DCHPRI0_GRPPRI(x) (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI0_GRPPRI_SHIFT)) & DMA_DCHPRI0_GRPPRI_MASK) |
#define | DMA_DCHPRI0_DPA_MASK (0x40U) |
#define | DMA_DCHPRI0_DPA_SHIFT (6U) |
#define | DMA_DCHPRI0_DPA(x) (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI0_DPA_SHIFT)) & DMA_DCHPRI0_DPA_MASK) |
#define | DMA_DCHPRI0_ECP_MASK (0x80U) |
#define | DMA_DCHPRI0_ECP_SHIFT (7U) |
#define | DMA_DCHPRI0_ECP(x) (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI0_ECP_SHIFT)) & DMA_DCHPRI0_ECP_MASK) |
#define | DMA_DCHPRI0_CHPRI_MASK (0xFU) |
#define | DMA_DCHPRI0_CHPRI_SHIFT (0U) |
#define | DMA_DCHPRI0_CHPRI(x) (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI0_CHPRI_SHIFT)) & DMA_DCHPRI0_CHPRI_MASK) |
#define | DMA_DCHPRI0_GRPPRI_MASK (0x30U) |
#define | DMA_DCHPRI0_GRPPRI_SHIFT (4U) |
#define | DMA_DCHPRI0_GRPPRI(x) (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI0_GRPPRI_SHIFT)) & DMA_DCHPRI0_GRPPRI_MASK) |
#define | DMA_DCHPRI0_DPA_MASK (0x40U) |
#define | DMA_DCHPRI0_DPA_SHIFT (6U) |
#define | DMA_DCHPRI0_DPA(x) (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI0_DPA_SHIFT)) & DMA_DCHPRI0_DPA_MASK) |
#define | DMA_DCHPRI0_ECP_MASK (0x80U) |
#define | DMA_DCHPRI0_ECP_SHIFT (7U) |
#define | DMA_DCHPRI0_ECP(x) (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI0_ECP_SHIFT)) & DMA_DCHPRI0_ECP_MASK) |
DCHPRI7 - Channel n Priority Register | |
#define | DMA_DCHPRI7_CHPRI_MASK (0xFU) |
#define | DMA_DCHPRI7_CHPRI_SHIFT (0U) |
#define | DMA_DCHPRI7_CHPRI(x) (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI7_CHPRI_SHIFT)) & DMA_DCHPRI7_CHPRI_MASK) |
#define | DMA_DCHPRI7_DPA_MASK (0x40U) |
#define | DMA_DCHPRI7_DPA_SHIFT (6U) |
#define | DMA_DCHPRI7_DPA(x) (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI7_DPA_SHIFT)) & DMA_DCHPRI7_DPA_MASK) |
#define | DMA_DCHPRI7_ECP_MASK (0x80U) |
#define | DMA_DCHPRI7_ECP_SHIFT (7U) |
#define | DMA_DCHPRI7_ECP(x) (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI7_ECP_SHIFT)) & DMA_DCHPRI7_ECP_MASK) |
#define | DMA_DCHPRI7_CHPRI_MASK 0xFu |
#define | DMA_DCHPRI7_CHPRI_SHIFT 0 |
#define | DMA_DCHPRI7_CHPRI(x) (((uint8_t)(((uint8_t)(x))<<DMA_DCHPRI7_CHPRI_SHIFT))&DMA_DCHPRI7_CHPRI_MASK) |
#define | DMA_DCHPRI7_DPA_MASK 0x40u |
#define | DMA_DCHPRI7_DPA_SHIFT 6 |
#define | DMA_DCHPRI7_ECP_MASK 0x80u |
#define | DMA_DCHPRI7_ECP_SHIFT 7 |
#define | DMA_DCHPRI7_CHPRI_MASK (0xFU) |
#define | DMA_DCHPRI7_CHPRI_SHIFT (0U) |
#define | DMA_DCHPRI7_CHPRI(x) (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI7_CHPRI_SHIFT)) & DMA_DCHPRI7_CHPRI_MASK) |
#define | DMA_DCHPRI7_DPA_MASK (0x40U) |
#define | DMA_DCHPRI7_DPA_SHIFT (6U) |
#define | DMA_DCHPRI7_DPA(x) (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI7_DPA_SHIFT)) & DMA_DCHPRI7_DPA_MASK) |
#define | DMA_DCHPRI7_ECP_MASK (0x80U) |
#define | DMA_DCHPRI7_ECP_SHIFT (7U) |
#define | DMA_DCHPRI7_ECP(x) (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI7_ECP_SHIFT)) & DMA_DCHPRI7_ECP_MASK) |
#define | DMA_DCHPRI7_CHPRI_MASK (0xFU) |
#define | DMA_DCHPRI7_CHPRI_SHIFT (0U) |
#define | DMA_DCHPRI7_CHPRI(x) (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI7_CHPRI_SHIFT)) & DMA_DCHPRI7_CHPRI_MASK) |
#define | DMA_DCHPRI7_GRPPRI_MASK (0x30U) |
#define | DMA_DCHPRI7_GRPPRI_SHIFT (4U) |
#define | DMA_DCHPRI7_GRPPRI(x) (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI7_GRPPRI_SHIFT)) & DMA_DCHPRI7_GRPPRI_MASK) |
#define | DMA_DCHPRI7_DPA_MASK (0x40U) |
#define | DMA_DCHPRI7_DPA_SHIFT (6U) |
#define | DMA_DCHPRI7_DPA(x) (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI7_DPA_SHIFT)) & DMA_DCHPRI7_DPA_MASK) |
#define | DMA_DCHPRI7_ECP_MASK (0x80U) |
#define | DMA_DCHPRI7_ECP_SHIFT (7U) |
#define | DMA_DCHPRI7_ECP(x) (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI7_ECP_SHIFT)) & DMA_DCHPRI7_ECP_MASK) |
#define | DMA_DCHPRI7_CHPRI_MASK (0xFU) |
#define | DMA_DCHPRI7_CHPRI_SHIFT (0U) |
#define | DMA_DCHPRI7_CHPRI(x) (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI7_CHPRI_SHIFT)) & DMA_DCHPRI7_CHPRI_MASK) |
#define | DMA_DCHPRI7_GRPPRI_MASK (0x30U) |
#define | DMA_DCHPRI7_GRPPRI_SHIFT (4U) |
#define | DMA_DCHPRI7_GRPPRI(x) (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI7_GRPPRI_SHIFT)) & DMA_DCHPRI7_GRPPRI_MASK) |
#define | DMA_DCHPRI7_DPA_MASK (0x40U) |
#define | DMA_DCHPRI7_DPA_SHIFT (6U) |
#define | DMA_DCHPRI7_DPA(x) (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI7_DPA_SHIFT)) & DMA_DCHPRI7_DPA_MASK) |
#define | DMA_DCHPRI7_ECP_MASK (0x80U) |
#define | DMA_DCHPRI7_ECP_SHIFT (7U) |
#define | DMA_DCHPRI7_ECP(x) (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI7_ECP_SHIFT)) & DMA_DCHPRI7_ECP_MASK) |
#define | DMA_DCHPRI7_CHPRI_MASK (0xFU) |
#define | DMA_DCHPRI7_CHPRI_SHIFT (0U) |
#define | DMA_DCHPRI7_CHPRI(x) (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI7_CHPRI_SHIFT)) & DMA_DCHPRI7_CHPRI_MASK) |
#define | DMA_DCHPRI7_GRPPRI_MASK (0x30U) |
#define | DMA_DCHPRI7_GRPPRI_SHIFT (4U) |
#define | DMA_DCHPRI7_GRPPRI(x) (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI7_GRPPRI_SHIFT)) & DMA_DCHPRI7_GRPPRI_MASK) |
#define | DMA_DCHPRI7_DPA_MASK (0x40U) |
#define | DMA_DCHPRI7_DPA_SHIFT (6U) |
#define | DMA_DCHPRI7_DPA(x) (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI7_DPA_SHIFT)) & DMA_DCHPRI7_DPA_MASK) |
#define | DMA_DCHPRI7_ECP_MASK (0x80U) |
#define | DMA_DCHPRI7_ECP_SHIFT (7U) |
#define | DMA_DCHPRI7_ECP(x) (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI7_ECP_SHIFT)) & DMA_DCHPRI7_ECP_MASK) |
DCHPRI6 - Channel n Priority Register | |
#define | DMA_DCHPRI6_CHPRI_MASK (0xFU) |
#define | DMA_DCHPRI6_CHPRI_SHIFT (0U) |
#define | DMA_DCHPRI6_CHPRI(x) (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI6_CHPRI_SHIFT)) & DMA_DCHPRI6_CHPRI_MASK) |
#define | DMA_DCHPRI6_DPA_MASK (0x40U) |
#define | DMA_DCHPRI6_DPA_SHIFT (6U) |
#define | DMA_DCHPRI6_DPA(x) (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI6_DPA_SHIFT)) & DMA_DCHPRI6_DPA_MASK) |
#define | DMA_DCHPRI6_ECP_MASK (0x80U) |
#define | DMA_DCHPRI6_ECP_SHIFT (7U) |
#define | DMA_DCHPRI6_ECP(x) (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI6_ECP_SHIFT)) & DMA_DCHPRI6_ECP_MASK) |
#define | DMA_DCHPRI6_CHPRI_MASK 0xFu |
#define | DMA_DCHPRI6_CHPRI_SHIFT 0 |
#define | DMA_DCHPRI6_CHPRI(x) (((uint8_t)(((uint8_t)(x))<<DMA_DCHPRI6_CHPRI_SHIFT))&DMA_DCHPRI6_CHPRI_MASK) |
#define | DMA_DCHPRI6_DPA_MASK 0x40u |
#define | DMA_DCHPRI6_DPA_SHIFT 6 |
#define | DMA_DCHPRI6_ECP_MASK 0x80u |
#define | DMA_DCHPRI6_ECP_SHIFT 7 |
#define | DMA_DCHPRI6_CHPRI_MASK (0xFU) |
#define | DMA_DCHPRI6_CHPRI_SHIFT (0U) |
#define | DMA_DCHPRI6_CHPRI(x) (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI6_CHPRI_SHIFT)) & DMA_DCHPRI6_CHPRI_MASK) |
#define | DMA_DCHPRI6_DPA_MASK (0x40U) |
#define | DMA_DCHPRI6_DPA_SHIFT (6U) |
#define | DMA_DCHPRI6_DPA(x) (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI6_DPA_SHIFT)) & DMA_DCHPRI6_DPA_MASK) |
#define | DMA_DCHPRI6_ECP_MASK (0x80U) |
#define | DMA_DCHPRI6_ECP_SHIFT (7U) |
#define | DMA_DCHPRI6_ECP(x) (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI6_ECP_SHIFT)) & DMA_DCHPRI6_ECP_MASK) |
#define | DMA_DCHPRI6_CHPRI_MASK (0xFU) |
#define | DMA_DCHPRI6_CHPRI_SHIFT (0U) |
#define | DMA_DCHPRI6_CHPRI(x) (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI6_CHPRI_SHIFT)) & DMA_DCHPRI6_CHPRI_MASK) |
#define | DMA_DCHPRI6_GRPPRI_MASK (0x30U) |
#define | DMA_DCHPRI6_GRPPRI_SHIFT (4U) |
#define | DMA_DCHPRI6_GRPPRI(x) (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI6_GRPPRI_SHIFT)) & DMA_DCHPRI6_GRPPRI_MASK) |
#define | DMA_DCHPRI6_DPA_MASK (0x40U) |
#define | DMA_DCHPRI6_DPA_SHIFT (6U) |
#define | DMA_DCHPRI6_DPA(x) (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI6_DPA_SHIFT)) & DMA_DCHPRI6_DPA_MASK) |
#define | DMA_DCHPRI6_ECP_MASK (0x80U) |
#define | DMA_DCHPRI6_ECP_SHIFT (7U) |
#define | DMA_DCHPRI6_ECP(x) (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI6_ECP_SHIFT)) & DMA_DCHPRI6_ECP_MASK) |
#define | DMA_DCHPRI6_CHPRI_MASK (0xFU) |
#define | DMA_DCHPRI6_CHPRI_SHIFT (0U) |
#define | DMA_DCHPRI6_CHPRI(x) (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI6_CHPRI_SHIFT)) & DMA_DCHPRI6_CHPRI_MASK) |
#define | DMA_DCHPRI6_GRPPRI_MASK (0x30U) |
#define | DMA_DCHPRI6_GRPPRI_SHIFT (4U) |
#define | DMA_DCHPRI6_GRPPRI(x) (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI6_GRPPRI_SHIFT)) & DMA_DCHPRI6_GRPPRI_MASK) |
#define | DMA_DCHPRI6_DPA_MASK (0x40U) |
#define | DMA_DCHPRI6_DPA_SHIFT (6U) |
#define | DMA_DCHPRI6_DPA(x) (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI6_DPA_SHIFT)) & DMA_DCHPRI6_DPA_MASK) |
#define | DMA_DCHPRI6_ECP_MASK (0x80U) |
#define | DMA_DCHPRI6_ECP_SHIFT (7U) |
#define | DMA_DCHPRI6_ECP(x) (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI6_ECP_SHIFT)) & DMA_DCHPRI6_ECP_MASK) |
#define | DMA_DCHPRI6_CHPRI_MASK (0xFU) |
#define | DMA_DCHPRI6_CHPRI_SHIFT (0U) |
#define | DMA_DCHPRI6_CHPRI(x) (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI6_CHPRI_SHIFT)) & DMA_DCHPRI6_CHPRI_MASK) |
#define | DMA_DCHPRI6_GRPPRI_MASK (0x30U) |
#define | DMA_DCHPRI6_GRPPRI_SHIFT (4U) |
#define | DMA_DCHPRI6_GRPPRI(x) (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI6_GRPPRI_SHIFT)) & DMA_DCHPRI6_GRPPRI_MASK) |
#define | DMA_DCHPRI6_DPA_MASK (0x40U) |
#define | DMA_DCHPRI6_DPA_SHIFT (6U) |
#define | DMA_DCHPRI6_DPA(x) (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI6_DPA_SHIFT)) & DMA_DCHPRI6_DPA_MASK) |
#define | DMA_DCHPRI6_ECP_MASK (0x80U) |
#define | DMA_DCHPRI6_ECP_SHIFT (7U) |
#define | DMA_DCHPRI6_ECP(x) (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI6_ECP_SHIFT)) & DMA_DCHPRI6_ECP_MASK) |
DCHPRI5 - Channel n Priority Register | |
#define | DMA_DCHPRI5_CHPRI_MASK (0xFU) |
#define | DMA_DCHPRI5_CHPRI_SHIFT (0U) |
#define | DMA_DCHPRI5_CHPRI(x) (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI5_CHPRI_SHIFT)) & DMA_DCHPRI5_CHPRI_MASK) |
#define | DMA_DCHPRI5_DPA_MASK (0x40U) |
#define | DMA_DCHPRI5_DPA_SHIFT (6U) |
#define | DMA_DCHPRI5_DPA(x) (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI5_DPA_SHIFT)) & DMA_DCHPRI5_DPA_MASK) |
#define | DMA_DCHPRI5_ECP_MASK (0x80U) |
#define | DMA_DCHPRI5_ECP_SHIFT (7U) |
#define | DMA_DCHPRI5_ECP(x) (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI5_ECP_SHIFT)) & DMA_DCHPRI5_ECP_MASK) |
#define | DMA_DCHPRI5_CHPRI_MASK 0xFu |
#define | DMA_DCHPRI5_CHPRI_SHIFT 0 |
#define | DMA_DCHPRI5_CHPRI(x) (((uint8_t)(((uint8_t)(x))<<DMA_DCHPRI5_CHPRI_SHIFT))&DMA_DCHPRI5_CHPRI_MASK) |
#define | DMA_DCHPRI5_DPA_MASK 0x40u |
#define | DMA_DCHPRI5_DPA_SHIFT 6 |
#define | DMA_DCHPRI5_ECP_MASK 0x80u |
#define | DMA_DCHPRI5_ECP_SHIFT 7 |
#define | DMA_DCHPRI5_CHPRI_MASK (0xFU) |
#define | DMA_DCHPRI5_CHPRI_SHIFT (0U) |
#define | DMA_DCHPRI5_CHPRI(x) (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI5_CHPRI_SHIFT)) & DMA_DCHPRI5_CHPRI_MASK) |
#define | DMA_DCHPRI5_DPA_MASK (0x40U) |
#define | DMA_DCHPRI5_DPA_SHIFT (6U) |
#define | DMA_DCHPRI5_DPA(x) (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI5_DPA_SHIFT)) & DMA_DCHPRI5_DPA_MASK) |
#define | DMA_DCHPRI5_ECP_MASK (0x80U) |
#define | DMA_DCHPRI5_ECP_SHIFT (7U) |
#define | DMA_DCHPRI5_ECP(x) (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI5_ECP_SHIFT)) & DMA_DCHPRI5_ECP_MASK) |
#define | DMA_DCHPRI5_CHPRI_MASK (0xFU) |
#define | DMA_DCHPRI5_CHPRI_SHIFT (0U) |
#define | DMA_DCHPRI5_CHPRI(x) (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI5_CHPRI_SHIFT)) & DMA_DCHPRI5_CHPRI_MASK) |
#define | DMA_DCHPRI5_GRPPRI_MASK (0x30U) |
#define | DMA_DCHPRI5_GRPPRI_SHIFT (4U) |
#define | DMA_DCHPRI5_GRPPRI(x) (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI5_GRPPRI_SHIFT)) & DMA_DCHPRI5_GRPPRI_MASK) |
#define | DMA_DCHPRI5_DPA_MASK (0x40U) |
#define | DMA_DCHPRI5_DPA_SHIFT (6U) |
#define | DMA_DCHPRI5_DPA(x) (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI5_DPA_SHIFT)) & DMA_DCHPRI5_DPA_MASK) |
#define | DMA_DCHPRI5_ECP_MASK (0x80U) |
#define | DMA_DCHPRI5_ECP_SHIFT (7U) |
#define | DMA_DCHPRI5_ECP(x) (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI5_ECP_SHIFT)) & DMA_DCHPRI5_ECP_MASK) |
#define | DMA_DCHPRI5_CHPRI_MASK (0xFU) |
#define | DMA_DCHPRI5_CHPRI_SHIFT (0U) |
#define | DMA_DCHPRI5_CHPRI(x) (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI5_CHPRI_SHIFT)) & DMA_DCHPRI5_CHPRI_MASK) |
#define | DMA_DCHPRI5_GRPPRI_MASK (0x30U) |
#define | DMA_DCHPRI5_GRPPRI_SHIFT (4U) |
#define | DMA_DCHPRI5_GRPPRI(x) (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI5_GRPPRI_SHIFT)) & DMA_DCHPRI5_GRPPRI_MASK) |
#define | DMA_DCHPRI5_DPA_MASK (0x40U) |
#define | DMA_DCHPRI5_DPA_SHIFT (6U) |
#define | DMA_DCHPRI5_DPA(x) (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI5_DPA_SHIFT)) & DMA_DCHPRI5_DPA_MASK) |
#define | DMA_DCHPRI5_ECP_MASK (0x80U) |
#define | DMA_DCHPRI5_ECP_SHIFT (7U) |
#define | DMA_DCHPRI5_ECP(x) (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI5_ECP_SHIFT)) & DMA_DCHPRI5_ECP_MASK) |
#define | DMA_DCHPRI5_CHPRI_MASK (0xFU) |
#define | DMA_DCHPRI5_CHPRI_SHIFT (0U) |
#define | DMA_DCHPRI5_CHPRI(x) (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI5_CHPRI_SHIFT)) & DMA_DCHPRI5_CHPRI_MASK) |
#define | DMA_DCHPRI5_GRPPRI_MASK (0x30U) |
#define | DMA_DCHPRI5_GRPPRI_SHIFT (4U) |
#define | DMA_DCHPRI5_GRPPRI(x) (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI5_GRPPRI_SHIFT)) & DMA_DCHPRI5_GRPPRI_MASK) |
#define | DMA_DCHPRI5_DPA_MASK (0x40U) |
#define | DMA_DCHPRI5_DPA_SHIFT (6U) |
#define | DMA_DCHPRI5_DPA(x) (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI5_DPA_SHIFT)) & DMA_DCHPRI5_DPA_MASK) |
#define | DMA_DCHPRI5_ECP_MASK (0x80U) |
#define | DMA_DCHPRI5_ECP_SHIFT (7U) |
#define | DMA_DCHPRI5_ECP(x) (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI5_ECP_SHIFT)) & DMA_DCHPRI5_ECP_MASK) |
DCHPRI4 - Channel n Priority Register | |
#define | DMA_DCHPRI4_CHPRI_MASK (0xFU) |
#define | DMA_DCHPRI4_CHPRI_SHIFT (0U) |
#define | DMA_DCHPRI4_CHPRI(x) (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI4_CHPRI_SHIFT)) & DMA_DCHPRI4_CHPRI_MASK) |
#define | DMA_DCHPRI4_DPA_MASK (0x40U) |
#define | DMA_DCHPRI4_DPA_SHIFT (6U) |
#define | DMA_DCHPRI4_DPA(x) (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI4_DPA_SHIFT)) & DMA_DCHPRI4_DPA_MASK) |
#define | DMA_DCHPRI4_ECP_MASK (0x80U) |
#define | DMA_DCHPRI4_ECP_SHIFT (7U) |
#define | DMA_DCHPRI4_ECP(x) (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI4_ECP_SHIFT)) & DMA_DCHPRI4_ECP_MASK) |
#define | DMA_DCHPRI4_CHPRI_MASK 0xFu |
#define | DMA_DCHPRI4_CHPRI_SHIFT 0 |
#define | DMA_DCHPRI4_CHPRI(x) (((uint8_t)(((uint8_t)(x))<<DMA_DCHPRI4_CHPRI_SHIFT))&DMA_DCHPRI4_CHPRI_MASK) |
#define | DMA_DCHPRI4_DPA_MASK 0x40u |
#define | DMA_DCHPRI4_DPA_SHIFT 6 |
#define | DMA_DCHPRI4_ECP_MASK 0x80u |
#define | DMA_DCHPRI4_ECP_SHIFT 7 |
#define | DMA_DCHPRI4_CHPRI_MASK (0xFU) |
#define | DMA_DCHPRI4_CHPRI_SHIFT (0U) |
#define | DMA_DCHPRI4_CHPRI(x) (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI4_CHPRI_SHIFT)) & DMA_DCHPRI4_CHPRI_MASK) |
#define | DMA_DCHPRI4_DPA_MASK (0x40U) |
#define | DMA_DCHPRI4_DPA_SHIFT (6U) |
#define | DMA_DCHPRI4_DPA(x) (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI4_DPA_SHIFT)) & DMA_DCHPRI4_DPA_MASK) |
#define | DMA_DCHPRI4_ECP_MASK (0x80U) |
#define | DMA_DCHPRI4_ECP_SHIFT (7U) |
#define | DMA_DCHPRI4_ECP(x) (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI4_ECP_SHIFT)) & DMA_DCHPRI4_ECP_MASK) |
#define | DMA_DCHPRI4_CHPRI_MASK (0xFU) |
#define | DMA_DCHPRI4_CHPRI_SHIFT (0U) |
#define | DMA_DCHPRI4_CHPRI(x) (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI4_CHPRI_SHIFT)) & DMA_DCHPRI4_CHPRI_MASK) |
#define | DMA_DCHPRI4_GRPPRI_MASK (0x30U) |
#define | DMA_DCHPRI4_GRPPRI_SHIFT (4U) |
#define | DMA_DCHPRI4_GRPPRI(x) (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI4_GRPPRI_SHIFT)) & DMA_DCHPRI4_GRPPRI_MASK) |
#define | DMA_DCHPRI4_DPA_MASK (0x40U) |
#define | DMA_DCHPRI4_DPA_SHIFT (6U) |
#define | DMA_DCHPRI4_DPA(x) (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI4_DPA_SHIFT)) & DMA_DCHPRI4_DPA_MASK) |
#define | DMA_DCHPRI4_ECP_MASK (0x80U) |
#define | DMA_DCHPRI4_ECP_SHIFT (7U) |
#define | DMA_DCHPRI4_ECP(x) (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI4_ECP_SHIFT)) & DMA_DCHPRI4_ECP_MASK) |
#define | DMA_DCHPRI4_CHPRI_MASK (0xFU) |
#define | DMA_DCHPRI4_CHPRI_SHIFT (0U) |
#define | DMA_DCHPRI4_CHPRI(x) (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI4_CHPRI_SHIFT)) & DMA_DCHPRI4_CHPRI_MASK) |
#define | DMA_DCHPRI4_GRPPRI_MASK (0x30U) |
#define | DMA_DCHPRI4_GRPPRI_SHIFT (4U) |
#define | DMA_DCHPRI4_GRPPRI(x) (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI4_GRPPRI_SHIFT)) & DMA_DCHPRI4_GRPPRI_MASK) |
#define | DMA_DCHPRI4_DPA_MASK (0x40U) |
#define | DMA_DCHPRI4_DPA_SHIFT (6U) |
#define | DMA_DCHPRI4_DPA(x) (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI4_DPA_SHIFT)) & DMA_DCHPRI4_DPA_MASK) |
#define | DMA_DCHPRI4_ECP_MASK (0x80U) |
#define | DMA_DCHPRI4_ECP_SHIFT (7U) |
#define | DMA_DCHPRI4_ECP(x) (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI4_ECP_SHIFT)) & DMA_DCHPRI4_ECP_MASK) |
#define | DMA_DCHPRI4_CHPRI_MASK (0xFU) |
#define | DMA_DCHPRI4_CHPRI_SHIFT (0U) |
#define | DMA_DCHPRI4_CHPRI(x) (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI4_CHPRI_SHIFT)) & DMA_DCHPRI4_CHPRI_MASK) |
#define | DMA_DCHPRI4_GRPPRI_MASK (0x30U) |
#define | DMA_DCHPRI4_GRPPRI_SHIFT (4U) |
#define | DMA_DCHPRI4_GRPPRI(x) (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI4_GRPPRI_SHIFT)) & DMA_DCHPRI4_GRPPRI_MASK) |
#define | DMA_DCHPRI4_DPA_MASK (0x40U) |
#define | DMA_DCHPRI4_DPA_SHIFT (6U) |
#define | DMA_DCHPRI4_DPA(x) (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI4_DPA_SHIFT)) & DMA_DCHPRI4_DPA_MASK) |
#define | DMA_DCHPRI4_ECP_MASK (0x80U) |
#define | DMA_DCHPRI4_ECP_SHIFT (7U) |
#define | DMA_DCHPRI4_ECP(x) (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI4_ECP_SHIFT)) & DMA_DCHPRI4_ECP_MASK) |
DCHPRI11 - Channel n Priority Register | |
#define | DMA_DCHPRI11_CHPRI_MASK (0xFU) |
#define | DMA_DCHPRI11_CHPRI_SHIFT (0U) |
#define | DMA_DCHPRI11_CHPRI(x) (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI11_CHPRI_SHIFT)) & DMA_DCHPRI11_CHPRI_MASK) |
#define | DMA_DCHPRI11_DPA_MASK (0x40U) |
#define | DMA_DCHPRI11_DPA_SHIFT (6U) |
#define | DMA_DCHPRI11_DPA(x) (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI11_DPA_SHIFT)) & DMA_DCHPRI11_DPA_MASK) |
#define | DMA_DCHPRI11_ECP_MASK (0x80U) |
#define | DMA_DCHPRI11_ECP_SHIFT (7U) |
#define | DMA_DCHPRI11_ECP(x) (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI11_ECP_SHIFT)) & DMA_DCHPRI11_ECP_MASK) |
#define | DMA_DCHPRI11_CHPRI_MASK 0xFu |
#define | DMA_DCHPRI11_CHPRI_SHIFT 0 |
#define | DMA_DCHPRI11_CHPRI(x) (((uint8_t)(((uint8_t)(x))<<DMA_DCHPRI11_CHPRI_SHIFT))&DMA_DCHPRI11_CHPRI_MASK) |
#define | DMA_DCHPRI11_DPA_MASK 0x40u |
#define | DMA_DCHPRI11_DPA_SHIFT 6 |
#define | DMA_DCHPRI11_ECP_MASK 0x80u |
#define | DMA_DCHPRI11_ECP_SHIFT 7 |
#define | DMA_DCHPRI11_CHPRI_MASK (0xFU) |
#define | DMA_DCHPRI11_CHPRI_SHIFT (0U) |
#define | DMA_DCHPRI11_CHPRI(x) (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI11_CHPRI_SHIFT)) & DMA_DCHPRI11_CHPRI_MASK) |
#define | DMA_DCHPRI11_DPA_MASK (0x40U) |
#define | DMA_DCHPRI11_DPA_SHIFT (6U) |
#define | DMA_DCHPRI11_DPA(x) (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI11_DPA_SHIFT)) & DMA_DCHPRI11_DPA_MASK) |
#define | DMA_DCHPRI11_ECP_MASK (0x80U) |
#define | DMA_DCHPRI11_ECP_SHIFT (7U) |
#define | DMA_DCHPRI11_ECP(x) (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI11_ECP_SHIFT)) & DMA_DCHPRI11_ECP_MASK) |
#define | DMA_DCHPRI11_CHPRI_MASK (0xFU) |
#define | DMA_DCHPRI11_CHPRI_SHIFT (0U) |
#define | DMA_DCHPRI11_CHPRI(x) (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI11_CHPRI_SHIFT)) & DMA_DCHPRI11_CHPRI_MASK) |
#define | DMA_DCHPRI11_GRPPRI_MASK (0x30U) |
#define | DMA_DCHPRI11_GRPPRI_SHIFT (4U) |
#define | DMA_DCHPRI11_GRPPRI(x) (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI11_GRPPRI_SHIFT)) & DMA_DCHPRI11_GRPPRI_MASK) |
#define | DMA_DCHPRI11_DPA_MASK (0x40U) |
#define | DMA_DCHPRI11_DPA_SHIFT (6U) |
#define | DMA_DCHPRI11_DPA(x) (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI11_DPA_SHIFT)) & DMA_DCHPRI11_DPA_MASK) |
#define | DMA_DCHPRI11_ECP_MASK (0x80U) |
#define | DMA_DCHPRI11_ECP_SHIFT (7U) |
#define | DMA_DCHPRI11_ECP(x) (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI11_ECP_SHIFT)) & DMA_DCHPRI11_ECP_MASK) |
#define | DMA_DCHPRI11_CHPRI_MASK (0xFU) |
#define | DMA_DCHPRI11_CHPRI_SHIFT (0U) |
#define | DMA_DCHPRI11_CHPRI(x) (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI11_CHPRI_SHIFT)) & DMA_DCHPRI11_CHPRI_MASK) |
#define | DMA_DCHPRI11_GRPPRI_MASK (0x30U) |
#define | DMA_DCHPRI11_GRPPRI_SHIFT (4U) |
#define | DMA_DCHPRI11_GRPPRI(x) (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI11_GRPPRI_SHIFT)) & DMA_DCHPRI11_GRPPRI_MASK) |
#define | DMA_DCHPRI11_DPA_MASK (0x40U) |
#define | DMA_DCHPRI11_DPA_SHIFT (6U) |
#define | DMA_DCHPRI11_DPA(x) (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI11_DPA_SHIFT)) & DMA_DCHPRI11_DPA_MASK) |
#define | DMA_DCHPRI11_ECP_MASK (0x80U) |
#define | DMA_DCHPRI11_ECP_SHIFT (7U) |
#define | DMA_DCHPRI11_ECP(x) (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI11_ECP_SHIFT)) & DMA_DCHPRI11_ECP_MASK) |
#define | DMA_DCHPRI11_CHPRI_MASK (0xFU) |
#define | DMA_DCHPRI11_CHPRI_SHIFT (0U) |
#define | DMA_DCHPRI11_CHPRI(x) (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI11_CHPRI_SHIFT)) & DMA_DCHPRI11_CHPRI_MASK) |
#define | DMA_DCHPRI11_GRPPRI_MASK (0x30U) |
#define | DMA_DCHPRI11_GRPPRI_SHIFT (4U) |
#define | DMA_DCHPRI11_GRPPRI(x) (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI11_GRPPRI_SHIFT)) & DMA_DCHPRI11_GRPPRI_MASK) |
#define | DMA_DCHPRI11_DPA_MASK (0x40U) |
#define | DMA_DCHPRI11_DPA_SHIFT (6U) |
#define | DMA_DCHPRI11_DPA(x) (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI11_DPA_SHIFT)) & DMA_DCHPRI11_DPA_MASK) |
#define | DMA_DCHPRI11_ECP_MASK (0x80U) |
#define | DMA_DCHPRI11_ECP_SHIFT (7U) |
#define | DMA_DCHPRI11_ECP(x) (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI11_ECP_SHIFT)) & DMA_DCHPRI11_ECP_MASK) |
DCHPRI10 - Channel n Priority Register | |
#define | DMA_DCHPRI10_CHPRI_MASK (0xFU) |
#define | DMA_DCHPRI10_CHPRI_SHIFT (0U) |
#define | DMA_DCHPRI10_CHPRI(x) (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI10_CHPRI_SHIFT)) & DMA_DCHPRI10_CHPRI_MASK) |
#define | DMA_DCHPRI10_DPA_MASK (0x40U) |
#define | DMA_DCHPRI10_DPA_SHIFT (6U) |
#define | DMA_DCHPRI10_DPA(x) (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI10_DPA_SHIFT)) & DMA_DCHPRI10_DPA_MASK) |
#define | DMA_DCHPRI10_ECP_MASK (0x80U) |
#define | DMA_DCHPRI10_ECP_SHIFT (7U) |
#define | DMA_DCHPRI10_ECP(x) (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI10_ECP_SHIFT)) & DMA_DCHPRI10_ECP_MASK) |
#define | DMA_DCHPRI10_CHPRI_MASK 0xFu |
#define | DMA_DCHPRI10_CHPRI_SHIFT 0 |
#define | DMA_DCHPRI10_CHPRI(x) (((uint8_t)(((uint8_t)(x))<<DMA_DCHPRI10_CHPRI_SHIFT))&DMA_DCHPRI10_CHPRI_MASK) |
#define | DMA_DCHPRI10_DPA_MASK 0x40u |
#define | DMA_DCHPRI10_DPA_SHIFT 6 |
#define | DMA_DCHPRI10_ECP_MASK 0x80u |
#define | DMA_DCHPRI10_ECP_SHIFT 7 |
#define | DMA_DCHPRI10_CHPRI_MASK (0xFU) |
#define | DMA_DCHPRI10_CHPRI_SHIFT (0U) |
#define | DMA_DCHPRI10_CHPRI(x) (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI10_CHPRI_SHIFT)) & DMA_DCHPRI10_CHPRI_MASK) |
#define | DMA_DCHPRI10_DPA_MASK (0x40U) |
#define | DMA_DCHPRI10_DPA_SHIFT (6U) |
#define | DMA_DCHPRI10_DPA(x) (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI10_DPA_SHIFT)) & DMA_DCHPRI10_DPA_MASK) |
#define | DMA_DCHPRI10_ECP_MASK (0x80U) |
#define | DMA_DCHPRI10_ECP_SHIFT (7U) |
#define | DMA_DCHPRI10_ECP(x) (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI10_ECP_SHIFT)) & DMA_DCHPRI10_ECP_MASK) |
#define | DMA_DCHPRI10_CHPRI_MASK (0xFU) |
#define | DMA_DCHPRI10_CHPRI_SHIFT (0U) |
#define | DMA_DCHPRI10_CHPRI(x) (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI10_CHPRI_SHIFT)) & DMA_DCHPRI10_CHPRI_MASK) |
#define | DMA_DCHPRI10_GRPPRI_MASK (0x30U) |
#define | DMA_DCHPRI10_GRPPRI_SHIFT (4U) |
#define | DMA_DCHPRI10_GRPPRI(x) (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI10_GRPPRI_SHIFT)) & DMA_DCHPRI10_GRPPRI_MASK) |
#define | DMA_DCHPRI10_DPA_MASK (0x40U) |
#define | DMA_DCHPRI10_DPA_SHIFT (6U) |
#define | DMA_DCHPRI10_DPA(x) (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI10_DPA_SHIFT)) & DMA_DCHPRI10_DPA_MASK) |
#define | DMA_DCHPRI10_ECP_MASK (0x80U) |
#define | DMA_DCHPRI10_ECP_SHIFT (7U) |
#define | DMA_DCHPRI10_ECP(x) (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI10_ECP_SHIFT)) & DMA_DCHPRI10_ECP_MASK) |
#define | DMA_DCHPRI10_CHPRI_MASK (0xFU) |
#define | DMA_DCHPRI10_CHPRI_SHIFT (0U) |
#define | DMA_DCHPRI10_CHPRI(x) (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI10_CHPRI_SHIFT)) & DMA_DCHPRI10_CHPRI_MASK) |
#define | DMA_DCHPRI10_GRPPRI_MASK (0x30U) |
#define | DMA_DCHPRI10_GRPPRI_SHIFT (4U) |
#define | DMA_DCHPRI10_GRPPRI(x) (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI10_GRPPRI_SHIFT)) & DMA_DCHPRI10_GRPPRI_MASK) |
#define | DMA_DCHPRI10_DPA_MASK (0x40U) |
#define | DMA_DCHPRI10_DPA_SHIFT (6U) |
#define | DMA_DCHPRI10_DPA(x) (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI10_DPA_SHIFT)) & DMA_DCHPRI10_DPA_MASK) |
#define | DMA_DCHPRI10_ECP_MASK (0x80U) |
#define | DMA_DCHPRI10_ECP_SHIFT (7U) |
#define | DMA_DCHPRI10_ECP(x) (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI10_ECP_SHIFT)) & DMA_DCHPRI10_ECP_MASK) |
#define | DMA_DCHPRI10_CHPRI_MASK (0xFU) |
#define | DMA_DCHPRI10_CHPRI_SHIFT (0U) |
#define | DMA_DCHPRI10_CHPRI(x) (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI10_CHPRI_SHIFT)) & DMA_DCHPRI10_CHPRI_MASK) |
#define | DMA_DCHPRI10_GRPPRI_MASK (0x30U) |
#define | DMA_DCHPRI10_GRPPRI_SHIFT (4U) |
#define | DMA_DCHPRI10_GRPPRI(x) (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI10_GRPPRI_SHIFT)) & DMA_DCHPRI10_GRPPRI_MASK) |
#define | DMA_DCHPRI10_DPA_MASK (0x40U) |
#define | DMA_DCHPRI10_DPA_SHIFT (6U) |
#define | DMA_DCHPRI10_DPA(x) (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI10_DPA_SHIFT)) & DMA_DCHPRI10_DPA_MASK) |
#define | DMA_DCHPRI10_ECP_MASK (0x80U) |
#define | DMA_DCHPRI10_ECP_SHIFT (7U) |
#define | DMA_DCHPRI10_ECP(x) (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI10_ECP_SHIFT)) & DMA_DCHPRI10_ECP_MASK) |
DCHPRI9 - Channel n Priority Register | |
#define | DMA_DCHPRI9_CHPRI_MASK (0xFU) |
#define | DMA_DCHPRI9_CHPRI_SHIFT (0U) |
#define | DMA_DCHPRI9_CHPRI(x) (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI9_CHPRI_SHIFT)) & DMA_DCHPRI9_CHPRI_MASK) |
#define | DMA_DCHPRI9_DPA_MASK (0x40U) |
#define | DMA_DCHPRI9_DPA_SHIFT (6U) |
#define | DMA_DCHPRI9_DPA(x) (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI9_DPA_SHIFT)) & DMA_DCHPRI9_DPA_MASK) |
#define | DMA_DCHPRI9_ECP_MASK (0x80U) |
#define | DMA_DCHPRI9_ECP_SHIFT (7U) |
#define | DMA_DCHPRI9_ECP(x) (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI9_ECP_SHIFT)) & DMA_DCHPRI9_ECP_MASK) |
#define | DMA_DCHPRI9_CHPRI_MASK 0xFu |
#define | DMA_DCHPRI9_CHPRI_SHIFT 0 |
#define | DMA_DCHPRI9_CHPRI(x) (((uint8_t)(((uint8_t)(x))<<DMA_DCHPRI9_CHPRI_SHIFT))&DMA_DCHPRI9_CHPRI_MASK) |
#define | DMA_DCHPRI9_DPA_MASK 0x40u |
#define | DMA_DCHPRI9_DPA_SHIFT 6 |
#define | DMA_DCHPRI9_ECP_MASK 0x80u |
#define | DMA_DCHPRI9_ECP_SHIFT 7 |
#define | DMA_DCHPRI9_CHPRI_MASK (0xFU) |
#define | DMA_DCHPRI9_CHPRI_SHIFT (0U) |
#define | DMA_DCHPRI9_CHPRI(x) (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI9_CHPRI_SHIFT)) & DMA_DCHPRI9_CHPRI_MASK) |
#define | DMA_DCHPRI9_DPA_MASK (0x40U) |
#define | DMA_DCHPRI9_DPA_SHIFT (6U) |
#define | DMA_DCHPRI9_DPA(x) (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI9_DPA_SHIFT)) & DMA_DCHPRI9_DPA_MASK) |
#define | DMA_DCHPRI9_ECP_MASK (0x80U) |
#define | DMA_DCHPRI9_ECP_SHIFT (7U) |
#define | DMA_DCHPRI9_ECP(x) (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI9_ECP_SHIFT)) & DMA_DCHPRI9_ECP_MASK) |
#define | DMA_DCHPRI9_CHPRI_MASK (0xFU) |
#define | DMA_DCHPRI9_CHPRI_SHIFT (0U) |
#define | DMA_DCHPRI9_CHPRI(x) (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI9_CHPRI_SHIFT)) & DMA_DCHPRI9_CHPRI_MASK) |
#define | DMA_DCHPRI9_GRPPRI_MASK (0x30U) |
#define | DMA_DCHPRI9_GRPPRI_SHIFT (4U) |
#define | DMA_DCHPRI9_GRPPRI(x) (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI9_GRPPRI_SHIFT)) & DMA_DCHPRI9_GRPPRI_MASK) |
#define | DMA_DCHPRI9_DPA_MASK (0x40U) |
#define | DMA_DCHPRI9_DPA_SHIFT (6U) |
#define | DMA_DCHPRI9_DPA(x) (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI9_DPA_SHIFT)) & DMA_DCHPRI9_DPA_MASK) |
#define | DMA_DCHPRI9_ECP_MASK (0x80U) |
#define | DMA_DCHPRI9_ECP_SHIFT (7U) |
#define | DMA_DCHPRI9_ECP(x) (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI9_ECP_SHIFT)) & DMA_DCHPRI9_ECP_MASK) |
#define | DMA_DCHPRI9_CHPRI_MASK (0xFU) |
#define | DMA_DCHPRI9_CHPRI_SHIFT (0U) |
#define | DMA_DCHPRI9_CHPRI(x) (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI9_CHPRI_SHIFT)) & DMA_DCHPRI9_CHPRI_MASK) |
#define | DMA_DCHPRI9_GRPPRI_MASK (0x30U) |
#define | DMA_DCHPRI9_GRPPRI_SHIFT (4U) |
#define | DMA_DCHPRI9_GRPPRI(x) (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI9_GRPPRI_SHIFT)) & DMA_DCHPRI9_GRPPRI_MASK) |
#define | DMA_DCHPRI9_DPA_MASK (0x40U) |
#define | DMA_DCHPRI9_DPA_SHIFT (6U) |
#define | DMA_DCHPRI9_DPA(x) (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI9_DPA_SHIFT)) & DMA_DCHPRI9_DPA_MASK) |
#define | DMA_DCHPRI9_ECP_MASK (0x80U) |
#define | DMA_DCHPRI9_ECP_SHIFT (7U) |
#define | DMA_DCHPRI9_ECP(x) (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI9_ECP_SHIFT)) & DMA_DCHPRI9_ECP_MASK) |
#define | DMA_DCHPRI9_CHPRI_MASK (0xFU) |
#define | DMA_DCHPRI9_CHPRI_SHIFT (0U) |
#define | DMA_DCHPRI9_CHPRI(x) (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI9_CHPRI_SHIFT)) & DMA_DCHPRI9_CHPRI_MASK) |
#define | DMA_DCHPRI9_GRPPRI_MASK (0x30U) |
#define | DMA_DCHPRI9_GRPPRI_SHIFT (4U) |
#define | DMA_DCHPRI9_GRPPRI(x) (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI9_GRPPRI_SHIFT)) & DMA_DCHPRI9_GRPPRI_MASK) |
#define | DMA_DCHPRI9_DPA_MASK (0x40U) |
#define | DMA_DCHPRI9_DPA_SHIFT (6U) |
#define | DMA_DCHPRI9_DPA(x) (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI9_DPA_SHIFT)) & DMA_DCHPRI9_DPA_MASK) |
#define | DMA_DCHPRI9_ECP_MASK (0x80U) |
#define | DMA_DCHPRI9_ECP_SHIFT (7U) |
#define | DMA_DCHPRI9_ECP(x) (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI9_ECP_SHIFT)) & DMA_DCHPRI9_ECP_MASK) |
DCHPRI8 - Channel n Priority Register | |
#define | DMA_DCHPRI8_CHPRI_MASK (0xFU) |
#define | DMA_DCHPRI8_CHPRI_SHIFT (0U) |
#define | DMA_DCHPRI8_CHPRI(x) (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI8_CHPRI_SHIFT)) & DMA_DCHPRI8_CHPRI_MASK) |
#define | DMA_DCHPRI8_DPA_MASK (0x40U) |
#define | DMA_DCHPRI8_DPA_SHIFT (6U) |
#define | DMA_DCHPRI8_DPA(x) (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI8_DPA_SHIFT)) & DMA_DCHPRI8_DPA_MASK) |
#define | DMA_DCHPRI8_ECP_MASK (0x80U) |
#define | DMA_DCHPRI8_ECP_SHIFT (7U) |
#define | DMA_DCHPRI8_ECP(x) (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI8_ECP_SHIFT)) & DMA_DCHPRI8_ECP_MASK) |
#define | DMA_DCHPRI8_CHPRI_MASK 0xFu |
#define | DMA_DCHPRI8_CHPRI_SHIFT 0 |
#define | DMA_DCHPRI8_CHPRI(x) (((uint8_t)(((uint8_t)(x))<<DMA_DCHPRI8_CHPRI_SHIFT))&DMA_DCHPRI8_CHPRI_MASK) |
#define | DMA_DCHPRI8_DPA_MASK 0x40u |
#define | DMA_DCHPRI8_DPA_SHIFT 6 |
#define | DMA_DCHPRI8_ECP_MASK 0x80u |
#define | DMA_DCHPRI8_ECP_SHIFT 7 |
#define | DMA_DCHPRI8_CHPRI_MASK (0xFU) |
#define | DMA_DCHPRI8_CHPRI_SHIFT (0U) |
#define | DMA_DCHPRI8_CHPRI(x) (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI8_CHPRI_SHIFT)) & DMA_DCHPRI8_CHPRI_MASK) |
#define | DMA_DCHPRI8_DPA_MASK (0x40U) |
#define | DMA_DCHPRI8_DPA_SHIFT (6U) |
#define | DMA_DCHPRI8_DPA(x) (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI8_DPA_SHIFT)) & DMA_DCHPRI8_DPA_MASK) |
#define | DMA_DCHPRI8_ECP_MASK (0x80U) |
#define | DMA_DCHPRI8_ECP_SHIFT (7U) |
#define | DMA_DCHPRI8_ECP(x) (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI8_ECP_SHIFT)) & DMA_DCHPRI8_ECP_MASK) |
#define | DMA_DCHPRI8_CHPRI_MASK (0xFU) |
#define | DMA_DCHPRI8_CHPRI_SHIFT (0U) |
#define | DMA_DCHPRI8_CHPRI(x) (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI8_CHPRI_SHIFT)) & DMA_DCHPRI8_CHPRI_MASK) |
#define | DMA_DCHPRI8_GRPPRI_MASK (0x30U) |
#define | DMA_DCHPRI8_GRPPRI_SHIFT (4U) |
#define | DMA_DCHPRI8_GRPPRI(x) (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI8_GRPPRI_SHIFT)) & DMA_DCHPRI8_GRPPRI_MASK) |
#define | DMA_DCHPRI8_DPA_MASK (0x40U) |
#define | DMA_DCHPRI8_DPA_SHIFT (6U) |
#define | DMA_DCHPRI8_DPA(x) (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI8_DPA_SHIFT)) & DMA_DCHPRI8_DPA_MASK) |
#define | DMA_DCHPRI8_ECP_MASK (0x80U) |
#define | DMA_DCHPRI8_ECP_SHIFT (7U) |
#define | DMA_DCHPRI8_ECP(x) (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI8_ECP_SHIFT)) & DMA_DCHPRI8_ECP_MASK) |
#define | DMA_DCHPRI8_CHPRI_MASK (0xFU) |
#define | DMA_DCHPRI8_CHPRI_SHIFT (0U) |
#define | DMA_DCHPRI8_CHPRI(x) (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI8_CHPRI_SHIFT)) & DMA_DCHPRI8_CHPRI_MASK) |
#define | DMA_DCHPRI8_GRPPRI_MASK (0x30U) |
#define | DMA_DCHPRI8_GRPPRI_SHIFT (4U) |
#define | DMA_DCHPRI8_GRPPRI(x) (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI8_GRPPRI_SHIFT)) & DMA_DCHPRI8_GRPPRI_MASK) |
#define | DMA_DCHPRI8_DPA_MASK (0x40U) |
#define | DMA_DCHPRI8_DPA_SHIFT (6U) |
#define | DMA_DCHPRI8_DPA(x) (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI8_DPA_SHIFT)) & DMA_DCHPRI8_DPA_MASK) |
#define | DMA_DCHPRI8_ECP_MASK (0x80U) |
#define | DMA_DCHPRI8_ECP_SHIFT (7U) |
#define | DMA_DCHPRI8_ECP(x) (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI8_ECP_SHIFT)) & DMA_DCHPRI8_ECP_MASK) |
#define | DMA_DCHPRI8_CHPRI_MASK (0xFU) |
#define | DMA_DCHPRI8_CHPRI_SHIFT (0U) |
#define | DMA_DCHPRI8_CHPRI(x) (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI8_CHPRI_SHIFT)) & DMA_DCHPRI8_CHPRI_MASK) |
#define | DMA_DCHPRI8_GRPPRI_MASK (0x30U) |
#define | DMA_DCHPRI8_GRPPRI_SHIFT (4U) |
#define | DMA_DCHPRI8_GRPPRI(x) (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI8_GRPPRI_SHIFT)) & DMA_DCHPRI8_GRPPRI_MASK) |
#define | DMA_DCHPRI8_DPA_MASK (0x40U) |
#define | DMA_DCHPRI8_DPA_SHIFT (6U) |
#define | DMA_DCHPRI8_DPA(x) (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI8_DPA_SHIFT)) & DMA_DCHPRI8_DPA_MASK) |
#define | DMA_DCHPRI8_ECP_MASK (0x80U) |
#define | DMA_DCHPRI8_ECP_SHIFT (7U) |
#define | DMA_DCHPRI8_ECP(x) (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI8_ECP_SHIFT)) & DMA_DCHPRI8_ECP_MASK) |
DCHPRI15 - Channel n Priority Register | |
#define | DMA_DCHPRI15_CHPRI_MASK (0xFU) |
#define | DMA_DCHPRI15_CHPRI_SHIFT (0U) |
#define | DMA_DCHPRI15_CHPRI(x) (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI15_CHPRI_SHIFT)) & DMA_DCHPRI15_CHPRI_MASK) |
#define | DMA_DCHPRI15_DPA_MASK (0x40U) |
#define | DMA_DCHPRI15_DPA_SHIFT (6U) |
#define | DMA_DCHPRI15_DPA(x) (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI15_DPA_SHIFT)) & DMA_DCHPRI15_DPA_MASK) |
#define | DMA_DCHPRI15_ECP_MASK (0x80U) |
#define | DMA_DCHPRI15_ECP_SHIFT (7U) |
#define | DMA_DCHPRI15_ECP(x) (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI15_ECP_SHIFT)) & DMA_DCHPRI15_ECP_MASK) |
#define | DMA_DCHPRI15_CHPRI_MASK 0xFu |
#define | DMA_DCHPRI15_CHPRI_SHIFT 0 |
#define | DMA_DCHPRI15_CHPRI(x) (((uint8_t)(((uint8_t)(x))<<DMA_DCHPRI15_CHPRI_SHIFT))&DMA_DCHPRI15_CHPRI_MASK) |
#define | DMA_DCHPRI15_DPA_MASK 0x40u |
#define | DMA_DCHPRI15_DPA_SHIFT 6 |
#define | DMA_DCHPRI15_ECP_MASK 0x80u |
#define | DMA_DCHPRI15_ECP_SHIFT 7 |
#define | DMA_DCHPRI15_CHPRI_MASK (0xFU) |
#define | DMA_DCHPRI15_CHPRI_SHIFT (0U) |
#define | DMA_DCHPRI15_CHPRI(x) (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI15_CHPRI_SHIFT)) & DMA_DCHPRI15_CHPRI_MASK) |
#define | DMA_DCHPRI15_DPA_MASK (0x40U) |
#define | DMA_DCHPRI15_DPA_SHIFT (6U) |
#define | DMA_DCHPRI15_DPA(x) (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI15_DPA_SHIFT)) & DMA_DCHPRI15_DPA_MASK) |
#define | DMA_DCHPRI15_ECP_MASK (0x80U) |
#define | DMA_DCHPRI15_ECP_SHIFT (7U) |
#define | DMA_DCHPRI15_ECP(x) (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI15_ECP_SHIFT)) & DMA_DCHPRI15_ECP_MASK) |
#define | DMA_DCHPRI15_CHPRI_MASK (0xFU) |
#define | DMA_DCHPRI15_CHPRI_SHIFT (0U) |
#define | DMA_DCHPRI15_CHPRI(x) (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI15_CHPRI_SHIFT)) & DMA_DCHPRI15_CHPRI_MASK) |
#define | DMA_DCHPRI15_GRPPRI_MASK (0x30U) |
#define | DMA_DCHPRI15_GRPPRI_SHIFT (4U) |
#define | DMA_DCHPRI15_GRPPRI(x) (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI15_GRPPRI_SHIFT)) & DMA_DCHPRI15_GRPPRI_MASK) |
#define | DMA_DCHPRI15_DPA_MASK (0x40U) |
#define | DMA_DCHPRI15_DPA_SHIFT (6U) |
#define | DMA_DCHPRI15_DPA(x) (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI15_DPA_SHIFT)) & DMA_DCHPRI15_DPA_MASK) |
#define | DMA_DCHPRI15_ECP_MASK (0x80U) |
#define | DMA_DCHPRI15_ECP_SHIFT (7U) |
#define | DMA_DCHPRI15_ECP(x) (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI15_ECP_SHIFT)) & DMA_DCHPRI15_ECP_MASK) |
#define | DMA_DCHPRI15_CHPRI_MASK (0xFU) |
#define | DMA_DCHPRI15_CHPRI_SHIFT (0U) |
#define | DMA_DCHPRI15_CHPRI(x) (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI15_CHPRI_SHIFT)) & DMA_DCHPRI15_CHPRI_MASK) |
#define | DMA_DCHPRI15_GRPPRI_MASK (0x30U) |
#define | DMA_DCHPRI15_GRPPRI_SHIFT (4U) |
#define | DMA_DCHPRI15_GRPPRI(x) (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI15_GRPPRI_SHIFT)) & DMA_DCHPRI15_GRPPRI_MASK) |
#define | DMA_DCHPRI15_DPA_MASK (0x40U) |
#define | DMA_DCHPRI15_DPA_SHIFT (6U) |
#define | DMA_DCHPRI15_DPA(x) (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI15_DPA_SHIFT)) & DMA_DCHPRI15_DPA_MASK) |
#define | DMA_DCHPRI15_ECP_MASK (0x80U) |
#define | DMA_DCHPRI15_ECP_SHIFT (7U) |
#define | DMA_DCHPRI15_ECP(x) (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI15_ECP_SHIFT)) & DMA_DCHPRI15_ECP_MASK) |
#define | DMA_DCHPRI15_CHPRI_MASK (0xFU) |
#define | DMA_DCHPRI15_CHPRI_SHIFT (0U) |
#define | DMA_DCHPRI15_CHPRI(x) (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI15_CHPRI_SHIFT)) & DMA_DCHPRI15_CHPRI_MASK) |
#define | DMA_DCHPRI15_GRPPRI_MASK (0x30U) |
#define | DMA_DCHPRI15_GRPPRI_SHIFT (4U) |
#define | DMA_DCHPRI15_GRPPRI(x) (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI15_GRPPRI_SHIFT)) & DMA_DCHPRI15_GRPPRI_MASK) |
#define | DMA_DCHPRI15_DPA_MASK (0x40U) |
#define | DMA_DCHPRI15_DPA_SHIFT (6U) |
#define | DMA_DCHPRI15_DPA(x) (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI15_DPA_SHIFT)) & DMA_DCHPRI15_DPA_MASK) |
#define | DMA_DCHPRI15_ECP_MASK (0x80U) |
#define | DMA_DCHPRI15_ECP_SHIFT (7U) |
#define | DMA_DCHPRI15_ECP(x) (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI15_ECP_SHIFT)) & DMA_DCHPRI15_ECP_MASK) |
DCHPRI14 - Channel n Priority Register | |
#define | DMA_DCHPRI14_CHPRI_MASK (0xFU) |
#define | DMA_DCHPRI14_CHPRI_SHIFT (0U) |
#define | DMA_DCHPRI14_CHPRI(x) (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI14_CHPRI_SHIFT)) & DMA_DCHPRI14_CHPRI_MASK) |
#define | DMA_DCHPRI14_DPA_MASK (0x40U) |
#define | DMA_DCHPRI14_DPA_SHIFT (6U) |
#define | DMA_DCHPRI14_DPA(x) (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI14_DPA_SHIFT)) & DMA_DCHPRI14_DPA_MASK) |
#define | DMA_DCHPRI14_ECP_MASK (0x80U) |
#define | DMA_DCHPRI14_ECP_SHIFT (7U) |
#define | DMA_DCHPRI14_ECP(x) (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI14_ECP_SHIFT)) & DMA_DCHPRI14_ECP_MASK) |
#define | DMA_DCHPRI14_CHPRI_MASK 0xFu |
#define | DMA_DCHPRI14_CHPRI_SHIFT 0 |
#define | DMA_DCHPRI14_CHPRI(x) (((uint8_t)(((uint8_t)(x))<<DMA_DCHPRI14_CHPRI_SHIFT))&DMA_DCHPRI14_CHPRI_MASK) |
#define | DMA_DCHPRI14_DPA_MASK 0x40u |
#define | DMA_DCHPRI14_DPA_SHIFT 6 |
#define | DMA_DCHPRI14_ECP_MASK 0x80u |
#define | DMA_DCHPRI14_ECP_SHIFT 7 |
#define | DMA_DCHPRI14_CHPRI_MASK (0xFU) |
#define | DMA_DCHPRI14_CHPRI_SHIFT (0U) |
#define | DMA_DCHPRI14_CHPRI(x) (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI14_CHPRI_SHIFT)) & DMA_DCHPRI14_CHPRI_MASK) |
#define | DMA_DCHPRI14_DPA_MASK (0x40U) |
#define | DMA_DCHPRI14_DPA_SHIFT (6U) |
#define | DMA_DCHPRI14_DPA(x) (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI14_DPA_SHIFT)) & DMA_DCHPRI14_DPA_MASK) |
#define | DMA_DCHPRI14_ECP_MASK (0x80U) |
#define | DMA_DCHPRI14_ECP_SHIFT (7U) |
#define | DMA_DCHPRI14_ECP(x) (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI14_ECP_SHIFT)) & DMA_DCHPRI14_ECP_MASK) |
#define | DMA_DCHPRI14_CHPRI_MASK (0xFU) |
#define | DMA_DCHPRI14_CHPRI_SHIFT (0U) |
#define | DMA_DCHPRI14_CHPRI(x) (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI14_CHPRI_SHIFT)) & DMA_DCHPRI14_CHPRI_MASK) |
#define | DMA_DCHPRI14_GRPPRI_MASK (0x30U) |
#define | DMA_DCHPRI14_GRPPRI_SHIFT (4U) |
#define | DMA_DCHPRI14_GRPPRI(x) (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI14_GRPPRI_SHIFT)) & DMA_DCHPRI14_GRPPRI_MASK) |
#define | DMA_DCHPRI14_DPA_MASK (0x40U) |
#define | DMA_DCHPRI14_DPA_SHIFT (6U) |
#define | DMA_DCHPRI14_DPA(x) (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI14_DPA_SHIFT)) & DMA_DCHPRI14_DPA_MASK) |
#define | DMA_DCHPRI14_ECP_MASK (0x80U) |
#define | DMA_DCHPRI14_ECP_SHIFT (7U) |
#define | DMA_DCHPRI14_ECP(x) (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI14_ECP_SHIFT)) & DMA_DCHPRI14_ECP_MASK) |
#define | DMA_DCHPRI14_CHPRI_MASK (0xFU) |
#define | DMA_DCHPRI14_CHPRI_SHIFT (0U) |
#define | DMA_DCHPRI14_CHPRI(x) (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI14_CHPRI_SHIFT)) & DMA_DCHPRI14_CHPRI_MASK) |
#define | DMA_DCHPRI14_GRPPRI_MASK (0x30U) |
#define | DMA_DCHPRI14_GRPPRI_SHIFT (4U) |
#define | DMA_DCHPRI14_GRPPRI(x) (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI14_GRPPRI_SHIFT)) & DMA_DCHPRI14_GRPPRI_MASK) |
#define | DMA_DCHPRI14_DPA_MASK (0x40U) |
#define | DMA_DCHPRI14_DPA_SHIFT (6U) |
#define | DMA_DCHPRI14_DPA(x) (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI14_DPA_SHIFT)) & DMA_DCHPRI14_DPA_MASK) |
#define | DMA_DCHPRI14_ECP_MASK (0x80U) |
#define | DMA_DCHPRI14_ECP_SHIFT (7U) |
#define | DMA_DCHPRI14_ECP(x) (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI14_ECP_SHIFT)) & DMA_DCHPRI14_ECP_MASK) |
#define | DMA_DCHPRI14_CHPRI_MASK (0xFU) |
#define | DMA_DCHPRI14_CHPRI_SHIFT (0U) |
#define | DMA_DCHPRI14_CHPRI(x) (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI14_CHPRI_SHIFT)) & DMA_DCHPRI14_CHPRI_MASK) |
#define | DMA_DCHPRI14_GRPPRI_MASK (0x30U) |
#define | DMA_DCHPRI14_GRPPRI_SHIFT (4U) |
#define | DMA_DCHPRI14_GRPPRI(x) (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI14_GRPPRI_SHIFT)) & DMA_DCHPRI14_GRPPRI_MASK) |
#define | DMA_DCHPRI14_DPA_MASK (0x40U) |
#define | DMA_DCHPRI14_DPA_SHIFT (6U) |
#define | DMA_DCHPRI14_DPA(x) (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI14_DPA_SHIFT)) & DMA_DCHPRI14_DPA_MASK) |
#define | DMA_DCHPRI14_ECP_MASK (0x80U) |
#define | DMA_DCHPRI14_ECP_SHIFT (7U) |
#define | DMA_DCHPRI14_ECP(x) (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI14_ECP_SHIFT)) & DMA_DCHPRI14_ECP_MASK) |
DCHPRI13 - Channel n Priority Register | |
#define | DMA_DCHPRI13_CHPRI_MASK (0xFU) |
#define | DMA_DCHPRI13_CHPRI_SHIFT (0U) |
#define | DMA_DCHPRI13_CHPRI(x) (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI13_CHPRI_SHIFT)) & DMA_DCHPRI13_CHPRI_MASK) |
#define | DMA_DCHPRI13_DPA_MASK (0x40U) |
#define | DMA_DCHPRI13_DPA_SHIFT (6U) |
#define | DMA_DCHPRI13_DPA(x) (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI13_DPA_SHIFT)) & DMA_DCHPRI13_DPA_MASK) |
#define | DMA_DCHPRI13_ECP_MASK (0x80U) |
#define | DMA_DCHPRI13_ECP_SHIFT (7U) |
#define | DMA_DCHPRI13_ECP(x) (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI13_ECP_SHIFT)) & DMA_DCHPRI13_ECP_MASK) |
#define | DMA_DCHPRI13_CHPRI_MASK 0xFu |
#define | DMA_DCHPRI13_CHPRI_SHIFT 0 |
#define | DMA_DCHPRI13_CHPRI(x) (((uint8_t)(((uint8_t)(x))<<DMA_DCHPRI13_CHPRI_SHIFT))&DMA_DCHPRI13_CHPRI_MASK) |
#define | DMA_DCHPRI13_DPA_MASK 0x40u |
#define | DMA_DCHPRI13_DPA_SHIFT 6 |
#define | DMA_DCHPRI13_ECP_MASK 0x80u |
#define | DMA_DCHPRI13_ECP_SHIFT 7 |
#define | DMA_DCHPRI13_CHPRI_MASK (0xFU) |
#define | DMA_DCHPRI13_CHPRI_SHIFT (0U) |
#define | DMA_DCHPRI13_CHPRI(x) (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI13_CHPRI_SHIFT)) & DMA_DCHPRI13_CHPRI_MASK) |
#define | DMA_DCHPRI13_DPA_MASK (0x40U) |
#define | DMA_DCHPRI13_DPA_SHIFT (6U) |
#define | DMA_DCHPRI13_DPA(x) (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI13_DPA_SHIFT)) & DMA_DCHPRI13_DPA_MASK) |
#define | DMA_DCHPRI13_ECP_MASK (0x80U) |
#define | DMA_DCHPRI13_ECP_SHIFT (7U) |
#define | DMA_DCHPRI13_ECP(x) (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI13_ECP_SHIFT)) & DMA_DCHPRI13_ECP_MASK) |
#define | DMA_DCHPRI13_CHPRI_MASK (0xFU) |
#define | DMA_DCHPRI13_CHPRI_SHIFT (0U) |
#define | DMA_DCHPRI13_CHPRI(x) (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI13_CHPRI_SHIFT)) & DMA_DCHPRI13_CHPRI_MASK) |
#define | DMA_DCHPRI13_GRPPRI_MASK (0x30U) |
#define | DMA_DCHPRI13_GRPPRI_SHIFT (4U) |
#define | DMA_DCHPRI13_GRPPRI(x) (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI13_GRPPRI_SHIFT)) & DMA_DCHPRI13_GRPPRI_MASK) |
#define | DMA_DCHPRI13_DPA_MASK (0x40U) |
#define | DMA_DCHPRI13_DPA_SHIFT (6U) |
#define | DMA_DCHPRI13_DPA(x) (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI13_DPA_SHIFT)) & DMA_DCHPRI13_DPA_MASK) |
#define | DMA_DCHPRI13_ECP_MASK (0x80U) |
#define | DMA_DCHPRI13_ECP_SHIFT (7U) |
#define | DMA_DCHPRI13_ECP(x) (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI13_ECP_SHIFT)) & DMA_DCHPRI13_ECP_MASK) |
#define | DMA_DCHPRI13_CHPRI_MASK (0xFU) |
#define | DMA_DCHPRI13_CHPRI_SHIFT (0U) |
#define | DMA_DCHPRI13_CHPRI(x) (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI13_CHPRI_SHIFT)) & DMA_DCHPRI13_CHPRI_MASK) |
#define | DMA_DCHPRI13_GRPPRI_MASK (0x30U) |
#define | DMA_DCHPRI13_GRPPRI_SHIFT (4U) |
#define | DMA_DCHPRI13_GRPPRI(x) (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI13_GRPPRI_SHIFT)) & DMA_DCHPRI13_GRPPRI_MASK) |
#define | DMA_DCHPRI13_DPA_MASK (0x40U) |
#define | DMA_DCHPRI13_DPA_SHIFT (6U) |
#define | DMA_DCHPRI13_DPA(x) (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI13_DPA_SHIFT)) & DMA_DCHPRI13_DPA_MASK) |
#define | DMA_DCHPRI13_ECP_MASK (0x80U) |
#define | DMA_DCHPRI13_ECP_SHIFT (7U) |
#define | DMA_DCHPRI13_ECP(x) (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI13_ECP_SHIFT)) & DMA_DCHPRI13_ECP_MASK) |
#define | DMA_DCHPRI13_CHPRI_MASK (0xFU) |
#define | DMA_DCHPRI13_CHPRI_SHIFT (0U) |
#define | DMA_DCHPRI13_CHPRI(x) (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI13_CHPRI_SHIFT)) & DMA_DCHPRI13_CHPRI_MASK) |
#define | DMA_DCHPRI13_GRPPRI_MASK (0x30U) |
#define | DMA_DCHPRI13_GRPPRI_SHIFT (4U) |
#define | DMA_DCHPRI13_GRPPRI(x) (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI13_GRPPRI_SHIFT)) & DMA_DCHPRI13_GRPPRI_MASK) |
#define | DMA_DCHPRI13_DPA_MASK (0x40U) |
#define | DMA_DCHPRI13_DPA_SHIFT (6U) |
#define | DMA_DCHPRI13_DPA(x) (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI13_DPA_SHIFT)) & DMA_DCHPRI13_DPA_MASK) |
#define | DMA_DCHPRI13_ECP_MASK (0x80U) |
#define | DMA_DCHPRI13_ECP_SHIFT (7U) |
#define | DMA_DCHPRI13_ECP(x) (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI13_ECP_SHIFT)) & DMA_DCHPRI13_ECP_MASK) |
DCHPRI12 - Channel n Priority Register | |
#define | DMA_DCHPRI12_CHPRI_MASK (0xFU) |
#define | DMA_DCHPRI12_CHPRI_SHIFT (0U) |
#define | DMA_DCHPRI12_CHPRI(x) (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI12_CHPRI_SHIFT)) & DMA_DCHPRI12_CHPRI_MASK) |
#define | DMA_DCHPRI12_DPA_MASK (0x40U) |
#define | DMA_DCHPRI12_DPA_SHIFT (6U) |
#define | DMA_DCHPRI12_DPA(x) (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI12_DPA_SHIFT)) & DMA_DCHPRI12_DPA_MASK) |
#define | DMA_DCHPRI12_ECP_MASK (0x80U) |
#define | DMA_DCHPRI12_ECP_SHIFT (7U) |
#define | DMA_DCHPRI12_ECP(x) (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI12_ECP_SHIFT)) & DMA_DCHPRI12_ECP_MASK) |
#define | DMA_DCHPRI12_CHPRI_MASK 0xFu |
#define | DMA_DCHPRI12_CHPRI_SHIFT 0 |
#define | DMA_DCHPRI12_CHPRI(x) (((uint8_t)(((uint8_t)(x))<<DMA_DCHPRI12_CHPRI_SHIFT))&DMA_DCHPRI12_CHPRI_MASK) |
#define | DMA_DCHPRI12_DPA_MASK 0x40u |
#define | DMA_DCHPRI12_DPA_SHIFT 6 |
#define | DMA_DCHPRI12_ECP_MASK 0x80u |
#define | DMA_DCHPRI12_ECP_SHIFT 7 |
#define | DMA_DCHPRI12_CHPRI_MASK (0xFU) |
#define | DMA_DCHPRI12_CHPRI_SHIFT (0U) |
#define | DMA_DCHPRI12_CHPRI(x) (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI12_CHPRI_SHIFT)) & DMA_DCHPRI12_CHPRI_MASK) |
#define | DMA_DCHPRI12_DPA_MASK (0x40U) |
#define | DMA_DCHPRI12_DPA_SHIFT (6U) |
#define | DMA_DCHPRI12_DPA(x) (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI12_DPA_SHIFT)) & DMA_DCHPRI12_DPA_MASK) |
#define | DMA_DCHPRI12_ECP_MASK (0x80U) |
#define | DMA_DCHPRI12_ECP_SHIFT (7U) |
#define | DMA_DCHPRI12_ECP(x) (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI12_ECP_SHIFT)) & DMA_DCHPRI12_ECP_MASK) |
#define | DMA_DCHPRI12_CHPRI_MASK (0xFU) |
#define | DMA_DCHPRI12_CHPRI_SHIFT (0U) |
#define | DMA_DCHPRI12_CHPRI(x) (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI12_CHPRI_SHIFT)) & DMA_DCHPRI12_CHPRI_MASK) |
#define | DMA_DCHPRI12_GRPPRI_MASK (0x30U) |
#define | DMA_DCHPRI12_GRPPRI_SHIFT (4U) |
#define | DMA_DCHPRI12_GRPPRI(x) (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI12_GRPPRI_SHIFT)) & DMA_DCHPRI12_GRPPRI_MASK) |
#define | DMA_DCHPRI12_DPA_MASK (0x40U) |
#define | DMA_DCHPRI12_DPA_SHIFT (6U) |
#define | DMA_DCHPRI12_DPA(x) (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI12_DPA_SHIFT)) & DMA_DCHPRI12_DPA_MASK) |
#define | DMA_DCHPRI12_ECP_MASK (0x80U) |
#define | DMA_DCHPRI12_ECP_SHIFT (7U) |
#define | DMA_DCHPRI12_ECP(x) (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI12_ECP_SHIFT)) & DMA_DCHPRI12_ECP_MASK) |
#define | DMA_DCHPRI12_CHPRI_MASK (0xFU) |
#define | DMA_DCHPRI12_CHPRI_SHIFT (0U) |
#define | DMA_DCHPRI12_CHPRI(x) (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI12_CHPRI_SHIFT)) & DMA_DCHPRI12_CHPRI_MASK) |
#define | DMA_DCHPRI12_GRPPRI_MASK (0x30U) |
#define | DMA_DCHPRI12_GRPPRI_SHIFT (4U) |
#define | DMA_DCHPRI12_GRPPRI(x) (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI12_GRPPRI_SHIFT)) & DMA_DCHPRI12_GRPPRI_MASK) |
#define | DMA_DCHPRI12_DPA_MASK (0x40U) |
#define | DMA_DCHPRI12_DPA_SHIFT (6U) |
#define | DMA_DCHPRI12_DPA(x) (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI12_DPA_SHIFT)) & DMA_DCHPRI12_DPA_MASK) |
#define | DMA_DCHPRI12_ECP_MASK (0x80U) |
#define | DMA_DCHPRI12_ECP_SHIFT (7U) |
#define | DMA_DCHPRI12_ECP(x) (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI12_ECP_SHIFT)) & DMA_DCHPRI12_ECP_MASK) |
#define | DMA_DCHPRI12_CHPRI_MASK (0xFU) |
#define | DMA_DCHPRI12_CHPRI_SHIFT (0U) |
#define | DMA_DCHPRI12_CHPRI(x) (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI12_CHPRI_SHIFT)) & DMA_DCHPRI12_CHPRI_MASK) |
#define | DMA_DCHPRI12_GRPPRI_MASK (0x30U) |
#define | DMA_DCHPRI12_GRPPRI_SHIFT (4U) |
#define | DMA_DCHPRI12_GRPPRI(x) (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI12_GRPPRI_SHIFT)) & DMA_DCHPRI12_GRPPRI_MASK) |
#define | DMA_DCHPRI12_DPA_MASK (0x40U) |
#define | DMA_DCHPRI12_DPA_SHIFT (6U) |
#define | DMA_DCHPRI12_DPA(x) (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI12_DPA_SHIFT)) & DMA_DCHPRI12_DPA_MASK) |
#define | DMA_DCHPRI12_ECP_MASK (0x80U) |
#define | DMA_DCHPRI12_ECP_SHIFT (7U) |
#define | DMA_DCHPRI12_ECP(x) (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI12_ECP_SHIFT)) & DMA_DCHPRI12_ECP_MASK) |
SADDR - TCD Source Address | |
#define | DMA_SADDR_COUNT (16U) |
SOFF - TCD Signed Source Address Offset | |
#define | DMA_SOFF_COUNT (16U) |
ATTR - TCD Transfer Attributes | |
#define | DMA_ATTR_DSIZE_MASK (0x7U) |
#define | DMA_ATTR_DSIZE_SHIFT (0U) |
#define | DMA_ATTR_DSIZE(x) (((uint16_t)(((uint16_t)(x)) << DMA_ATTR_DSIZE_SHIFT)) & DMA_ATTR_DSIZE_MASK) |
#define | DMA_ATTR_DMOD_MASK (0xF8U) |
#define | DMA_ATTR_DMOD_SHIFT (3U) |
#define | DMA_ATTR_DMOD(x) (((uint16_t)(((uint16_t)(x)) << DMA_ATTR_DMOD_SHIFT)) & DMA_ATTR_DMOD_MASK) |
#define | DMA_ATTR_SSIZE_MASK (0x700U) |
#define | DMA_ATTR_SSIZE_SHIFT (8U) |
#define | DMA_ATTR_SSIZE(x) (((uint16_t)(((uint16_t)(x)) << DMA_ATTR_SSIZE_SHIFT)) & DMA_ATTR_SSIZE_MASK) |
#define | DMA_ATTR_SMOD_MASK (0xF800U) |
#define | DMA_ATTR_SMOD_SHIFT (11U) |
#define | DMA_ATTR_SMOD(x) (((uint16_t)(((uint16_t)(x)) << DMA_ATTR_SMOD_SHIFT)) & DMA_ATTR_SMOD_MASK) |
#define | DMA_ATTR_DSIZE_MASK 0x7u |
#define | DMA_ATTR_DSIZE_SHIFT 0 |
#define | DMA_ATTR_DSIZE(x) (((uint16_t)(((uint16_t)(x))<<DMA_ATTR_DSIZE_SHIFT))&DMA_ATTR_DSIZE_MASK) |
#define | DMA_ATTR_DMOD_MASK 0xF8u |
#define | DMA_ATTR_DMOD_SHIFT 3 |
#define | DMA_ATTR_DMOD(x) (((uint16_t)(((uint16_t)(x))<<DMA_ATTR_DMOD_SHIFT))&DMA_ATTR_DMOD_MASK) |
#define | DMA_ATTR_SSIZE_MASK 0x700u |
#define | DMA_ATTR_SSIZE_SHIFT 8 |
#define | DMA_ATTR_SSIZE(x) (((uint16_t)(((uint16_t)(x))<<DMA_ATTR_SSIZE_SHIFT))&DMA_ATTR_SSIZE_MASK) |
#define | DMA_ATTR_SMOD_MASK 0xF800u |
#define | DMA_ATTR_SMOD_SHIFT 11 |
#define | DMA_ATTR_SMOD(x) (((uint16_t)(((uint16_t)(x))<<DMA_ATTR_SMOD_SHIFT))&DMA_ATTR_SMOD_MASK) |
#define | DMA_ATTR_DSIZE_MASK (0x7U) |
#define | DMA_ATTR_DSIZE_SHIFT (0U) |
#define | DMA_ATTR_DSIZE(x) (((uint16_t)(((uint16_t)(x)) << DMA_ATTR_DSIZE_SHIFT)) & DMA_ATTR_DSIZE_MASK) |
#define | DMA_ATTR_DMOD_MASK (0xF8U) |
#define | DMA_ATTR_DMOD_SHIFT (3U) |
#define | DMA_ATTR_DMOD(x) (((uint16_t)(((uint16_t)(x)) << DMA_ATTR_DMOD_SHIFT)) & DMA_ATTR_DMOD_MASK) |
#define | DMA_ATTR_SSIZE_MASK (0x700U) |
#define | DMA_ATTR_SSIZE_SHIFT (8U) |
#define | DMA_ATTR_SSIZE(x) (((uint16_t)(((uint16_t)(x)) << DMA_ATTR_SSIZE_SHIFT)) & DMA_ATTR_SSIZE_MASK) |
#define | DMA_ATTR_SMOD_MASK (0xF800U) |
#define | DMA_ATTR_SMOD_SHIFT (11U) |
#define | DMA_ATTR_SMOD(x) (((uint16_t)(((uint16_t)(x)) << DMA_ATTR_SMOD_SHIFT)) & DMA_ATTR_SMOD_MASK) |
#define | DMA_ATTR_DSIZE_MASK (0x7U) |
#define | DMA_ATTR_DSIZE_SHIFT (0U) |
#define | DMA_ATTR_DSIZE(x) (((uint16_t)(((uint16_t)(x)) << DMA_ATTR_DSIZE_SHIFT)) & DMA_ATTR_DSIZE_MASK) |
#define | DMA_ATTR_DMOD_MASK (0xF8U) |
#define | DMA_ATTR_DMOD_SHIFT (3U) |
#define | DMA_ATTR_DMOD(x) (((uint16_t)(((uint16_t)(x)) << DMA_ATTR_DMOD_SHIFT)) & DMA_ATTR_DMOD_MASK) |
#define | DMA_ATTR_SSIZE_MASK (0x700U) |
#define | DMA_ATTR_SSIZE_SHIFT (8U) |
#define | DMA_ATTR_SSIZE(x) (((uint16_t)(((uint16_t)(x)) << DMA_ATTR_SSIZE_SHIFT)) & DMA_ATTR_SSIZE_MASK) |
#define | DMA_ATTR_SMOD_MASK (0xF800U) |
#define | DMA_ATTR_SMOD_SHIFT (11U) |
#define | DMA_ATTR_SMOD(x) (((uint16_t)(((uint16_t)(x)) << DMA_ATTR_SMOD_SHIFT)) & DMA_ATTR_SMOD_MASK) |
#define | DMA_ATTR_DSIZE_MASK (0x7U) |
#define | DMA_ATTR_DSIZE_SHIFT (0U) |
#define | DMA_ATTR_DSIZE(x) (((uint16_t)(((uint16_t)(x)) << DMA_ATTR_DSIZE_SHIFT)) & DMA_ATTR_DSIZE_MASK) |
#define | DMA_ATTR_DMOD_MASK (0xF8U) |
#define | DMA_ATTR_DMOD_SHIFT (3U) |
#define | DMA_ATTR_DMOD(x) (((uint16_t)(((uint16_t)(x)) << DMA_ATTR_DMOD_SHIFT)) & DMA_ATTR_DMOD_MASK) |
#define | DMA_ATTR_SSIZE_MASK (0x700U) |
#define | DMA_ATTR_SSIZE_SHIFT (8U) |
#define | DMA_ATTR_SSIZE(x) (((uint16_t)(((uint16_t)(x)) << DMA_ATTR_SSIZE_SHIFT)) & DMA_ATTR_SSIZE_MASK) |
#define | DMA_ATTR_SMOD_MASK (0xF800U) |
#define | DMA_ATTR_SMOD_SHIFT (11U) |
#define | DMA_ATTR_SMOD(x) (((uint16_t)(((uint16_t)(x)) << DMA_ATTR_SMOD_SHIFT)) & DMA_ATTR_SMOD_MASK) |
#define | DMA_ATTR_DSIZE_MASK (0x7U) |
#define | DMA_ATTR_DSIZE_SHIFT (0U) |
#define | DMA_ATTR_DSIZE(x) (((uint16_t)(((uint16_t)(x)) << DMA_ATTR_DSIZE_SHIFT)) & DMA_ATTR_DSIZE_MASK) |
#define | DMA_ATTR_DMOD_MASK (0xF8U) |
#define | DMA_ATTR_DMOD_SHIFT (3U) |
#define | DMA_ATTR_DMOD(x) (((uint16_t)(((uint16_t)(x)) << DMA_ATTR_DMOD_SHIFT)) & DMA_ATTR_DMOD_MASK) |
#define | DMA_ATTR_SSIZE_MASK (0x700U) |
#define | DMA_ATTR_SSIZE_SHIFT (8U) |
#define | DMA_ATTR_SSIZE(x) (((uint16_t)(((uint16_t)(x)) << DMA_ATTR_SSIZE_SHIFT)) & DMA_ATTR_SSIZE_MASK) |
#define | DMA_ATTR_SMOD_MASK (0xF800U) |
#define | DMA_ATTR_SMOD_SHIFT (11U) |
#define | DMA_ATTR_SMOD(x) (((uint16_t)(((uint16_t)(x)) << DMA_ATTR_SMOD_SHIFT)) & DMA_ATTR_SMOD_MASK) |
ATTR - TCD Transfer Attributes | |
#define | DMA_ATTR_COUNT (16U) |
NBYTES_MLNO - TCD Minor Byte Count (Minor Loop Disabled) | |
#define | DMA_NBYTES_MLNO_COUNT (16U) |
NBYTES_MLOFFNO - TCD Signed Minor Loop Offset (Minor Loop Mapping Enabled and Offset Disabled) | |
#define | DMA_NBYTES_MLOFFNO_NBYTES_MASK (0x3FFFFFFFU) |
#define | DMA_NBYTES_MLOFFNO_NBYTES_SHIFT (0U) |
#define | DMA_NBYTES_MLOFFNO_NBYTES(x) (((uint32_t)(((uint32_t)(x)) << DMA_NBYTES_MLOFFNO_NBYTES_SHIFT)) & DMA_NBYTES_MLOFFNO_NBYTES_MASK) |
#define | DMA_NBYTES_MLOFFNO_DMLOE_MASK (0x40000000U) |
#define | DMA_NBYTES_MLOFFNO_DMLOE_SHIFT (30U) |
#define | DMA_NBYTES_MLOFFNO_DMLOE(x) (((uint32_t)(((uint32_t)(x)) << DMA_NBYTES_MLOFFNO_DMLOE_SHIFT)) & DMA_NBYTES_MLOFFNO_DMLOE_MASK) |
#define | DMA_NBYTES_MLOFFNO_SMLOE_MASK (0x80000000U) |
#define | DMA_NBYTES_MLOFFNO_SMLOE_SHIFT (31U) |
#define | DMA_NBYTES_MLOFFNO_SMLOE(x) (((uint32_t)(((uint32_t)(x)) << DMA_NBYTES_MLOFFNO_SMLOE_SHIFT)) & DMA_NBYTES_MLOFFNO_SMLOE_MASK) |
#define | DMA_NBYTES_MLOFFNO_NBYTES_MASK 0x3FFFFFFFu |
#define | DMA_NBYTES_MLOFFNO_NBYTES_SHIFT 0 |
#define | DMA_NBYTES_MLOFFNO_NBYTES(x) (((uint32_t)(((uint32_t)(x))<<DMA_NBYTES_MLOFFNO_NBYTES_SHIFT))&DMA_NBYTES_MLOFFNO_NBYTES_MASK) |
#define | DMA_NBYTES_MLOFFNO_DMLOE_MASK 0x40000000u |
#define | DMA_NBYTES_MLOFFNO_DMLOE_SHIFT 30 |
#define | DMA_NBYTES_MLOFFNO_SMLOE_MASK 0x80000000u |
#define | DMA_NBYTES_MLOFFNO_SMLOE_SHIFT 31 |
#define | DMA_NBYTES_MLOFFNO_NBYTES_MASK (0x3FFFFFFFU) |
#define | DMA_NBYTES_MLOFFNO_NBYTES_SHIFT (0U) |
#define | DMA_NBYTES_MLOFFNO_NBYTES(x) (((uint32_t)(((uint32_t)(x)) << DMA_NBYTES_MLOFFNO_NBYTES_SHIFT)) & DMA_NBYTES_MLOFFNO_NBYTES_MASK) |
#define | DMA_NBYTES_MLOFFNO_DMLOE_MASK (0x40000000U) |
#define | DMA_NBYTES_MLOFFNO_DMLOE_SHIFT (30U) |
#define | DMA_NBYTES_MLOFFNO_DMLOE(x) (((uint32_t)(((uint32_t)(x)) << DMA_NBYTES_MLOFFNO_DMLOE_SHIFT)) & DMA_NBYTES_MLOFFNO_DMLOE_MASK) |
#define | DMA_NBYTES_MLOFFNO_SMLOE_MASK (0x80000000U) |
#define | DMA_NBYTES_MLOFFNO_SMLOE_SHIFT (31U) |
#define | DMA_NBYTES_MLOFFNO_SMLOE(x) (((uint32_t)(((uint32_t)(x)) << DMA_NBYTES_MLOFFNO_SMLOE_SHIFT)) & DMA_NBYTES_MLOFFNO_SMLOE_MASK) |
#define | DMA_NBYTES_MLOFFNO_NBYTES_MASK (0x3FFFFFFFU) |
#define | DMA_NBYTES_MLOFFNO_NBYTES_SHIFT (0U) |
#define | DMA_NBYTES_MLOFFNO_NBYTES(x) (((uint32_t)(((uint32_t)(x)) << DMA_NBYTES_MLOFFNO_NBYTES_SHIFT)) & DMA_NBYTES_MLOFFNO_NBYTES_MASK) |
#define | DMA_NBYTES_MLOFFNO_DMLOE_MASK (0x40000000U) |
#define | DMA_NBYTES_MLOFFNO_DMLOE_SHIFT (30U) |
#define | DMA_NBYTES_MLOFFNO_DMLOE(x) (((uint32_t)(((uint32_t)(x)) << DMA_NBYTES_MLOFFNO_DMLOE_SHIFT)) & DMA_NBYTES_MLOFFNO_DMLOE_MASK) |
#define | DMA_NBYTES_MLOFFNO_SMLOE_MASK (0x80000000U) |
#define | DMA_NBYTES_MLOFFNO_SMLOE_SHIFT (31U) |
#define | DMA_NBYTES_MLOFFNO_SMLOE(x) (((uint32_t)(((uint32_t)(x)) << DMA_NBYTES_MLOFFNO_SMLOE_SHIFT)) & DMA_NBYTES_MLOFFNO_SMLOE_MASK) |
#define | DMA_NBYTES_MLOFFNO_NBYTES_MASK (0x3FFFFFFFU) |
#define | DMA_NBYTES_MLOFFNO_NBYTES_SHIFT (0U) |
#define | DMA_NBYTES_MLOFFNO_NBYTES(x) (((uint32_t)(((uint32_t)(x)) << DMA_NBYTES_MLOFFNO_NBYTES_SHIFT)) & DMA_NBYTES_MLOFFNO_NBYTES_MASK) |
#define | DMA_NBYTES_MLOFFNO_DMLOE_MASK (0x40000000U) |
#define | DMA_NBYTES_MLOFFNO_DMLOE_SHIFT (30U) |
#define | DMA_NBYTES_MLOFFNO_DMLOE(x) (((uint32_t)(((uint32_t)(x)) << DMA_NBYTES_MLOFFNO_DMLOE_SHIFT)) & DMA_NBYTES_MLOFFNO_DMLOE_MASK) |
#define | DMA_NBYTES_MLOFFNO_SMLOE_MASK (0x80000000U) |
#define | DMA_NBYTES_MLOFFNO_SMLOE_SHIFT (31U) |
#define | DMA_NBYTES_MLOFFNO_SMLOE(x) (((uint32_t)(((uint32_t)(x)) << DMA_NBYTES_MLOFFNO_SMLOE_SHIFT)) & DMA_NBYTES_MLOFFNO_SMLOE_MASK) |
#define | DMA_NBYTES_MLOFFNO_NBYTES_MASK (0x3FFFFFFFU) |
#define | DMA_NBYTES_MLOFFNO_NBYTES_SHIFT (0U) |
#define | DMA_NBYTES_MLOFFNO_NBYTES(x) (((uint32_t)(((uint32_t)(x)) << DMA_NBYTES_MLOFFNO_NBYTES_SHIFT)) & DMA_NBYTES_MLOFFNO_NBYTES_MASK) |
#define | DMA_NBYTES_MLOFFNO_DMLOE_MASK (0x40000000U) |
#define | DMA_NBYTES_MLOFFNO_DMLOE_SHIFT (30U) |
#define | DMA_NBYTES_MLOFFNO_DMLOE(x) (((uint32_t)(((uint32_t)(x)) << DMA_NBYTES_MLOFFNO_DMLOE_SHIFT)) & DMA_NBYTES_MLOFFNO_DMLOE_MASK) |
#define | DMA_NBYTES_MLOFFNO_SMLOE_MASK (0x80000000U) |
#define | DMA_NBYTES_MLOFFNO_SMLOE_SHIFT (31U) |
#define | DMA_NBYTES_MLOFFNO_SMLOE(x) (((uint32_t)(((uint32_t)(x)) << DMA_NBYTES_MLOFFNO_SMLOE_SHIFT)) & DMA_NBYTES_MLOFFNO_SMLOE_MASK) |
NBYTES_MLOFFNO - TCD Signed Minor Loop Offset (Minor Loop Enabled and Offset Disabled) | |
#define | DMA_NBYTES_MLOFFNO_COUNT (16U) |
NBYTES_MLOFFYES - TCD Signed Minor Loop Offset (Minor Loop Mapping and Offset Enabled) | |
#define | DMA_NBYTES_MLOFFYES_NBYTES_MASK (0x3FFU) |
#define | DMA_NBYTES_MLOFFYES_NBYTES_SHIFT (0U) |
#define | DMA_NBYTES_MLOFFYES_NBYTES(x) (((uint32_t)(((uint32_t)(x)) << DMA_NBYTES_MLOFFYES_NBYTES_SHIFT)) & DMA_NBYTES_MLOFFYES_NBYTES_MASK) |
#define | DMA_NBYTES_MLOFFYES_MLOFF_MASK (0x3FFFFC00U) |
#define | DMA_NBYTES_MLOFFYES_MLOFF_SHIFT (10U) |
#define | DMA_NBYTES_MLOFFYES_MLOFF(x) (((uint32_t)(((uint32_t)(x)) << DMA_NBYTES_MLOFFYES_MLOFF_SHIFT)) & DMA_NBYTES_MLOFFYES_MLOFF_MASK) |
#define | DMA_NBYTES_MLOFFYES_DMLOE_MASK (0x40000000U) |
#define | DMA_NBYTES_MLOFFYES_DMLOE_SHIFT (30U) |
#define | DMA_NBYTES_MLOFFYES_DMLOE(x) (((uint32_t)(((uint32_t)(x)) << DMA_NBYTES_MLOFFYES_DMLOE_SHIFT)) & DMA_NBYTES_MLOFFYES_DMLOE_MASK) |
#define | DMA_NBYTES_MLOFFYES_SMLOE_MASK (0x80000000U) |
#define | DMA_NBYTES_MLOFFYES_SMLOE_SHIFT (31U) |
#define | DMA_NBYTES_MLOFFYES_SMLOE(x) (((uint32_t)(((uint32_t)(x)) << DMA_NBYTES_MLOFFYES_SMLOE_SHIFT)) & DMA_NBYTES_MLOFFYES_SMLOE_MASK) |
#define | DMA_NBYTES_MLOFFYES_NBYTES_MASK 0x3FFu |
#define | DMA_NBYTES_MLOFFYES_NBYTES_SHIFT 0 |
#define | DMA_NBYTES_MLOFFYES_NBYTES(x) (((uint32_t)(((uint32_t)(x))<<DMA_NBYTES_MLOFFYES_NBYTES_SHIFT))&DMA_NBYTES_MLOFFYES_NBYTES_MASK) |
#define | DMA_NBYTES_MLOFFYES_MLOFF_MASK 0x3FFFFC00u |
#define | DMA_NBYTES_MLOFFYES_MLOFF_SHIFT 10 |
#define | DMA_NBYTES_MLOFFYES_MLOFF(x) (((uint32_t)(((uint32_t)(x))<<DMA_NBYTES_MLOFFYES_MLOFF_SHIFT))&DMA_NBYTES_MLOFFYES_MLOFF_MASK) |
#define | DMA_NBYTES_MLOFFYES_DMLOE_MASK 0x40000000u |
#define | DMA_NBYTES_MLOFFYES_DMLOE_SHIFT 30 |
#define | DMA_NBYTES_MLOFFYES_SMLOE_MASK 0x80000000u |
#define | DMA_NBYTES_MLOFFYES_SMLOE_SHIFT 31 |
#define | DMA_NBYTES_MLOFFYES_NBYTES_MASK (0x3FFU) |
#define | DMA_NBYTES_MLOFFYES_NBYTES_SHIFT (0U) |
#define | DMA_NBYTES_MLOFFYES_NBYTES(x) (((uint32_t)(((uint32_t)(x)) << DMA_NBYTES_MLOFFYES_NBYTES_SHIFT)) & DMA_NBYTES_MLOFFYES_NBYTES_MASK) |
#define | DMA_NBYTES_MLOFFYES_MLOFF_MASK (0x3FFFFC00U) |
#define | DMA_NBYTES_MLOFFYES_MLOFF_SHIFT (10U) |
#define | DMA_NBYTES_MLOFFYES_MLOFF(x) (((uint32_t)(((uint32_t)(x)) << DMA_NBYTES_MLOFFYES_MLOFF_SHIFT)) & DMA_NBYTES_MLOFFYES_MLOFF_MASK) |
#define | DMA_NBYTES_MLOFFYES_DMLOE_MASK (0x40000000U) |
#define | DMA_NBYTES_MLOFFYES_DMLOE_SHIFT (30U) |
#define | DMA_NBYTES_MLOFFYES_DMLOE(x) (((uint32_t)(((uint32_t)(x)) << DMA_NBYTES_MLOFFYES_DMLOE_SHIFT)) & DMA_NBYTES_MLOFFYES_DMLOE_MASK) |
#define | DMA_NBYTES_MLOFFYES_SMLOE_MASK (0x80000000U) |
#define | DMA_NBYTES_MLOFFYES_SMLOE_SHIFT (31U) |
#define | DMA_NBYTES_MLOFFYES_SMLOE(x) (((uint32_t)(((uint32_t)(x)) << DMA_NBYTES_MLOFFYES_SMLOE_SHIFT)) & DMA_NBYTES_MLOFFYES_SMLOE_MASK) |
#define | DMA_NBYTES_MLOFFYES_NBYTES_MASK (0x3FFU) |
#define | DMA_NBYTES_MLOFFYES_NBYTES_SHIFT (0U) |
#define | DMA_NBYTES_MLOFFYES_NBYTES(x) (((uint32_t)(((uint32_t)(x)) << DMA_NBYTES_MLOFFYES_NBYTES_SHIFT)) & DMA_NBYTES_MLOFFYES_NBYTES_MASK) |
#define | DMA_NBYTES_MLOFFYES_MLOFF_MASK (0x3FFFFC00U) |
#define | DMA_NBYTES_MLOFFYES_MLOFF_SHIFT (10U) |
#define | DMA_NBYTES_MLOFFYES_MLOFF(x) (((uint32_t)(((uint32_t)(x)) << DMA_NBYTES_MLOFFYES_MLOFF_SHIFT)) & DMA_NBYTES_MLOFFYES_MLOFF_MASK) |
#define | DMA_NBYTES_MLOFFYES_DMLOE_MASK (0x40000000U) |
#define | DMA_NBYTES_MLOFFYES_DMLOE_SHIFT (30U) |
#define | DMA_NBYTES_MLOFFYES_DMLOE(x) (((uint32_t)(((uint32_t)(x)) << DMA_NBYTES_MLOFFYES_DMLOE_SHIFT)) & DMA_NBYTES_MLOFFYES_DMLOE_MASK) |
#define | DMA_NBYTES_MLOFFYES_SMLOE_MASK (0x80000000U) |
#define | DMA_NBYTES_MLOFFYES_SMLOE_SHIFT (31U) |
#define | DMA_NBYTES_MLOFFYES_SMLOE(x) (((uint32_t)(((uint32_t)(x)) << DMA_NBYTES_MLOFFYES_SMLOE_SHIFT)) & DMA_NBYTES_MLOFFYES_SMLOE_MASK) |
#define | DMA_NBYTES_MLOFFYES_NBYTES_MASK (0x3FFU) |
#define | DMA_NBYTES_MLOFFYES_NBYTES_SHIFT (0U) |
#define | DMA_NBYTES_MLOFFYES_NBYTES(x) (((uint32_t)(((uint32_t)(x)) << DMA_NBYTES_MLOFFYES_NBYTES_SHIFT)) & DMA_NBYTES_MLOFFYES_NBYTES_MASK) |
#define | DMA_NBYTES_MLOFFYES_MLOFF_MASK (0x3FFFFC00U) |
#define | DMA_NBYTES_MLOFFYES_MLOFF_SHIFT (10U) |
#define | DMA_NBYTES_MLOFFYES_MLOFF(x) (((uint32_t)(((uint32_t)(x)) << DMA_NBYTES_MLOFFYES_MLOFF_SHIFT)) & DMA_NBYTES_MLOFFYES_MLOFF_MASK) |
#define | DMA_NBYTES_MLOFFYES_DMLOE_MASK (0x40000000U) |
#define | DMA_NBYTES_MLOFFYES_DMLOE_SHIFT (30U) |
#define | DMA_NBYTES_MLOFFYES_DMLOE(x) (((uint32_t)(((uint32_t)(x)) << DMA_NBYTES_MLOFFYES_DMLOE_SHIFT)) & DMA_NBYTES_MLOFFYES_DMLOE_MASK) |
#define | DMA_NBYTES_MLOFFYES_SMLOE_MASK (0x80000000U) |
#define | DMA_NBYTES_MLOFFYES_SMLOE_SHIFT (31U) |
#define | DMA_NBYTES_MLOFFYES_SMLOE(x) (((uint32_t)(((uint32_t)(x)) << DMA_NBYTES_MLOFFYES_SMLOE_SHIFT)) & DMA_NBYTES_MLOFFYES_SMLOE_MASK) |
#define | DMA_NBYTES_MLOFFYES_NBYTES_MASK (0x3FFU) |
#define | DMA_NBYTES_MLOFFYES_NBYTES_SHIFT (0U) |
#define | DMA_NBYTES_MLOFFYES_NBYTES(x) (((uint32_t)(((uint32_t)(x)) << DMA_NBYTES_MLOFFYES_NBYTES_SHIFT)) & DMA_NBYTES_MLOFFYES_NBYTES_MASK) |
#define | DMA_NBYTES_MLOFFYES_MLOFF_MASK (0x3FFFFC00U) |
#define | DMA_NBYTES_MLOFFYES_MLOFF_SHIFT (10U) |
#define | DMA_NBYTES_MLOFFYES_MLOFF(x) (((uint32_t)(((uint32_t)(x)) << DMA_NBYTES_MLOFFYES_MLOFF_SHIFT)) & DMA_NBYTES_MLOFFYES_MLOFF_MASK) |
#define | DMA_NBYTES_MLOFFYES_DMLOE_MASK (0x40000000U) |
#define | DMA_NBYTES_MLOFFYES_DMLOE_SHIFT (30U) |
#define | DMA_NBYTES_MLOFFYES_DMLOE(x) (((uint32_t)(((uint32_t)(x)) << DMA_NBYTES_MLOFFYES_DMLOE_SHIFT)) & DMA_NBYTES_MLOFFYES_DMLOE_MASK) |
#define | DMA_NBYTES_MLOFFYES_SMLOE_MASK (0x80000000U) |
#define | DMA_NBYTES_MLOFFYES_SMLOE_SHIFT (31U) |
#define | DMA_NBYTES_MLOFFYES_SMLOE(x) (((uint32_t)(((uint32_t)(x)) << DMA_NBYTES_MLOFFYES_SMLOE_SHIFT)) & DMA_NBYTES_MLOFFYES_SMLOE_MASK) |
NBYTES_MLOFFYES - TCD Signed Minor Loop Offset (Minor Loop and Offset Enabled) | |
#define | DMA_NBYTES_MLOFFYES_COUNT (16U) |
SLAST - TCD Last Source Address Adjustment | |
#define | DMA_SLAST_COUNT (16U) |
DADDR - TCD Destination Address | |
#define | DMA_DADDR_COUNT (16U) |
DOFF - TCD Signed Destination Address Offset | |
#define | DMA_DOFF_COUNT (16U) |
CITER_ELINKNO - TCD Current Minor Loop Link, Major Loop Count (Channel Linking Disabled) | |
#define | DMA_CITER_ELINKNO_CITER_MASK (0x7FFFU) |
#define | DMA_CITER_ELINKNO_CITER_SHIFT (0U) |
#define | DMA_CITER_ELINKNO_CITER(x) (((uint16_t)(((uint16_t)(x)) << DMA_CITER_ELINKNO_CITER_SHIFT)) & DMA_CITER_ELINKNO_CITER_MASK) |
#define | DMA_CITER_ELINKNO_ELINK_MASK (0x8000U) |
#define | DMA_CITER_ELINKNO_ELINK_SHIFT (15U) |
#define | DMA_CITER_ELINKNO_ELINK(x) (((uint16_t)(((uint16_t)(x)) << DMA_CITER_ELINKNO_ELINK_SHIFT)) & DMA_CITER_ELINKNO_ELINK_MASK) |
#define | DMA_CITER_ELINKNO_CITER_MASK 0x7FFFu |
#define | DMA_CITER_ELINKNO_CITER_SHIFT 0 |
#define | DMA_CITER_ELINKNO_CITER(x) (((uint16_t)(((uint16_t)(x))<<DMA_CITER_ELINKNO_CITER_SHIFT))&DMA_CITER_ELINKNO_CITER_MASK) |
#define | DMA_CITER_ELINKNO_ELINK_MASK 0x8000u |
#define | DMA_CITER_ELINKNO_ELINK_SHIFT 15 |
#define | DMA_CITER_ELINKNO_CITER_MASK (0x7FFFU) |
#define | DMA_CITER_ELINKNO_CITER_SHIFT (0U) |
#define | DMA_CITER_ELINKNO_CITER(x) (((uint16_t)(((uint16_t)(x)) << DMA_CITER_ELINKNO_CITER_SHIFT)) & DMA_CITER_ELINKNO_CITER_MASK) |
#define | DMA_CITER_ELINKNO_ELINK_MASK (0x8000U) |
#define | DMA_CITER_ELINKNO_ELINK_SHIFT (15U) |
#define | DMA_CITER_ELINKNO_ELINK(x) (((uint16_t)(((uint16_t)(x)) << DMA_CITER_ELINKNO_ELINK_SHIFT)) & DMA_CITER_ELINKNO_ELINK_MASK) |
#define | DMA_CITER_ELINKNO_CITER_MASK (0x7FFFU) |
#define | DMA_CITER_ELINKNO_CITER_SHIFT (0U) |
#define | DMA_CITER_ELINKNO_CITER(x) (((uint16_t)(((uint16_t)(x)) << DMA_CITER_ELINKNO_CITER_SHIFT)) & DMA_CITER_ELINKNO_CITER_MASK) |
#define | DMA_CITER_ELINKNO_ELINK_MASK (0x8000U) |
#define | DMA_CITER_ELINKNO_ELINK_SHIFT (15U) |
#define | DMA_CITER_ELINKNO_ELINK(x) (((uint16_t)(((uint16_t)(x)) << DMA_CITER_ELINKNO_ELINK_SHIFT)) & DMA_CITER_ELINKNO_ELINK_MASK) |
#define | DMA_CITER_ELINKNO_CITER_MASK (0x7FFFU) |
#define | DMA_CITER_ELINKNO_CITER_SHIFT (0U) |
#define | DMA_CITER_ELINKNO_CITER(x) (((uint16_t)(((uint16_t)(x)) << DMA_CITER_ELINKNO_CITER_SHIFT)) & DMA_CITER_ELINKNO_CITER_MASK) |
#define | DMA_CITER_ELINKNO_ELINK_MASK (0x8000U) |
#define | DMA_CITER_ELINKNO_ELINK_SHIFT (15U) |
#define | DMA_CITER_ELINKNO_ELINK(x) (((uint16_t)(((uint16_t)(x)) << DMA_CITER_ELINKNO_ELINK_SHIFT)) & DMA_CITER_ELINKNO_ELINK_MASK) |
#define | DMA_CITER_ELINKNO_CITER_MASK (0x7FFFU) |
#define | DMA_CITER_ELINKNO_CITER_SHIFT (0U) |
#define | DMA_CITER_ELINKNO_CITER(x) (((uint16_t)(((uint16_t)(x)) << DMA_CITER_ELINKNO_CITER_SHIFT)) & DMA_CITER_ELINKNO_CITER_MASK) |
#define | DMA_CITER_ELINKNO_ELINK_MASK (0x8000U) |
#define | DMA_CITER_ELINKNO_ELINK_SHIFT (15U) |
#define | DMA_CITER_ELINKNO_ELINK(x) (((uint16_t)(((uint16_t)(x)) << DMA_CITER_ELINKNO_ELINK_SHIFT)) & DMA_CITER_ELINKNO_ELINK_MASK) |
CITER_ELINKNO - TCD Current Minor Loop Link, Major Loop Count (Channel Linking Disabled) | |
#define | DMA_CITER_ELINKNO_COUNT (16U) |
CITER_ELINKYES - TCD Current Minor Loop Link, Major Loop Count (Channel Linking Enabled) | |
#define | DMA_CITER_ELINKYES_CITER_MASK (0x1FFU) |
#define | DMA_CITER_ELINKYES_CITER_SHIFT (0U) |
#define | DMA_CITER_ELINKYES_CITER(x) (((uint16_t)(((uint16_t)(x)) << DMA_CITER_ELINKYES_CITER_SHIFT)) & DMA_CITER_ELINKYES_CITER_MASK) |
#define | DMA_CITER_ELINKYES_LINKCH_MASK (0x1E00U) |
#define | DMA_CITER_ELINKYES_LINKCH_SHIFT (9U) |
#define | DMA_CITER_ELINKYES_LINKCH(x) (((uint16_t)(((uint16_t)(x)) << DMA_CITER_ELINKYES_LINKCH_SHIFT)) & DMA_CITER_ELINKYES_LINKCH_MASK) |
#define | DMA_CITER_ELINKYES_ELINK_MASK (0x8000U) |
#define | DMA_CITER_ELINKYES_ELINK_SHIFT (15U) |
#define | DMA_CITER_ELINKYES_ELINK(x) (((uint16_t)(((uint16_t)(x)) << DMA_CITER_ELINKYES_ELINK_SHIFT)) & DMA_CITER_ELINKYES_ELINK_MASK) |
#define | DMA_CITER_ELINKYES_CITER_MASK 0x1FFu |
#define | DMA_CITER_ELINKYES_CITER_SHIFT 0 |
#define | DMA_CITER_ELINKYES_CITER(x) (((uint16_t)(((uint16_t)(x))<<DMA_CITER_ELINKYES_CITER_SHIFT))&DMA_CITER_ELINKYES_CITER_MASK) |
#define | DMA_CITER_ELINKYES_LINKCH_MASK 0x1E00u |
#define | DMA_CITER_ELINKYES_LINKCH_SHIFT 9 |
#define | DMA_CITER_ELINKYES_LINKCH(x) (((uint16_t)(((uint16_t)(x))<<DMA_CITER_ELINKYES_LINKCH_SHIFT))&DMA_CITER_ELINKYES_LINKCH_MASK) |
#define | DMA_CITER_ELINKYES_ELINK_MASK 0x8000u |
#define | DMA_CITER_ELINKYES_ELINK_SHIFT 15 |
#define | DMA_CITER_ELINKYES_CITER_MASK (0x1FFU) |
#define | DMA_CITER_ELINKYES_CITER_SHIFT (0U) |
#define | DMA_CITER_ELINKYES_CITER(x) (((uint16_t)(((uint16_t)(x)) << DMA_CITER_ELINKYES_CITER_SHIFT)) & DMA_CITER_ELINKYES_CITER_MASK) |
#define | DMA_CITER_ELINKYES_LINKCH_MASK (0x1E00U) |
#define | DMA_CITER_ELINKYES_LINKCH_SHIFT (9U) |
#define | DMA_CITER_ELINKYES_LINKCH(x) (((uint16_t)(((uint16_t)(x)) << DMA_CITER_ELINKYES_LINKCH_SHIFT)) & DMA_CITER_ELINKYES_LINKCH_MASK) |
#define | DMA_CITER_ELINKYES_ELINK_MASK (0x8000U) |
#define | DMA_CITER_ELINKYES_ELINK_SHIFT (15U) |
#define | DMA_CITER_ELINKYES_ELINK(x) (((uint16_t)(((uint16_t)(x)) << DMA_CITER_ELINKYES_ELINK_SHIFT)) & DMA_CITER_ELINKYES_ELINK_MASK) |
#define | DMA_CITER_ELINKYES_CITER_MASK (0x1FFU) |
#define | DMA_CITER_ELINKYES_CITER_SHIFT (0U) |
#define | DMA_CITER_ELINKYES_CITER(x) (((uint16_t)(((uint16_t)(x)) << DMA_CITER_ELINKYES_CITER_SHIFT)) & DMA_CITER_ELINKYES_CITER_MASK) |
#define | DMA_CITER_ELINKYES_LINKCH_MASK (0x3E00U) |
#define | DMA_CITER_ELINKYES_LINKCH_SHIFT (9U) |
#define | DMA_CITER_ELINKYES_LINKCH(x) (((uint16_t)(((uint16_t)(x)) << DMA_CITER_ELINKYES_LINKCH_SHIFT)) & DMA_CITER_ELINKYES_LINKCH_MASK) |
#define | DMA_CITER_ELINKYES_ELINK_MASK (0x8000U) |
#define | DMA_CITER_ELINKYES_ELINK_SHIFT (15U) |
#define | DMA_CITER_ELINKYES_ELINK(x) (((uint16_t)(((uint16_t)(x)) << DMA_CITER_ELINKYES_ELINK_SHIFT)) & DMA_CITER_ELINKYES_ELINK_MASK) |
#define | DMA_CITER_ELINKYES_CITER_MASK (0x1FFU) |
#define | DMA_CITER_ELINKYES_CITER_SHIFT (0U) |
#define | DMA_CITER_ELINKYES_CITER(x) (((uint16_t)(((uint16_t)(x)) << DMA_CITER_ELINKYES_CITER_SHIFT)) & DMA_CITER_ELINKYES_CITER_MASK) |
#define | DMA_CITER_ELINKYES_LINKCH_MASK (0x3E00U) |
#define | DMA_CITER_ELINKYES_LINKCH_SHIFT (9U) |
#define | DMA_CITER_ELINKYES_LINKCH(x) (((uint16_t)(((uint16_t)(x)) << DMA_CITER_ELINKYES_LINKCH_SHIFT)) & DMA_CITER_ELINKYES_LINKCH_MASK) |
#define | DMA_CITER_ELINKYES_ELINK_MASK (0x8000U) |
#define | DMA_CITER_ELINKYES_ELINK_SHIFT (15U) |
#define | DMA_CITER_ELINKYES_ELINK(x) (((uint16_t)(((uint16_t)(x)) << DMA_CITER_ELINKYES_ELINK_SHIFT)) & DMA_CITER_ELINKYES_ELINK_MASK) |
#define | DMA_CITER_ELINKYES_CITER_MASK (0x1FFU) |
#define | DMA_CITER_ELINKYES_CITER_SHIFT (0U) |
#define | DMA_CITER_ELINKYES_CITER(x) (((uint16_t)(((uint16_t)(x)) << DMA_CITER_ELINKYES_CITER_SHIFT)) & DMA_CITER_ELINKYES_CITER_MASK) |
#define | DMA_CITER_ELINKYES_LINKCH_MASK (0x3E00U) |
#define | DMA_CITER_ELINKYES_LINKCH_SHIFT (9U) |
#define | DMA_CITER_ELINKYES_LINKCH(x) (((uint16_t)(((uint16_t)(x)) << DMA_CITER_ELINKYES_LINKCH_SHIFT)) & DMA_CITER_ELINKYES_LINKCH_MASK) |
#define | DMA_CITER_ELINKYES_ELINK_MASK (0x8000U) |
#define | DMA_CITER_ELINKYES_ELINK_SHIFT (15U) |
#define | DMA_CITER_ELINKYES_ELINK(x) (((uint16_t)(((uint16_t)(x)) << DMA_CITER_ELINKYES_ELINK_SHIFT)) & DMA_CITER_ELINKYES_ELINK_MASK) |
CITER_ELINKYES - TCD Current Minor Loop Link, Major Loop Count (Channel Linking Enabled) | |
#define | DMA_CITER_ELINKYES_COUNT (16U) |
DLAST_SGA - TCD Last Destination Address Adjustment/Scatter Gather Address | |
#define | DMA_DLAST_SGA_COUNT (16U) |
CSR - TCD Control and Status | |
#define | DMA_CSR_START_MASK (0x1U) |
#define | DMA_CSR_START_SHIFT (0U) |
#define | DMA_CSR_START(x) (((uint16_t)(((uint16_t)(x)) << DMA_CSR_START_SHIFT)) & DMA_CSR_START_MASK) |
#define | DMA_CSR_INTMAJOR_MASK (0x2U) |
#define | DMA_CSR_INTMAJOR_SHIFT (1U) |
#define | DMA_CSR_INTMAJOR(x) (((uint16_t)(((uint16_t)(x)) << DMA_CSR_INTMAJOR_SHIFT)) & DMA_CSR_INTMAJOR_MASK) |
#define | DMA_CSR_INTHALF_MASK (0x4U) |
#define | DMA_CSR_INTHALF_SHIFT (2U) |
#define | DMA_CSR_INTHALF(x) (((uint16_t)(((uint16_t)(x)) << DMA_CSR_INTHALF_SHIFT)) & DMA_CSR_INTHALF_MASK) |
#define | DMA_CSR_DREQ_MASK (0x8U) |
#define | DMA_CSR_DREQ_SHIFT (3U) |
#define | DMA_CSR_DREQ(x) (((uint16_t)(((uint16_t)(x)) << DMA_CSR_DREQ_SHIFT)) & DMA_CSR_DREQ_MASK) |
#define | DMA_CSR_ESG_MASK (0x10U) |
#define | DMA_CSR_ESG_SHIFT (4U) |
#define | DMA_CSR_ESG(x) (((uint16_t)(((uint16_t)(x)) << DMA_CSR_ESG_SHIFT)) & DMA_CSR_ESG_MASK) |
#define | DMA_CSR_MAJORELINK_MASK (0x20U) |
#define | DMA_CSR_MAJORELINK_SHIFT (5U) |
#define | DMA_CSR_MAJORELINK(x) (((uint16_t)(((uint16_t)(x)) << DMA_CSR_MAJORELINK_SHIFT)) & DMA_CSR_MAJORELINK_MASK) |
#define | DMA_CSR_ACTIVE_MASK (0x40U) |
#define | DMA_CSR_ACTIVE_SHIFT (6U) |
#define | DMA_CSR_ACTIVE(x) (((uint16_t)(((uint16_t)(x)) << DMA_CSR_ACTIVE_SHIFT)) & DMA_CSR_ACTIVE_MASK) |
#define | DMA_CSR_DONE_MASK (0x80U) |
#define | DMA_CSR_DONE_SHIFT (7U) |
#define | DMA_CSR_DONE(x) (((uint16_t)(((uint16_t)(x)) << DMA_CSR_DONE_SHIFT)) & DMA_CSR_DONE_MASK) |
#define | DMA_CSR_MAJORLINKCH_MASK (0xF00U) |
#define | DMA_CSR_MAJORLINKCH_SHIFT (8U) |
#define | DMA_CSR_MAJORLINKCH(x) (((uint16_t)(((uint16_t)(x)) << DMA_CSR_MAJORLINKCH_SHIFT)) & DMA_CSR_MAJORLINKCH_MASK) |
#define | DMA_CSR_BWC_MASK (0xC000U) |
#define | DMA_CSR_BWC_SHIFT (14U) |
#define | DMA_CSR_BWC(x) (((uint16_t)(((uint16_t)(x)) << DMA_CSR_BWC_SHIFT)) & DMA_CSR_BWC_MASK) |
#define | DMA_CSR_START_MASK 0x1u |
#define | DMA_CSR_START_SHIFT 0 |
#define | DMA_CSR_INTMAJOR_MASK 0x2u |
#define | DMA_CSR_INTMAJOR_SHIFT 1 |
#define | DMA_CSR_INTHALF_MASK 0x4u |
#define | DMA_CSR_INTHALF_SHIFT 2 |
#define | DMA_CSR_DREQ_MASK 0x8u |
#define | DMA_CSR_DREQ_SHIFT 3 |
#define | DMA_CSR_ESG_MASK 0x10u |
#define | DMA_CSR_ESG_SHIFT 4 |
#define | DMA_CSR_MAJORELINK_MASK 0x20u |
#define | DMA_CSR_MAJORELINK_SHIFT 5 |
#define | DMA_CSR_ACTIVE_MASK 0x40u |
#define | DMA_CSR_ACTIVE_SHIFT 6 |
#define | DMA_CSR_DONE_MASK 0x80u |
#define | DMA_CSR_DONE_SHIFT 7 |
#define | DMA_CSR_MAJORLINKCH_MASK 0xF00u |
#define | DMA_CSR_MAJORLINKCH_SHIFT 8 |
#define | DMA_CSR_MAJORLINKCH(x) (((uint16_t)(((uint16_t)(x))<<DMA_CSR_MAJORLINKCH_SHIFT))&DMA_CSR_MAJORLINKCH_MASK) |
#define | DMA_CSR_BWC_MASK 0xC000u |
#define | DMA_CSR_BWC_SHIFT 14 |
#define | DMA_CSR_BWC(x) (((uint16_t)(((uint16_t)(x))<<DMA_CSR_BWC_SHIFT))&DMA_CSR_BWC_MASK) |
#define | DMA_CSR_START_MASK (0x1U) |
#define | DMA_CSR_START_SHIFT (0U) |
#define | DMA_CSR_START(x) (((uint16_t)(((uint16_t)(x)) << DMA_CSR_START_SHIFT)) & DMA_CSR_START_MASK) |
#define | DMA_CSR_INTMAJOR_MASK (0x2U) |
#define | DMA_CSR_INTMAJOR_SHIFT (1U) |
#define | DMA_CSR_INTMAJOR(x) (((uint16_t)(((uint16_t)(x)) << DMA_CSR_INTMAJOR_SHIFT)) & DMA_CSR_INTMAJOR_MASK) |
#define | DMA_CSR_INTHALF_MASK (0x4U) |
#define | DMA_CSR_INTHALF_SHIFT (2U) |
#define | DMA_CSR_INTHALF(x) (((uint16_t)(((uint16_t)(x)) << DMA_CSR_INTHALF_SHIFT)) & DMA_CSR_INTHALF_MASK) |
#define | DMA_CSR_DREQ_MASK (0x8U) |
#define | DMA_CSR_DREQ_SHIFT (3U) |
#define | DMA_CSR_DREQ(x) (((uint16_t)(((uint16_t)(x)) << DMA_CSR_DREQ_SHIFT)) & DMA_CSR_DREQ_MASK) |
#define | DMA_CSR_ESG_MASK (0x10U) |
#define | DMA_CSR_ESG_SHIFT (4U) |
#define | DMA_CSR_ESG(x) (((uint16_t)(((uint16_t)(x)) << DMA_CSR_ESG_SHIFT)) & DMA_CSR_ESG_MASK) |
#define | DMA_CSR_MAJORELINK_MASK (0x20U) |
#define | DMA_CSR_MAJORELINK_SHIFT (5U) |
#define | DMA_CSR_MAJORELINK(x) (((uint16_t)(((uint16_t)(x)) << DMA_CSR_MAJORELINK_SHIFT)) & DMA_CSR_MAJORELINK_MASK) |
#define | DMA_CSR_ACTIVE_MASK (0x40U) |
#define | DMA_CSR_ACTIVE_SHIFT (6U) |
#define | DMA_CSR_ACTIVE(x) (((uint16_t)(((uint16_t)(x)) << DMA_CSR_ACTIVE_SHIFT)) & DMA_CSR_ACTIVE_MASK) |
#define | DMA_CSR_DONE_MASK (0x80U) |
#define | DMA_CSR_DONE_SHIFT (7U) |
#define | DMA_CSR_DONE(x) (((uint16_t)(((uint16_t)(x)) << DMA_CSR_DONE_SHIFT)) & DMA_CSR_DONE_MASK) |
#define | DMA_CSR_MAJORLINKCH_MASK (0xF00U) |
#define | DMA_CSR_MAJORLINKCH_SHIFT (8U) |
#define | DMA_CSR_MAJORLINKCH(x) (((uint16_t)(((uint16_t)(x)) << DMA_CSR_MAJORLINKCH_SHIFT)) & DMA_CSR_MAJORLINKCH_MASK) |
#define | DMA_CSR_BWC_MASK (0xC000U) |
#define | DMA_CSR_BWC_SHIFT (14U) |
#define | DMA_CSR_BWC(x) (((uint16_t)(((uint16_t)(x)) << DMA_CSR_BWC_SHIFT)) & DMA_CSR_BWC_MASK) |
#define | DMA_CSR_START_MASK (0x1U) |
#define | DMA_CSR_START_SHIFT (0U) |
#define | DMA_CSR_START(x) (((uint16_t)(((uint16_t)(x)) << DMA_CSR_START_SHIFT)) & DMA_CSR_START_MASK) |
#define | DMA_CSR_INTMAJOR_MASK (0x2U) |
#define | DMA_CSR_INTMAJOR_SHIFT (1U) |
#define | DMA_CSR_INTMAJOR(x) (((uint16_t)(((uint16_t)(x)) << DMA_CSR_INTMAJOR_SHIFT)) & DMA_CSR_INTMAJOR_MASK) |
#define | DMA_CSR_INTHALF_MASK (0x4U) |
#define | DMA_CSR_INTHALF_SHIFT (2U) |
#define | DMA_CSR_INTHALF(x) (((uint16_t)(((uint16_t)(x)) << DMA_CSR_INTHALF_SHIFT)) & DMA_CSR_INTHALF_MASK) |
#define | DMA_CSR_DREQ_MASK (0x8U) |
#define | DMA_CSR_DREQ_SHIFT (3U) |
#define | DMA_CSR_DREQ(x) (((uint16_t)(((uint16_t)(x)) << DMA_CSR_DREQ_SHIFT)) & DMA_CSR_DREQ_MASK) |
#define | DMA_CSR_ESG_MASK (0x10U) |
#define | DMA_CSR_ESG_SHIFT (4U) |
#define | DMA_CSR_ESG(x) (((uint16_t)(((uint16_t)(x)) << DMA_CSR_ESG_SHIFT)) & DMA_CSR_ESG_MASK) |
#define | DMA_CSR_MAJORELINK_MASK (0x20U) |
#define | DMA_CSR_MAJORELINK_SHIFT (5U) |
#define | DMA_CSR_MAJORELINK(x) (((uint16_t)(((uint16_t)(x)) << DMA_CSR_MAJORELINK_SHIFT)) & DMA_CSR_MAJORELINK_MASK) |
#define | DMA_CSR_ACTIVE_MASK (0x40U) |
#define | DMA_CSR_ACTIVE_SHIFT (6U) |
#define | DMA_CSR_ACTIVE(x) (((uint16_t)(((uint16_t)(x)) << DMA_CSR_ACTIVE_SHIFT)) & DMA_CSR_ACTIVE_MASK) |
#define | DMA_CSR_DONE_MASK (0x80U) |
#define | DMA_CSR_DONE_SHIFT (7U) |
#define | DMA_CSR_DONE(x) (((uint16_t)(((uint16_t)(x)) << DMA_CSR_DONE_SHIFT)) & DMA_CSR_DONE_MASK) |
#define | DMA_CSR_MAJORLINKCH_MASK (0x1F00U) |
#define | DMA_CSR_MAJORLINKCH_SHIFT (8U) |
#define | DMA_CSR_MAJORLINKCH(x) (((uint16_t)(((uint16_t)(x)) << DMA_CSR_MAJORLINKCH_SHIFT)) & DMA_CSR_MAJORLINKCH_MASK) |
#define | DMA_CSR_BWC_MASK (0xC000U) |
#define | DMA_CSR_BWC_SHIFT (14U) |
#define | DMA_CSR_BWC(x) (((uint16_t)(((uint16_t)(x)) << DMA_CSR_BWC_SHIFT)) & DMA_CSR_BWC_MASK) |
#define | DMA_CSR_START_MASK (0x1U) |
#define | DMA_CSR_START_SHIFT (0U) |
#define | DMA_CSR_START(x) (((uint16_t)(((uint16_t)(x)) << DMA_CSR_START_SHIFT)) & DMA_CSR_START_MASK) |
#define | DMA_CSR_INTMAJOR_MASK (0x2U) |
#define | DMA_CSR_INTMAJOR_SHIFT (1U) |
#define | DMA_CSR_INTMAJOR(x) (((uint16_t)(((uint16_t)(x)) << DMA_CSR_INTMAJOR_SHIFT)) & DMA_CSR_INTMAJOR_MASK) |
#define | DMA_CSR_INTHALF_MASK (0x4U) |
#define | DMA_CSR_INTHALF_SHIFT (2U) |
#define | DMA_CSR_INTHALF(x) (((uint16_t)(((uint16_t)(x)) << DMA_CSR_INTHALF_SHIFT)) & DMA_CSR_INTHALF_MASK) |
#define | DMA_CSR_DREQ_MASK (0x8U) |
#define | DMA_CSR_DREQ_SHIFT (3U) |
#define | DMA_CSR_DREQ(x) (((uint16_t)(((uint16_t)(x)) << DMA_CSR_DREQ_SHIFT)) & DMA_CSR_DREQ_MASK) |
#define | DMA_CSR_ESG_MASK (0x10U) |
#define | DMA_CSR_ESG_SHIFT (4U) |
#define | DMA_CSR_ESG(x) (((uint16_t)(((uint16_t)(x)) << DMA_CSR_ESG_SHIFT)) & DMA_CSR_ESG_MASK) |
#define | DMA_CSR_MAJORELINK_MASK (0x20U) |
#define | DMA_CSR_MAJORELINK_SHIFT (5U) |
#define | DMA_CSR_MAJORELINK(x) (((uint16_t)(((uint16_t)(x)) << DMA_CSR_MAJORELINK_SHIFT)) & DMA_CSR_MAJORELINK_MASK) |
#define | DMA_CSR_ACTIVE_MASK (0x40U) |
#define | DMA_CSR_ACTIVE_SHIFT (6U) |
#define | DMA_CSR_ACTIVE(x) (((uint16_t)(((uint16_t)(x)) << DMA_CSR_ACTIVE_SHIFT)) & DMA_CSR_ACTIVE_MASK) |
#define | DMA_CSR_DONE_MASK (0x80U) |
#define | DMA_CSR_DONE_SHIFT (7U) |
#define | DMA_CSR_DONE(x) (((uint16_t)(((uint16_t)(x)) << DMA_CSR_DONE_SHIFT)) & DMA_CSR_DONE_MASK) |
#define | DMA_CSR_MAJORLINKCH_MASK (0x1F00U) |
#define | DMA_CSR_MAJORLINKCH_SHIFT (8U) |
#define | DMA_CSR_MAJORLINKCH(x) (((uint16_t)(((uint16_t)(x)) << DMA_CSR_MAJORLINKCH_SHIFT)) & DMA_CSR_MAJORLINKCH_MASK) |
#define | DMA_CSR_BWC_MASK (0xC000U) |
#define | DMA_CSR_BWC_SHIFT (14U) |
#define | DMA_CSR_BWC(x) (((uint16_t)(((uint16_t)(x)) << DMA_CSR_BWC_SHIFT)) & DMA_CSR_BWC_MASK) |
#define | DMA_CSR_START_MASK (0x1U) |
#define | DMA_CSR_START_SHIFT (0U) |
#define | DMA_CSR_START(x) (((uint16_t)(((uint16_t)(x)) << DMA_CSR_START_SHIFT)) & DMA_CSR_START_MASK) |
#define | DMA_CSR_INTMAJOR_MASK (0x2U) |
#define | DMA_CSR_INTMAJOR_SHIFT (1U) |
#define | DMA_CSR_INTMAJOR(x) (((uint16_t)(((uint16_t)(x)) << DMA_CSR_INTMAJOR_SHIFT)) & DMA_CSR_INTMAJOR_MASK) |
#define | DMA_CSR_INTHALF_MASK (0x4U) |
#define | DMA_CSR_INTHALF_SHIFT (2U) |
#define | DMA_CSR_INTHALF(x) (((uint16_t)(((uint16_t)(x)) << DMA_CSR_INTHALF_SHIFT)) & DMA_CSR_INTHALF_MASK) |
#define | DMA_CSR_DREQ_MASK (0x8U) |
#define | DMA_CSR_DREQ_SHIFT (3U) |
#define | DMA_CSR_DREQ(x) (((uint16_t)(((uint16_t)(x)) << DMA_CSR_DREQ_SHIFT)) & DMA_CSR_DREQ_MASK) |
#define | DMA_CSR_ESG_MASK (0x10U) |
#define | DMA_CSR_ESG_SHIFT (4U) |
#define | DMA_CSR_ESG(x) (((uint16_t)(((uint16_t)(x)) << DMA_CSR_ESG_SHIFT)) & DMA_CSR_ESG_MASK) |
#define | DMA_CSR_MAJORELINK_MASK (0x20U) |
#define | DMA_CSR_MAJORELINK_SHIFT (5U) |
#define | DMA_CSR_MAJORELINK(x) (((uint16_t)(((uint16_t)(x)) << DMA_CSR_MAJORELINK_SHIFT)) & DMA_CSR_MAJORELINK_MASK) |
#define | DMA_CSR_ACTIVE_MASK (0x40U) |
#define | DMA_CSR_ACTIVE_SHIFT (6U) |
#define | DMA_CSR_ACTIVE(x) (((uint16_t)(((uint16_t)(x)) << DMA_CSR_ACTIVE_SHIFT)) & DMA_CSR_ACTIVE_MASK) |
#define | DMA_CSR_DONE_MASK (0x80U) |
#define | DMA_CSR_DONE_SHIFT (7U) |
#define | DMA_CSR_DONE(x) (((uint16_t)(((uint16_t)(x)) << DMA_CSR_DONE_SHIFT)) & DMA_CSR_DONE_MASK) |
#define | DMA_CSR_MAJORLINKCH_MASK (0x1F00U) |
#define | DMA_CSR_MAJORLINKCH_SHIFT (8U) |
#define | DMA_CSR_MAJORLINKCH(x) (((uint16_t)(((uint16_t)(x)) << DMA_CSR_MAJORLINKCH_SHIFT)) & DMA_CSR_MAJORLINKCH_MASK) |
#define | DMA_CSR_BWC_MASK (0xC000U) |
#define | DMA_CSR_BWC_SHIFT (14U) |
#define | DMA_CSR_BWC(x) (((uint16_t)(((uint16_t)(x)) << DMA_CSR_BWC_SHIFT)) & DMA_CSR_BWC_MASK) |
CSR - TCD Control and Status | |
#define | DMA_CSR_COUNT (16U) |
BITER_ELINKNO - TCD Beginning Minor Loop Link, Major Loop Count (Channel Linking Disabled) | |
#define | DMA_BITER_ELINKNO_BITER_MASK (0x7FFFU) |
#define | DMA_BITER_ELINKNO_BITER_SHIFT (0U) |
#define | DMA_BITER_ELINKNO_BITER(x) (((uint16_t)(((uint16_t)(x)) << DMA_BITER_ELINKNO_BITER_SHIFT)) & DMA_BITER_ELINKNO_BITER_MASK) |
#define | DMA_BITER_ELINKNO_ELINK_MASK (0x8000U) |
#define | DMA_BITER_ELINKNO_ELINK_SHIFT (15U) |
#define | DMA_BITER_ELINKNO_ELINK(x) (((uint16_t)(((uint16_t)(x)) << DMA_BITER_ELINKNO_ELINK_SHIFT)) & DMA_BITER_ELINKNO_ELINK_MASK) |
#define | DMA_BITER_ELINKNO_BITER_MASK 0x7FFFu |
#define | DMA_BITER_ELINKNO_BITER_SHIFT 0 |
#define | DMA_BITER_ELINKNO_BITER(x) (((uint16_t)(((uint16_t)(x))<<DMA_BITER_ELINKNO_BITER_SHIFT))&DMA_BITER_ELINKNO_BITER_MASK) |
#define | DMA_BITER_ELINKNO_ELINK_MASK 0x8000u |
#define | DMA_BITER_ELINKNO_ELINK_SHIFT 15 |
#define | DMA_BITER_ELINKNO_BITER_MASK (0x7FFFU) |
#define | DMA_BITER_ELINKNO_BITER_SHIFT (0U) |
#define | DMA_BITER_ELINKNO_BITER(x) (((uint16_t)(((uint16_t)(x)) << DMA_BITER_ELINKNO_BITER_SHIFT)) & DMA_BITER_ELINKNO_BITER_MASK) |
#define | DMA_BITER_ELINKNO_ELINK_MASK (0x8000U) |
#define | DMA_BITER_ELINKNO_ELINK_SHIFT (15U) |
#define | DMA_BITER_ELINKNO_ELINK(x) (((uint16_t)(((uint16_t)(x)) << DMA_BITER_ELINKNO_ELINK_SHIFT)) & DMA_BITER_ELINKNO_ELINK_MASK) |
#define | DMA_BITER_ELINKNO_BITER_MASK (0x7FFFU) |
#define | DMA_BITER_ELINKNO_BITER_SHIFT (0U) |
#define | DMA_BITER_ELINKNO_BITER(x) (((uint16_t)(((uint16_t)(x)) << DMA_BITER_ELINKNO_BITER_SHIFT)) & DMA_BITER_ELINKNO_BITER_MASK) |
#define | DMA_BITER_ELINKNO_ELINK_MASK (0x8000U) |
#define | DMA_BITER_ELINKNO_ELINK_SHIFT (15U) |
#define | DMA_BITER_ELINKNO_ELINK(x) (((uint16_t)(((uint16_t)(x)) << DMA_BITER_ELINKNO_ELINK_SHIFT)) & DMA_BITER_ELINKNO_ELINK_MASK) |
#define | DMA_BITER_ELINKNO_BITER_MASK (0x7FFFU) |
#define | DMA_BITER_ELINKNO_BITER_SHIFT (0U) |
#define | DMA_BITER_ELINKNO_BITER(x) (((uint16_t)(((uint16_t)(x)) << DMA_BITER_ELINKNO_BITER_SHIFT)) & DMA_BITER_ELINKNO_BITER_MASK) |
#define | DMA_BITER_ELINKNO_ELINK_MASK (0x8000U) |
#define | DMA_BITER_ELINKNO_ELINK_SHIFT (15U) |
#define | DMA_BITER_ELINKNO_ELINK(x) (((uint16_t)(((uint16_t)(x)) << DMA_BITER_ELINKNO_ELINK_SHIFT)) & DMA_BITER_ELINKNO_ELINK_MASK) |
#define | DMA_BITER_ELINKNO_BITER_MASK (0x7FFFU) |
#define | DMA_BITER_ELINKNO_BITER_SHIFT (0U) |
#define | DMA_BITER_ELINKNO_BITER(x) (((uint16_t)(((uint16_t)(x)) << DMA_BITER_ELINKNO_BITER_SHIFT)) & DMA_BITER_ELINKNO_BITER_MASK) |
#define | DMA_BITER_ELINKNO_ELINK_MASK (0x8000U) |
#define | DMA_BITER_ELINKNO_ELINK_SHIFT (15U) |
#define | DMA_BITER_ELINKNO_ELINK(x) (((uint16_t)(((uint16_t)(x)) << DMA_BITER_ELINKNO_ELINK_SHIFT)) & DMA_BITER_ELINKNO_ELINK_MASK) |
BITER_ELINKNO - TCD Beginning Minor Loop Link, Major Loop Count (Channel Linking Disabled) | |
#define | DMA_BITER_ELINKNO_COUNT (16U) |
BITER_ELINKYES - TCD Beginning Minor Loop Link, Major Loop Count (Channel Linking Enabled) | |
#define | DMA_BITER_ELINKYES_BITER_MASK (0x1FFU) |
#define | DMA_BITER_ELINKYES_BITER_SHIFT (0U) |
#define | DMA_BITER_ELINKYES_BITER(x) (((uint16_t)(((uint16_t)(x)) << DMA_BITER_ELINKYES_BITER_SHIFT)) & DMA_BITER_ELINKYES_BITER_MASK) |
#define | DMA_BITER_ELINKYES_LINKCH_MASK (0x1E00U) |
#define | DMA_BITER_ELINKYES_LINKCH_SHIFT (9U) |
#define | DMA_BITER_ELINKYES_LINKCH(x) (((uint16_t)(((uint16_t)(x)) << DMA_BITER_ELINKYES_LINKCH_SHIFT)) & DMA_BITER_ELINKYES_LINKCH_MASK) |
#define | DMA_BITER_ELINKYES_ELINK_MASK (0x8000U) |
#define | DMA_BITER_ELINKYES_ELINK_SHIFT (15U) |
#define | DMA_BITER_ELINKYES_ELINK(x) (((uint16_t)(((uint16_t)(x)) << DMA_BITER_ELINKYES_ELINK_SHIFT)) & DMA_BITER_ELINKYES_ELINK_MASK) |
#define | DMA_BITER_ELINKYES_BITER_MASK 0x1FFu |
#define | DMA_BITER_ELINKYES_BITER_SHIFT 0 |
#define | DMA_BITER_ELINKYES_BITER(x) (((uint16_t)(((uint16_t)(x))<<DMA_BITER_ELINKYES_BITER_SHIFT))&DMA_BITER_ELINKYES_BITER_MASK) |
#define | DMA_BITER_ELINKYES_LINKCH_MASK 0x1E00u |
#define | DMA_BITER_ELINKYES_LINKCH_SHIFT 9 |
#define | DMA_BITER_ELINKYES_LINKCH(x) (((uint16_t)(((uint16_t)(x))<<DMA_BITER_ELINKYES_LINKCH_SHIFT))&DMA_BITER_ELINKYES_LINKCH_MASK) |
#define | DMA_BITER_ELINKYES_ELINK_MASK 0x8000u |
#define | DMA_BITER_ELINKYES_ELINK_SHIFT 15 |
#define | DMA_BITER_ELINKYES_BITER_MASK (0x1FFU) |
#define | DMA_BITER_ELINKYES_BITER_SHIFT (0U) |
#define | DMA_BITER_ELINKYES_BITER(x) (((uint16_t)(((uint16_t)(x)) << DMA_BITER_ELINKYES_BITER_SHIFT)) & DMA_BITER_ELINKYES_BITER_MASK) |
#define | DMA_BITER_ELINKYES_LINKCH_MASK (0x1E00U) |
#define | DMA_BITER_ELINKYES_LINKCH_SHIFT (9U) |
#define | DMA_BITER_ELINKYES_LINKCH(x) (((uint16_t)(((uint16_t)(x)) << DMA_BITER_ELINKYES_LINKCH_SHIFT)) & DMA_BITER_ELINKYES_LINKCH_MASK) |
#define | DMA_BITER_ELINKYES_ELINK_MASK (0x8000U) |
#define | DMA_BITER_ELINKYES_ELINK_SHIFT (15U) |
#define | DMA_BITER_ELINKYES_ELINK(x) (((uint16_t)(((uint16_t)(x)) << DMA_BITER_ELINKYES_ELINK_SHIFT)) & DMA_BITER_ELINKYES_ELINK_MASK) |
#define | DMA_BITER_ELINKYES_BITER_MASK (0x1FFU) |
#define | DMA_BITER_ELINKYES_BITER_SHIFT (0U) |
#define | DMA_BITER_ELINKYES_BITER(x) (((uint16_t)(((uint16_t)(x)) << DMA_BITER_ELINKYES_BITER_SHIFT)) & DMA_BITER_ELINKYES_BITER_MASK) |
#define | DMA_BITER_ELINKYES_LINKCH_MASK (0x3E00U) |
#define | DMA_BITER_ELINKYES_LINKCH_SHIFT (9U) |
#define | DMA_BITER_ELINKYES_LINKCH(x) (((uint16_t)(((uint16_t)(x)) << DMA_BITER_ELINKYES_LINKCH_SHIFT)) & DMA_BITER_ELINKYES_LINKCH_MASK) |
#define | DMA_BITER_ELINKYES_ELINK_MASK (0x8000U) |
#define | DMA_BITER_ELINKYES_ELINK_SHIFT (15U) |
#define | DMA_BITER_ELINKYES_ELINK(x) (((uint16_t)(((uint16_t)(x)) << DMA_BITER_ELINKYES_ELINK_SHIFT)) & DMA_BITER_ELINKYES_ELINK_MASK) |
#define | DMA_BITER_ELINKYES_BITER_MASK (0x1FFU) |
#define | DMA_BITER_ELINKYES_BITER_SHIFT (0U) |
#define | DMA_BITER_ELINKYES_BITER(x) (((uint16_t)(((uint16_t)(x)) << DMA_BITER_ELINKYES_BITER_SHIFT)) & DMA_BITER_ELINKYES_BITER_MASK) |
#define | DMA_BITER_ELINKYES_LINKCH_MASK (0x3E00U) |
#define | DMA_BITER_ELINKYES_LINKCH_SHIFT (9U) |
#define | DMA_BITER_ELINKYES_LINKCH(x) (((uint16_t)(((uint16_t)(x)) << DMA_BITER_ELINKYES_LINKCH_SHIFT)) & DMA_BITER_ELINKYES_LINKCH_MASK) |
#define | DMA_BITER_ELINKYES_ELINK_MASK (0x8000U) |
#define | DMA_BITER_ELINKYES_ELINK_SHIFT (15U) |
#define | DMA_BITER_ELINKYES_ELINK(x) (((uint16_t)(((uint16_t)(x)) << DMA_BITER_ELINKYES_ELINK_SHIFT)) & DMA_BITER_ELINKYES_ELINK_MASK) |
#define | DMA_BITER_ELINKYES_BITER_MASK (0x1FFU) |
#define | DMA_BITER_ELINKYES_BITER_SHIFT (0U) |
#define | DMA_BITER_ELINKYES_BITER(x) (((uint16_t)(((uint16_t)(x)) << DMA_BITER_ELINKYES_BITER_SHIFT)) & DMA_BITER_ELINKYES_BITER_MASK) |
#define | DMA_BITER_ELINKYES_LINKCH_MASK (0x3E00U) |
#define | DMA_BITER_ELINKYES_LINKCH_SHIFT (9U) |
#define | DMA_BITER_ELINKYES_LINKCH(x) (((uint16_t)(((uint16_t)(x)) << DMA_BITER_ELINKYES_LINKCH_SHIFT)) & DMA_BITER_ELINKYES_LINKCH_MASK) |
#define | DMA_BITER_ELINKYES_ELINK_MASK (0x8000U) |
#define | DMA_BITER_ELINKYES_ELINK_SHIFT (15U) |
#define | DMA_BITER_ELINKYES_ELINK(x) (((uint16_t)(((uint16_t)(x)) << DMA_BITER_ELINKYES_ELINK_SHIFT)) & DMA_BITER_ELINKYES_ELINK_MASK) |
BITER_ELINKYES - TCD Beginning Minor Loop Link, Major Loop Count (Channel Linking Enabled) | |
#define | DMA_BITER_ELINKYES_COUNT (16U) |
EARS - Enable Asynchronous Request in Stop Register | |
#define | DMA_EARS_EDREQ_0_MASK (0x1U) |
#define | DMA_EARS_EDREQ_0_SHIFT (0U) |
#define | DMA_EARS_EDREQ_0(x) (((uint32_t)(((uint32_t)(x)) << DMA_EARS_EDREQ_0_SHIFT)) & DMA_EARS_EDREQ_0_MASK) |
#define | DMA_EARS_EDREQ_1_MASK (0x2U) |
#define | DMA_EARS_EDREQ_1_SHIFT (1U) |
#define | DMA_EARS_EDREQ_1(x) (((uint32_t)(((uint32_t)(x)) << DMA_EARS_EDREQ_1_SHIFT)) & DMA_EARS_EDREQ_1_MASK) |
#define | DMA_EARS_EDREQ_2_MASK (0x4U) |
#define | DMA_EARS_EDREQ_2_SHIFT (2U) |
#define | DMA_EARS_EDREQ_2(x) (((uint32_t)(((uint32_t)(x)) << DMA_EARS_EDREQ_2_SHIFT)) & DMA_EARS_EDREQ_2_MASK) |
#define | DMA_EARS_EDREQ_3_MASK (0x8U) |
#define | DMA_EARS_EDREQ_3_SHIFT (3U) |
#define | DMA_EARS_EDREQ_3(x) (((uint32_t)(((uint32_t)(x)) << DMA_EARS_EDREQ_3_SHIFT)) & DMA_EARS_EDREQ_3_MASK) |
#define | DMA_EARS_EDREQ_4_MASK (0x10U) |
#define | DMA_EARS_EDREQ_4_SHIFT (4U) |
#define | DMA_EARS_EDREQ_4(x) (((uint32_t)(((uint32_t)(x)) << DMA_EARS_EDREQ_4_SHIFT)) & DMA_EARS_EDREQ_4_MASK) |
#define | DMA_EARS_EDREQ_5_MASK (0x20U) |
#define | DMA_EARS_EDREQ_5_SHIFT (5U) |
#define | DMA_EARS_EDREQ_5(x) (((uint32_t)(((uint32_t)(x)) << DMA_EARS_EDREQ_5_SHIFT)) & DMA_EARS_EDREQ_5_MASK) |
#define | DMA_EARS_EDREQ_6_MASK (0x40U) |
#define | DMA_EARS_EDREQ_6_SHIFT (6U) |
#define | DMA_EARS_EDREQ_6(x) (((uint32_t)(((uint32_t)(x)) << DMA_EARS_EDREQ_6_SHIFT)) & DMA_EARS_EDREQ_6_MASK) |
#define | DMA_EARS_EDREQ_7_MASK (0x80U) |
#define | DMA_EARS_EDREQ_7_SHIFT (7U) |
#define | DMA_EARS_EDREQ_7(x) (((uint32_t)(((uint32_t)(x)) << DMA_EARS_EDREQ_7_SHIFT)) & DMA_EARS_EDREQ_7_MASK) |
#define | DMA_EARS_EDREQ_8_MASK (0x100U) |
#define | DMA_EARS_EDREQ_8_SHIFT (8U) |
#define | DMA_EARS_EDREQ_8(x) (((uint32_t)(((uint32_t)(x)) << DMA_EARS_EDREQ_8_SHIFT)) & DMA_EARS_EDREQ_8_MASK) |
#define | DMA_EARS_EDREQ_9_MASK (0x200U) |
#define | DMA_EARS_EDREQ_9_SHIFT (9U) |
#define | DMA_EARS_EDREQ_9(x) (((uint32_t)(((uint32_t)(x)) << DMA_EARS_EDREQ_9_SHIFT)) & DMA_EARS_EDREQ_9_MASK) |
#define | DMA_EARS_EDREQ_10_MASK (0x400U) |
#define | DMA_EARS_EDREQ_10_SHIFT (10U) |
#define | DMA_EARS_EDREQ_10(x) (((uint32_t)(((uint32_t)(x)) << DMA_EARS_EDREQ_10_SHIFT)) & DMA_EARS_EDREQ_10_MASK) |
#define | DMA_EARS_EDREQ_11_MASK (0x800U) |
#define | DMA_EARS_EDREQ_11_SHIFT (11U) |
#define | DMA_EARS_EDREQ_11(x) (((uint32_t)(((uint32_t)(x)) << DMA_EARS_EDREQ_11_SHIFT)) & DMA_EARS_EDREQ_11_MASK) |
#define | DMA_EARS_EDREQ_12_MASK (0x1000U) |
#define | DMA_EARS_EDREQ_12_SHIFT (12U) |
#define | DMA_EARS_EDREQ_12(x) (((uint32_t)(((uint32_t)(x)) << DMA_EARS_EDREQ_12_SHIFT)) & DMA_EARS_EDREQ_12_MASK) |
#define | DMA_EARS_EDREQ_13_MASK (0x2000U) |
#define | DMA_EARS_EDREQ_13_SHIFT (13U) |
#define | DMA_EARS_EDREQ_13(x) (((uint32_t)(((uint32_t)(x)) << DMA_EARS_EDREQ_13_SHIFT)) & DMA_EARS_EDREQ_13_MASK) |
#define | DMA_EARS_EDREQ_14_MASK (0x4000U) |
#define | DMA_EARS_EDREQ_14_SHIFT (14U) |
#define | DMA_EARS_EDREQ_14(x) (((uint32_t)(((uint32_t)(x)) << DMA_EARS_EDREQ_14_SHIFT)) & DMA_EARS_EDREQ_14_MASK) |
#define | DMA_EARS_EDREQ_15_MASK (0x8000U) |
#define | DMA_EARS_EDREQ_15_SHIFT (15U) |
#define | DMA_EARS_EDREQ_15(x) (((uint32_t)(((uint32_t)(x)) << DMA_EARS_EDREQ_15_SHIFT)) & DMA_EARS_EDREQ_15_MASK) |
#define | DMA_EARS_EDREQ_16_MASK (0x10000U) |
#define | DMA_EARS_EDREQ_16_SHIFT (16U) |
#define | DMA_EARS_EDREQ_16(x) (((uint32_t)(((uint32_t)(x)) << DMA_EARS_EDREQ_16_SHIFT)) & DMA_EARS_EDREQ_16_MASK) |
#define | DMA_EARS_EDREQ_17_MASK (0x20000U) |
#define | DMA_EARS_EDREQ_17_SHIFT (17U) |
#define | DMA_EARS_EDREQ_17(x) (((uint32_t)(((uint32_t)(x)) << DMA_EARS_EDREQ_17_SHIFT)) & DMA_EARS_EDREQ_17_MASK) |
#define | DMA_EARS_EDREQ_18_MASK (0x40000U) |
#define | DMA_EARS_EDREQ_18_SHIFT (18U) |
#define | DMA_EARS_EDREQ_18(x) (((uint32_t)(((uint32_t)(x)) << DMA_EARS_EDREQ_18_SHIFT)) & DMA_EARS_EDREQ_18_MASK) |
#define | DMA_EARS_EDREQ_19_MASK (0x80000U) |
#define | DMA_EARS_EDREQ_19_SHIFT (19U) |
#define | DMA_EARS_EDREQ_19(x) (((uint32_t)(((uint32_t)(x)) << DMA_EARS_EDREQ_19_SHIFT)) & DMA_EARS_EDREQ_19_MASK) |
#define | DMA_EARS_EDREQ_20_MASK (0x100000U) |
#define | DMA_EARS_EDREQ_20_SHIFT (20U) |
#define | DMA_EARS_EDREQ_20(x) (((uint32_t)(((uint32_t)(x)) << DMA_EARS_EDREQ_20_SHIFT)) & DMA_EARS_EDREQ_20_MASK) |
#define | DMA_EARS_EDREQ_21_MASK (0x200000U) |
#define | DMA_EARS_EDREQ_21_SHIFT (21U) |
#define | DMA_EARS_EDREQ_21(x) (((uint32_t)(((uint32_t)(x)) << DMA_EARS_EDREQ_21_SHIFT)) & DMA_EARS_EDREQ_21_MASK) |
#define | DMA_EARS_EDREQ_22_MASK (0x400000U) |
#define | DMA_EARS_EDREQ_22_SHIFT (22U) |
#define | DMA_EARS_EDREQ_22(x) (((uint32_t)(((uint32_t)(x)) << DMA_EARS_EDREQ_22_SHIFT)) & DMA_EARS_EDREQ_22_MASK) |
#define | DMA_EARS_EDREQ_23_MASK (0x800000U) |
#define | DMA_EARS_EDREQ_23_SHIFT (23U) |
#define | DMA_EARS_EDREQ_23(x) (((uint32_t)(((uint32_t)(x)) << DMA_EARS_EDREQ_23_SHIFT)) & DMA_EARS_EDREQ_23_MASK) |
#define | DMA_EARS_EDREQ_24_MASK (0x1000000U) |
#define | DMA_EARS_EDREQ_24_SHIFT (24U) |
#define | DMA_EARS_EDREQ_24(x) (((uint32_t)(((uint32_t)(x)) << DMA_EARS_EDREQ_24_SHIFT)) & DMA_EARS_EDREQ_24_MASK) |
#define | DMA_EARS_EDREQ_25_MASK (0x2000000U) |
#define | DMA_EARS_EDREQ_25_SHIFT (25U) |
#define | DMA_EARS_EDREQ_25(x) (((uint32_t)(((uint32_t)(x)) << DMA_EARS_EDREQ_25_SHIFT)) & DMA_EARS_EDREQ_25_MASK) |
#define | DMA_EARS_EDREQ_26_MASK (0x4000000U) |
#define | DMA_EARS_EDREQ_26_SHIFT (26U) |
#define | DMA_EARS_EDREQ_26(x) (((uint32_t)(((uint32_t)(x)) << DMA_EARS_EDREQ_26_SHIFT)) & DMA_EARS_EDREQ_26_MASK) |
#define | DMA_EARS_EDREQ_27_MASK (0x8000000U) |
#define | DMA_EARS_EDREQ_27_SHIFT (27U) |
#define | DMA_EARS_EDREQ_27(x) (((uint32_t)(((uint32_t)(x)) << DMA_EARS_EDREQ_27_SHIFT)) & DMA_EARS_EDREQ_27_MASK) |
#define | DMA_EARS_EDREQ_28_MASK (0x10000000U) |
#define | DMA_EARS_EDREQ_28_SHIFT (28U) |
#define | DMA_EARS_EDREQ_28(x) (((uint32_t)(((uint32_t)(x)) << DMA_EARS_EDREQ_28_SHIFT)) & DMA_EARS_EDREQ_28_MASK) |
#define | DMA_EARS_EDREQ_29_MASK (0x20000000U) |
#define | DMA_EARS_EDREQ_29_SHIFT (29U) |
#define | DMA_EARS_EDREQ_29(x) (((uint32_t)(((uint32_t)(x)) << DMA_EARS_EDREQ_29_SHIFT)) & DMA_EARS_EDREQ_29_MASK) |
#define | DMA_EARS_EDREQ_30_MASK (0x40000000U) |
#define | DMA_EARS_EDREQ_30_SHIFT (30U) |
#define | DMA_EARS_EDREQ_30(x) (((uint32_t)(((uint32_t)(x)) << DMA_EARS_EDREQ_30_SHIFT)) & DMA_EARS_EDREQ_30_MASK) |
#define | DMA_EARS_EDREQ_31_MASK (0x80000000U) |
#define | DMA_EARS_EDREQ_31_SHIFT (31U) |
#define | DMA_EARS_EDREQ_31(x) (((uint32_t)(((uint32_t)(x)) << DMA_EARS_EDREQ_31_SHIFT)) & DMA_EARS_EDREQ_31_MASK) |
#define | DMA_EARS_EDREQ_0_MASK (0x1U) |
#define | DMA_EARS_EDREQ_0_SHIFT (0U) |
#define | DMA_EARS_EDREQ_0(x) (((uint32_t)(((uint32_t)(x)) << DMA_EARS_EDREQ_0_SHIFT)) & DMA_EARS_EDREQ_0_MASK) |
#define | DMA_EARS_EDREQ_1_MASK (0x2U) |
#define | DMA_EARS_EDREQ_1_SHIFT (1U) |
#define | DMA_EARS_EDREQ_1(x) (((uint32_t)(((uint32_t)(x)) << DMA_EARS_EDREQ_1_SHIFT)) & DMA_EARS_EDREQ_1_MASK) |
#define | DMA_EARS_EDREQ_2_MASK (0x4U) |
#define | DMA_EARS_EDREQ_2_SHIFT (2U) |
#define | DMA_EARS_EDREQ_2(x) (((uint32_t)(((uint32_t)(x)) << DMA_EARS_EDREQ_2_SHIFT)) & DMA_EARS_EDREQ_2_MASK) |
#define | DMA_EARS_EDREQ_3_MASK (0x8U) |
#define | DMA_EARS_EDREQ_3_SHIFT (3U) |
#define | DMA_EARS_EDREQ_3(x) (((uint32_t)(((uint32_t)(x)) << DMA_EARS_EDREQ_3_SHIFT)) & DMA_EARS_EDREQ_3_MASK) |
#define | DMA_EARS_EDREQ_4_MASK (0x10U) |
#define | DMA_EARS_EDREQ_4_SHIFT (4U) |
#define | DMA_EARS_EDREQ_4(x) (((uint32_t)(((uint32_t)(x)) << DMA_EARS_EDREQ_4_SHIFT)) & DMA_EARS_EDREQ_4_MASK) |
#define | DMA_EARS_EDREQ_5_MASK (0x20U) |
#define | DMA_EARS_EDREQ_5_SHIFT (5U) |
#define | DMA_EARS_EDREQ_5(x) (((uint32_t)(((uint32_t)(x)) << DMA_EARS_EDREQ_5_SHIFT)) & DMA_EARS_EDREQ_5_MASK) |
#define | DMA_EARS_EDREQ_6_MASK (0x40U) |
#define | DMA_EARS_EDREQ_6_SHIFT (6U) |
#define | DMA_EARS_EDREQ_6(x) (((uint32_t)(((uint32_t)(x)) << DMA_EARS_EDREQ_6_SHIFT)) & DMA_EARS_EDREQ_6_MASK) |
#define | DMA_EARS_EDREQ_7_MASK (0x80U) |
#define | DMA_EARS_EDREQ_7_SHIFT (7U) |
#define | DMA_EARS_EDREQ_7(x) (((uint32_t)(((uint32_t)(x)) << DMA_EARS_EDREQ_7_SHIFT)) & DMA_EARS_EDREQ_7_MASK) |
#define | DMA_EARS_EDREQ_8_MASK (0x100U) |
#define | DMA_EARS_EDREQ_8_SHIFT (8U) |
#define | DMA_EARS_EDREQ_8(x) (((uint32_t)(((uint32_t)(x)) << DMA_EARS_EDREQ_8_SHIFT)) & DMA_EARS_EDREQ_8_MASK) |
#define | DMA_EARS_EDREQ_9_MASK (0x200U) |
#define | DMA_EARS_EDREQ_9_SHIFT (9U) |
#define | DMA_EARS_EDREQ_9(x) (((uint32_t)(((uint32_t)(x)) << DMA_EARS_EDREQ_9_SHIFT)) & DMA_EARS_EDREQ_9_MASK) |
#define | DMA_EARS_EDREQ_10_MASK (0x400U) |
#define | DMA_EARS_EDREQ_10_SHIFT (10U) |
#define | DMA_EARS_EDREQ_10(x) (((uint32_t)(((uint32_t)(x)) << DMA_EARS_EDREQ_10_SHIFT)) & DMA_EARS_EDREQ_10_MASK) |
#define | DMA_EARS_EDREQ_11_MASK (0x800U) |
#define | DMA_EARS_EDREQ_11_SHIFT (11U) |
#define | DMA_EARS_EDREQ_11(x) (((uint32_t)(((uint32_t)(x)) << DMA_EARS_EDREQ_11_SHIFT)) & DMA_EARS_EDREQ_11_MASK) |
#define | DMA_EARS_EDREQ_12_MASK (0x1000U) |
#define | DMA_EARS_EDREQ_12_SHIFT (12U) |
#define | DMA_EARS_EDREQ_12(x) (((uint32_t)(((uint32_t)(x)) << DMA_EARS_EDREQ_12_SHIFT)) & DMA_EARS_EDREQ_12_MASK) |
#define | DMA_EARS_EDREQ_13_MASK (0x2000U) |
#define | DMA_EARS_EDREQ_13_SHIFT (13U) |
#define | DMA_EARS_EDREQ_13(x) (((uint32_t)(((uint32_t)(x)) << DMA_EARS_EDREQ_13_SHIFT)) & DMA_EARS_EDREQ_13_MASK) |
#define | DMA_EARS_EDREQ_14_MASK (0x4000U) |
#define | DMA_EARS_EDREQ_14_SHIFT (14U) |
#define | DMA_EARS_EDREQ_14(x) (((uint32_t)(((uint32_t)(x)) << DMA_EARS_EDREQ_14_SHIFT)) & DMA_EARS_EDREQ_14_MASK) |
#define | DMA_EARS_EDREQ_15_MASK (0x8000U) |
#define | DMA_EARS_EDREQ_15_SHIFT (15U) |
#define | DMA_EARS_EDREQ_15(x) (((uint32_t)(((uint32_t)(x)) << DMA_EARS_EDREQ_15_SHIFT)) & DMA_EARS_EDREQ_15_MASK) |
#define | DMA_EARS_EDREQ_16_MASK (0x10000U) |
#define | DMA_EARS_EDREQ_16_SHIFT (16U) |
#define | DMA_EARS_EDREQ_16(x) (((uint32_t)(((uint32_t)(x)) << DMA_EARS_EDREQ_16_SHIFT)) & DMA_EARS_EDREQ_16_MASK) |
#define | DMA_EARS_EDREQ_17_MASK (0x20000U) |
#define | DMA_EARS_EDREQ_17_SHIFT (17U) |
#define | DMA_EARS_EDREQ_17(x) (((uint32_t)(((uint32_t)(x)) << DMA_EARS_EDREQ_17_SHIFT)) & DMA_EARS_EDREQ_17_MASK) |
#define | DMA_EARS_EDREQ_18_MASK (0x40000U) |
#define | DMA_EARS_EDREQ_18_SHIFT (18U) |
#define | DMA_EARS_EDREQ_18(x) (((uint32_t)(((uint32_t)(x)) << DMA_EARS_EDREQ_18_SHIFT)) & DMA_EARS_EDREQ_18_MASK) |
#define | DMA_EARS_EDREQ_19_MASK (0x80000U) |
#define | DMA_EARS_EDREQ_19_SHIFT (19U) |
#define | DMA_EARS_EDREQ_19(x) (((uint32_t)(((uint32_t)(x)) << DMA_EARS_EDREQ_19_SHIFT)) & DMA_EARS_EDREQ_19_MASK) |
#define | DMA_EARS_EDREQ_20_MASK (0x100000U) |
#define | DMA_EARS_EDREQ_20_SHIFT (20U) |
#define | DMA_EARS_EDREQ_20(x) (((uint32_t)(((uint32_t)(x)) << DMA_EARS_EDREQ_20_SHIFT)) & DMA_EARS_EDREQ_20_MASK) |
#define | DMA_EARS_EDREQ_21_MASK (0x200000U) |
#define | DMA_EARS_EDREQ_21_SHIFT (21U) |
#define | DMA_EARS_EDREQ_21(x) (((uint32_t)(((uint32_t)(x)) << DMA_EARS_EDREQ_21_SHIFT)) & DMA_EARS_EDREQ_21_MASK) |
#define | DMA_EARS_EDREQ_22_MASK (0x400000U) |
#define | DMA_EARS_EDREQ_22_SHIFT (22U) |
#define | DMA_EARS_EDREQ_22(x) (((uint32_t)(((uint32_t)(x)) << DMA_EARS_EDREQ_22_SHIFT)) & DMA_EARS_EDREQ_22_MASK) |
#define | DMA_EARS_EDREQ_23_MASK (0x800000U) |
#define | DMA_EARS_EDREQ_23_SHIFT (23U) |
#define | DMA_EARS_EDREQ_23(x) (((uint32_t)(((uint32_t)(x)) << DMA_EARS_EDREQ_23_SHIFT)) & DMA_EARS_EDREQ_23_MASK) |
#define | DMA_EARS_EDREQ_24_MASK (0x1000000U) |
#define | DMA_EARS_EDREQ_24_SHIFT (24U) |
#define | DMA_EARS_EDREQ_24(x) (((uint32_t)(((uint32_t)(x)) << DMA_EARS_EDREQ_24_SHIFT)) & DMA_EARS_EDREQ_24_MASK) |
#define | DMA_EARS_EDREQ_25_MASK (0x2000000U) |
#define | DMA_EARS_EDREQ_25_SHIFT (25U) |
#define | DMA_EARS_EDREQ_25(x) (((uint32_t)(((uint32_t)(x)) << DMA_EARS_EDREQ_25_SHIFT)) & DMA_EARS_EDREQ_25_MASK) |
#define | DMA_EARS_EDREQ_26_MASK (0x4000000U) |
#define | DMA_EARS_EDREQ_26_SHIFT (26U) |
#define | DMA_EARS_EDREQ_26(x) (((uint32_t)(((uint32_t)(x)) << DMA_EARS_EDREQ_26_SHIFT)) & DMA_EARS_EDREQ_26_MASK) |
#define | DMA_EARS_EDREQ_27_MASK (0x8000000U) |
#define | DMA_EARS_EDREQ_27_SHIFT (27U) |
#define | DMA_EARS_EDREQ_27(x) (((uint32_t)(((uint32_t)(x)) << DMA_EARS_EDREQ_27_SHIFT)) & DMA_EARS_EDREQ_27_MASK) |
#define | DMA_EARS_EDREQ_28_MASK (0x10000000U) |
#define | DMA_EARS_EDREQ_28_SHIFT (28U) |
#define | DMA_EARS_EDREQ_28(x) (((uint32_t)(((uint32_t)(x)) << DMA_EARS_EDREQ_28_SHIFT)) & DMA_EARS_EDREQ_28_MASK) |
#define | DMA_EARS_EDREQ_29_MASK (0x20000000U) |
#define | DMA_EARS_EDREQ_29_SHIFT (29U) |
#define | DMA_EARS_EDREQ_29(x) (((uint32_t)(((uint32_t)(x)) << DMA_EARS_EDREQ_29_SHIFT)) & DMA_EARS_EDREQ_29_MASK) |
#define | DMA_EARS_EDREQ_30_MASK (0x40000000U) |
#define | DMA_EARS_EDREQ_30_SHIFT (30U) |
#define | DMA_EARS_EDREQ_30(x) (((uint32_t)(((uint32_t)(x)) << DMA_EARS_EDREQ_30_SHIFT)) & DMA_EARS_EDREQ_30_MASK) |
#define | DMA_EARS_EDREQ_31_MASK (0x80000000U) |
#define | DMA_EARS_EDREQ_31_SHIFT (31U) |
#define | DMA_EARS_EDREQ_31(x) (((uint32_t)(((uint32_t)(x)) << DMA_EARS_EDREQ_31_SHIFT)) & DMA_EARS_EDREQ_31_MASK) |
#define | DMA_EARS_EDREQ_0_MASK (0x1U) |
#define | DMA_EARS_EDREQ_0_SHIFT (0U) |
#define | DMA_EARS_EDREQ_0(x) (((uint32_t)(((uint32_t)(x)) << DMA_EARS_EDREQ_0_SHIFT)) & DMA_EARS_EDREQ_0_MASK) |
#define | DMA_EARS_EDREQ_1_MASK (0x2U) |
#define | DMA_EARS_EDREQ_1_SHIFT (1U) |
#define | DMA_EARS_EDREQ_1(x) (((uint32_t)(((uint32_t)(x)) << DMA_EARS_EDREQ_1_SHIFT)) & DMA_EARS_EDREQ_1_MASK) |
#define | DMA_EARS_EDREQ_2_MASK (0x4U) |
#define | DMA_EARS_EDREQ_2_SHIFT (2U) |
#define | DMA_EARS_EDREQ_2(x) (((uint32_t)(((uint32_t)(x)) << DMA_EARS_EDREQ_2_SHIFT)) & DMA_EARS_EDREQ_2_MASK) |
#define | DMA_EARS_EDREQ_3_MASK (0x8U) |
#define | DMA_EARS_EDREQ_3_SHIFT (3U) |
#define | DMA_EARS_EDREQ_3(x) (((uint32_t)(((uint32_t)(x)) << DMA_EARS_EDREQ_3_SHIFT)) & DMA_EARS_EDREQ_3_MASK) |
#define | DMA_EARS_EDREQ_4_MASK (0x10U) |
#define | DMA_EARS_EDREQ_4_SHIFT (4U) |
#define | DMA_EARS_EDREQ_4(x) (((uint32_t)(((uint32_t)(x)) << DMA_EARS_EDREQ_4_SHIFT)) & DMA_EARS_EDREQ_4_MASK) |
#define | DMA_EARS_EDREQ_5_MASK (0x20U) |
#define | DMA_EARS_EDREQ_5_SHIFT (5U) |
#define | DMA_EARS_EDREQ_5(x) (((uint32_t)(((uint32_t)(x)) << DMA_EARS_EDREQ_5_SHIFT)) & DMA_EARS_EDREQ_5_MASK) |
#define | DMA_EARS_EDREQ_6_MASK (0x40U) |
#define | DMA_EARS_EDREQ_6_SHIFT (6U) |
#define | DMA_EARS_EDREQ_6(x) (((uint32_t)(((uint32_t)(x)) << DMA_EARS_EDREQ_6_SHIFT)) & DMA_EARS_EDREQ_6_MASK) |
#define | DMA_EARS_EDREQ_7_MASK (0x80U) |
#define | DMA_EARS_EDREQ_7_SHIFT (7U) |
#define | DMA_EARS_EDREQ_7(x) (((uint32_t)(((uint32_t)(x)) << DMA_EARS_EDREQ_7_SHIFT)) & DMA_EARS_EDREQ_7_MASK) |
#define | DMA_EARS_EDREQ_8_MASK (0x100U) |
#define | DMA_EARS_EDREQ_8_SHIFT (8U) |
#define | DMA_EARS_EDREQ_8(x) (((uint32_t)(((uint32_t)(x)) << DMA_EARS_EDREQ_8_SHIFT)) & DMA_EARS_EDREQ_8_MASK) |
#define | DMA_EARS_EDREQ_9_MASK (0x200U) |
#define | DMA_EARS_EDREQ_9_SHIFT (9U) |
#define | DMA_EARS_EDREQ_9(x) (((uint32_t)(((uint32_t)(x)) << DMA_EARS_EDREQ_9_SHIFT)) & DMA_EARS_EDREQ_9_MASK) |
#define | DMA_EARS_EDREQ_10_MASK (0x400U) |
#define | DMA_EARS_EDREQ_10_SHIFT (10U) |
#define | DMA_EARS_EDREQ_10(x) (((uint32_t)(((uint32_t)(x)) << DMA_EARS_EDREQ_10_SHIFT)) & DMA_EARS_EDREQ_10_MASK) |
#define | DMA_EARS_EDREQ_11_MASK (0x800U) |
#define | DMA_EARS_EDREQ_11_SHIFT (11U) |
#define | DMA_EARS_EDREQ_11(x) (((uint32_t)(((uint32_t)(x)) << DMA_EARS_EDREQ_11_SHIFT)) & DMA_EARS_EDREQ_11_MASK) |
#define | DMA_EARS_EDREQ_12_MASK (0x1000U) |
#define | DMA_EARS_EDREQ_12_SHIFT (12U) |
#define | DMA_EARS_EDREQ_12(x) (((uint32_t)(((uint32_t)(x)) << DMA_EARS_EDREQ_12_SHIFT)) & DMA_EARS_EDREQ_12_MASK) |
#define | DMA_EARS_EDREQ_13_MASK (0x2000U) |
#define | DMA_EARS_EDREQ_13_SHIFT (13U) |
#define | DMA_EARS_EDREQ_13(x) (((uint32_t)(((uint32_t)(x)) << DMA_EARS_EDREQ_13_SHIFT)) & DMA_EARS_EDREQ_13_MASK) |
#define | DMA_EARS_EDREQ_14_MASK (0x4000U) |
#define | DMA_EARS_EDREQ_14_SHIFT (14U) |
#define | DMA_EARS_EDREQ_14(x) (((uint32_t)(((uint32_t)(x)) << DMA_EARS_EDREQ_14_SHIFT)) & DMA_EARS_EDREQ_14_MASK) |
#define | DMA_EARS_EDREQ_15_MASK (0x8000U) |
#define | DMA_EARS_EDREQ_15_SHIFT (15U) |
#define | DMA_EARS_EDREQ_15(x) (((uint32_t)(((uint32_t)(x)) << DMA_EARS_EDREQ_15_SHIFT)) & DMA_EARS_EDREQ_15_MASK) |
#define | DMA_EARS_EDREQ_16_MASK (0x10000U) |
#define | DMA_EARS_EDREQ_16_SHIFT (16U) |
#define | DMA_EARS_EDREQ_16(x) (((uint32_t)(((uint32_t)(x)) << DMA_EARS_EDREQ_16_SHIFT)) & DMA_EARS_EDREQ_16_MASK) |
#define | DMA_EARS_EDREQ_17_MASK (0x20000U) |
#define | DMA_EARS_EDREQ_17_SHIFT (17U) |
#define | DMA_EARS_EDREQ_17(x) (((uint32_t)(((uint32_t)(x)) << DMA_EARS_EDREQ_17_SHIFT)) & DMA_EARS_EDREQ_17_MASK) |
#define | DMA_EARS_EDREQ_18_MASK (0x40000U) |
#define | DMA_EARS_EDREQ_18_SHIFT (18U) |
#define | DMA_EARS_EDREQ_18(x) (((uint32_t)(((uint32_t)(x)) << DMA_EARS_EDREQ_18_SHIFT)) & DMA_EARS_EDREQ_18_MASK) |
#define | DMA_EARS_EDREQ_19_MASK (0x80000U) |
#define | DMA_EARS_EDREQ_19_SHIFT (19U) |
#define | DMA_EARS_EDREQ_19(x) (((uint32_t)(((uint32_t)(x)) << DMA_EARS_EDREQ_19_SHIFT)) & DMA_EARS_EDREQ_19_MASK) |
#define | DMA_EARS_EDREQ_20_MASK (0x100000U) |
#define | DMA_EARS_EDREQ_20_SHIFT (20U) |
#define | DMA_EARS_EDREQ_20(x) (((uint32_t)(((uint32_t)(x)) << DMA_EARS_EDREQ_20_SHIFT)) & DMA_EARS_EDREQ_20_MASK) |
#define | DMA_EARS_EDREQ_21_MASK (0x200000U) |
#define | DMA_EARS_EDREQ_21_SHIFT (21U) |
#define | DMA_EARS_EDREQ_21(x) (((uint32_t)(((uint32_t)(x)) << DMA_EARS_EDREQ_21_SHIFT)) & DMA_EARS_EDREQ_21_MASK) |
#define | DMA_EARS_EDREQ_22_MASK (0x400000U) |
#define | DMA_EARS_EDREQ_22_SHIFT (22U) |
#define | DMA_EARS_EDREQ_22(x) (((uint32_t)(((uint32_t)(x)) << DMA_EARS_EDREQ_22_SHIFT)) & DMA_EARS_EDREQ_22_MASK) |
#define | DMA_EARS_EDREQ_23_MASK (0x800000U) |
#define | DMA_EARS_EDREQ_23_SHIFT (23U) |
#define | DMA_EARS_EDREQ_23(x) (((uint32_t)(((uint32_t)(x)) << DMA_EARS_EDREQ_23_SHIFT)) & DMA_EARS_EDREQ_23_MASK) |
#define | DMA_EARS_EDREQ_24_MASK (0x1000000U) |
#define | DMA_EARS_EDREQ_24_SHIFT (24U) |
#define | DMA_EARS_EDREQ_24(x) (((uint32_t)(((uint32_t)(x)) << DMA_EARS_EDREQ_24_SHIFT)) & DMA_EARS_EDREQ_24_MASK) |
#define | DMA_EARS_EDREQ_25_MASK (0x2000000U) |
#define | DMA_EARS_EDREQ_25_SHIFT (25U) |
#define | DMA_EARS_EDREQ_25(x) (((uint32_t)(((uint32_t)(x)) << DMA_EARS_EDREQ_25_SHIFT)) & DMA_EARS_EDREQ_25_MASK) |
#define | DMA_EARS_EDREQ_26_MASK (0x4000000U) |
#define | DMA_EARS_EDREQ_26_SHIFT (26U) |
#define | DMA_EARS_EDREQ_26(x) (((uint32_t)(((uint32_t)(x)) << DMA_EARS_EDREQ_26_SHIFT)) & DMA_EARS_EDREQ_26_MASK) |
#define | DMA_EARS_EDREQ_27_MASK (0x8000000U) |
#define | DMA_EARS_EDREQ_27_SHIFT (27U) |
#define | DMA_EARS_EDREQ_27(x) (((uint32_t)(((uint32_t)(x)) << DMA_EARS_EDREQ_27_SHIFT)) & DMA_EARS_EDREQ_27_MASK) |
#define | DMA_EARS_EDREQ_28_MASK (0x10000000U) |
#define | DMA_EARS_EDREQ_28_SHIFT (28U) |
#define | DMA_EARS_EDREQ_28(x) (((uint32_t)(((uint32_t)(x)) << DMA_EARS_EDREQ_28_SHIFT)) & DMA_EARS_EDREQ_28_MASK) |
#define | DMA_EARS_EDREQ_29_MASK (0x20000000U) |
#define | DMA_EARS_EDREQ_29_SHIFT (29U) |
#define | DMA_EARS_EDREQ_29(x) (((uint32_t)(((uint32_t)(x)) << DMA_EARS_EDREQ_29_SHIFT)) & DMA_EARS_EDREQ_29_MASK) |
#define | DMA_EARS_EDREQ_30_MASK (0x40000000U) |
#define | DMA_EARS_EDREQ_30_SHIFT (30U) |
#define | DMA_EARS_EDREQ_30(x) (((uint32_t)(((uint32_t)(x)) << DMA_EARS_EDREQ_30_SHIFT)) & DMA_EARS_EDREQ_30_MASK) |
#define | DMA_EARS_EDREQ_31_MASK (0x80000000U) |
#define | DMA_EARS_EDREQ_31_SHIFT (31U) |
#define | DMA_EARS_EDREQ_31(x) (((uint32_t)(((uint32_t)(x)) << DMA_EARS_EDREQ_31_SHIFT)) & DMA_EARS_EDREQ_31_MASK) |
DCHPRI19 - Channel n Priority Register | |
#define | DMA_DCHPRI19_CHPRI_MASK (0xFU) |
#define | DMA_DCHPRI19_CHPRI_SHIFT (0U) |
#define | DMA_DCHPRI19_CHPRI(x) (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI19_CHPRI_SHIFT)) & DMA_DCHPRI19_CHPRI_MASK) |
#define | DMA_DCHPRI19_GRPPRI_MASK (0x30U) |
#define | DMA_DCHPRI19_GRPPRI_SHIFT (4U) |
#define | DMA_DCHPRI19_GRPPRI(x) (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI19_GRPPRI_SHIFT)) & DMA_DCHPRI19_GRPPRI_MASK) |
#define | DMA_DCHPRI19_DPA_MASK (0x40U) |
#define | DMA_DCHPRI19_DPA_SHIFT (6U) |
#define | DMA_DCHPRI19_DPA(x) (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI19_DPA_SHIFT)) & DMA_DCHPRI19_DPA_MASK) |
#define | DMA_DCHPRI19_ECP_MASK (0x80U) |
#define | DMA_DCHPRI19_ECP_SHIFT (7U) |
#define | DMA_DCHPRI19_ECP(x) (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI19_ECP_SHIFT)) & DMA_DCHPRI19_ECP_MASK) |
#define | DMA_DCHPRI19_CHPRI_MASK (0xFU) |
#define | DMA_DCHPRI19_CHPRI_SHIFT (0U) |
#define | DMA_DCHPRI19_CHPRI(x) (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI19_CHPRI_SHIFT)) & DMA_DCHPRI19_CHPRI_MASK) |
#define | DMA_DCHPRI19_GRPPRI_MASK (0x30U) |
#define | DMA_DCHPRI19_GRPPRI_SHIFT (4U) |
#define | DMA_DCHPRI19_GRPPRI(x) (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI19_GRPPRI_SHIFT)) & DMA_DCHPRI19_GRPPRI_MASK) |
#define | DMA_DCHPRI19_DPA_MASK (0x40U) |
#define | DMA_DCHPRI19_DPA_SHIFT (6U) |
#define | DMA_DCHPRI19_DPA(x) (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI19_DPA_SHIFT)) & DMA_DCHPRI19_DPA_MASK) |
#define | DMA_DCHPRI19_ECP_MASK (0x80U) |
#define | DMA_DCHPRI19_ECP_SHIFT (7U) |
#define | DMA_DCHPRI19_ECP(x) (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI19_ECP_SHIFT)) & DMA_DCHPRI19_ECP_MASK) |
#define | DMA_DCHPRI19_CHPRI_MASK (0xFU) |
#define | DMA_DCHPRI19_CHPRI_SHIFT (0U) |
#define | DMA_DCHPRI19_CHPRI(x) (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI19_CHPRI_SHIFT)) & DMA_DCHPRI19_CHPRI_MASK) |
#define | DMA_DCHPRI19_GRPPRI_MASK (0x30U) |
#define | DMA_DCHPRI19_GRPPRI_SHIFT (4U) |
#define | DMA_DCHPRI19_GRPPRI(x) (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI19_GRPPRI_SHIFT)) & DMA_DCHPRI19_GRPPRI_MASK) |
#define | DMA_DCHPRI19_DPA_MASK (0x40U) |
#define | DMA_DCHPRI19_DPA_SHIFT (6U) |
#define | DMA_DCHPRI19_DPA(x) (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI19_DPA_SHIFT)) & DMA_DCHPRI19_DPA_MASK) |
#define | DMA_DCHPRI19_ECP_MASK (0x80U) |
#define | DMA_DCHPRI19_ECP_SHIFT (7U) |
#define | DMA_DCHPRI19_ECP(x) (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI19_ECP_SHIFT)) & DMA_DCHPRI19_ECP_MASK) |
DCHPRI18 - Channel n Priority Register | |
#define | DMA_DCHPRI18_CHPRI_MASK (0xFU) |
#define | DMA_DCHPRI18_CHPRI_SHIFT (0U) |
#define | DMA_DCHPRI18_CHPRI(x) (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI18_CHPRI_SHIFT)) & DMA_DCHPRI18_CHPRI_MASK) |
#define | DMA_DCHPRI18_GRPPRI_MASK (0x30U) |
#define | DMA_DCHPRI18_GRPPRI_SHIFT (4U) |
#define | DMA_DCHPRI18_GRPPRI(x) (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI18_GRPPRI_SHIFT)) & DMA_DCHPRI18_GRPPRI_MASK) |
#define | DMA_DCHPRI18_DPA_MASK (0x40U) |
#define | DMA_DCHPRI18_DPA_SHIFT (6U) |
#define | DMA_DCHPRI18_DPA(x) (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI18_DPA_SHIFT)) & DMA_DCHPRI18_DPA_MASK) |
#define | DMA_DCHPRI18_ECP_MASK (0x80U) |
#define | DMA_DCHPRI18_ECP_SHIFT (7U) |
#define | DMA_DCHPRI18_ECP(x) (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI18_ECP_SHIFT)) & DMA_DCHPRI18_ECP_MASK) |
#define | DMA_DCHPRI18_CHPRI_MASK (0xFU) |
#define | DMA_DCHPRI18_CHPRI_SHIFT (0U) |
#define | DMA_DCHPRI18_CHPRI(x) (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI18_CHPRI_SHIFT)) & DMA_DCHPRI18_CHPRI_MASK) |
#define | DMA_DCHPRI18_GRPPRI_MASK (0x30U) |
#define | DMA_DCHPRI18_GRPPRI_SHIFT (4U) |
#define | DMA_DCHPRI18_GRPPRI(x) (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI18_GRPPRI_SHIFT)) & DMA_DCHPRI18_GRPPRI_MASK) |
#define | DMA_DCHPRI18_DPA_MASK (0x40U) |
#define | DMA_DCHPRI18_DPA_SHIFT (6U) |
#define | DMA_DCHPRI18_DPA(x) (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI18_DPA_SHIFT)) & DMA_DCHPRI18_DPA_MASK) |
#define | DMA_DCHPRI18_ECP_MASK (0x80U) |
#define | DMA_DCHPRI18_ECP_SHIFT (7U) |
#define | DMA_DCHPRI18_ECP(x) (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI18_ECP_SHIFT)) & DMA_DCHPRI18_ECP_MASK) |
#define | DMA_DCHPRI18_CHPRI_MASK (0xFU) |
#define | DMA_DCHPRI18_CHPRI_SHIFT (0U) |
#define | DMA_DCHPRI18_CHPRI(x) (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI18_CHPRI_SHIFT)) & DMA_DCHPRI18_CHPRI_MASK) |
#define | DMA_DCHPRI18_GRPPRI_MASK (0x30U) |
#define | DMA_DCHPRI18_GRPPRI_SHIFT (4U) |
#define | DMA_DCHPRI18_GRPPRI(x) (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI18_GRPPRI_SHIFT)) & DMA_DCHPRI18_GRPPRI_MASK) |
#define | DMA_DCHPRI18_DPA_MASK (0x40U) |
#define | DMA_DCHPRI18_DPA_SHIFT (6U) |
#define | DMA_DCHPRI18_DPA(x) (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI18_DPA_SHIFT)) & DMA_DCHPRI18_DPA_MASK) |
#define | DMA_DCHPRI18_ECP_MASK (0x80U) |
#define | DMA_DCHPRI18_ECP_SHIFT (7U) |
#define | DMA_DCHPRI18_ECP(x) (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI18_ECP_SHIFT)) & DMA_DCHPRI18_ECP_MASK) |
DCHPRI17 - Channel n Priority Register | |
#define | DMA_DCHPRI17_CHPRI_MASK (0xFU) |
#define | DMA_DCHPRI17_CHPRI_SHIFT (0U) |
#define | DMA_DCHPRI17_CHPRI(x) (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI17_CHPRI_SHIFT)) & DMA_DCHPRI17_CHPRI_MASK) |
#define | DMA_DCHPRI17_GRPPRI_MASK (0x30U) |
#define | DMA_DCHPRI17_GRPPRI_SHIFT (4U) |
#define | DMA_DCHPRI17_GRPPRI(x) (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI17_GRPPRI_SHIFT)) & DMA_DCHPRI17_GRPPRI_MASK) |
#define | DMA_DCHPRI17_DPA_MASK (0x40U) |
#define | DMA_DCHPRI17_DPA_SHIFT (6U) |
#define | DMA_DCHPRI17_DPA(x) (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI17_DPA_SHIFT)) & DMA_DCHPRI17_DPA_MASK) |
#define | DMA_DCHPRI17_ECP_MASK (0x80U) |
#define | DMA_DCHPRI17_ECP_SHIFT (7U) |
#define | DMA_DCHPRI17_ECP(x) (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI17_ECP_SHIFT)) & DMA_DCHPRI17_ECP_MASK) |
#define | DMA_DCHPRI17_CHPRI_MASK (0xFU) |
#define | DMA_DCHPRI17_CHPRI_SHIFT (0U) |
#define | DMA_DCHPRI17_CHPRI(x) (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI17_CHPRI_SHIFT)) & DMA_DCHPRI17_CHPRI_MASK) |
#define | DMA_DCHPRI17_GRPPRI_MASK (0x30U) |
#define | DMA_DCHPRI17_GRPPRI_SHIFT (4U) |
#define | DMA_DCHPRI17_GRPPRI(x) (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI17_GRPPRI_SHIFT)) & DMA_DCHPRI17_GRPPRI_MASK) |
#define | DMA_DCHPRI17_DPA_MASK (0x40U) |
#define | DMA_DCHPRI17_DPA_SHIFT (6U) |
#define | DMA_DCHPRI17_DPA(x) (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI17_DPA_SHIFT)) & DMA_DCHPRI17_DPA_MASK) |
#define | DMA_DCHPRI17_ECP_MASK (0x80U) |
#define | DMA_DCHPRI17_ECP_SHIFT (7U) |
#define | DMA_DCHPRI17_ECP(x) (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI17_ECP_SHIFT)) & DMA_DCHPRI17_ECP_MASK) |
#define | DMA_DCHPRI17_CHPRI_MASK (0xFU) |
#define | DMA_DCHPRI17_CHPRI_SHIFT (0U) |
#define | DMA_DCHPRI17_CHPRI(x) (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI17_CHPRI_SHIFT)) & DMA_DCHPRI17_CHPRI_MASK) |
#define | DMA_DCHPRI17_GRPPRI_MASK (0x30U) |
#define | DMA_DCHPRI17_GRPPRI_SHIFT (4U) |
#define | DMA_DCHPRI17_GRPPRI(x) (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI17_GRPPRI_SHIFT)) & DMA_DCHPRI17_GRPPRI_MASK) |
#define | DMA_DCHPRI17_DPA_MASK (0x40U) |
#define | DMA_DCHPRI17_DPA_SHIFT (6U) |
#define | DMA_DCHPRI17_DPA(x) (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI17_DPA_SHIFT)) & DMA_DCHPRI17_DPA_MASK) |
#define | DMA_DCHPRI17_ECP_MASK (0x80U) |
#define | DMA_DCHPRI17_ECP_SHIFT (7U) |
#define | DMA_DCHPRI17_ECP(x) (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI17_ECP_SHIFT)) & DMA_DCHPRI17_ECP_MASK) |
DCHPRI16 - Channel n Priority Register | |
#define | DMA_DCHPRI16_CHPRI_MASK (0xFU) |
#define | DMA_DCHPRI16_CHPRI_SHIFT (0U) |
#define | DMA_DCHPRI16_CHPRI(x) (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI16_CHPRI_SHIFT)) & DMA_DCHPRI16_CHPRI_MASK) |
#define | DMA_DCHPRI16_GRPPRI_MASK (0x30U) |
#define | DMA_DCHPRI16_GRPPRI_SHIFT (4U) |
#define | DMA_DCHPRI16_GRPPRI(x) (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI16_GRPPRI_SHIFT)) & DMA_DCHPRI16_GRPPRI_MASK) |
#define | DMA_DCHPRI16_DPA_MASK (0x40U) |
#define | DMA_DCHPRI16_DPA_SHIFT (6U) |
#define | DMA_DCHPRI16_DPA(x) (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI16_DPA_SHIFT)) & DMA_DCHPRI16_DPA_MASK) |
#define | DMA_DCHPRI16_ECP_MASK (0x80U) |
#define | DMA_DCHPRI16_ECP_SHIFT (7U) |
#define | DMA_DCHPRI16_ECP(x) (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI16_ECP_SHIFT)) & DMA_DCHPRI16_ECP_MASK) |
#define | DMA_DCHPRI16_CHPRI_MASK (0xFU) |
#define | DMA_DCHPRI16_CHPRI_SHIFT (0U) |
#define | DMA_DCHPRI16_CHPRI(x) (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI16_CHPRI_SHIFT)) & DMA_DCHPRI16_CHPRI_MASK) |
#define | DMA_DCHPRI16_GRPPRI_MASK (0x30U) |
#define | DMA_DCHPRI16_GRPPRI_SHIFT (4U) |
#define | DMA_DCHPRI16_GRPPRI(x) (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI16_GRPPRI_SHIFT)) & DMA_DCHPRI16_GRPPRI_MASK) |
#define | DMA_DCHPRI16_DPA_MASK (0x40U) |
#define | DMA_DCHPRI16_DPA_SHIFT (6U) |
#define | DMA_DCHPRI16_DPA(x) (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI16_DPA_SHIFT)) & DMA_DCHPRI16_DPA_MASK) |
#define | DMA_DCHPRI16_ECP_MASK (0x80U) |
#define | DMA_DCHPRI16_ECP_SHIFT (7U) |
#define | DMA_DCHPRI16_ECP(x) (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI16_ECP_SHIFT)) & DMA_DCHPRI16_ECP_MASK) |
#define | DMA_DCHPRI16_CHPRI_MASK (0xFU) |
#define | DMA_DCHPRI16_CHPRI_SHIFT (0U) |
#define | DMA_DCHPRI16_CHPRI(x) (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI16_CHPRI_SHIFT)) & DMA_DCHPRI16_CHPRI_MASK) |
#define | DMA_DCHPRI16_GRPPRI_MASK (0x30U) |
#define | DMA_DCHPRI16_GRPPRI_SHIFT (4U) |
#define | DMA_DCHPRI16_GRPPRI(x) (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI16_GRPPRI_SHIFT)) & DMA_DCHPRI16_GRPPRI_MASK) |
#define | DMA_DCHPRI16_DPA_MASK (0x40U) |
#define | DMA_DCHPRI16_DPA_SHIFT (6U) |
#define | DMA_DCHPRI16_DPA(x) (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI16_DPA_SHIFT)) & DMA_DCHPRI16_DPA_MASK) |
#define | DMA_DCHPRI16_ECP_MASK (0x80U) |
#define | DMA_DCHPRI16_ECP_SHIFT (7U) |
#define | DMA_DCHPRI16_ECP(x) (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI16_ECP_SHIFT)) & DMA_DCHPRI16_ECP_MASK) |
DCHPRI23 - Channel n Priority Register | |
#define | DMA_DCHPRI23_CHPRI_MASK (0xFU) |
#define | DMA_DCHPRI23_CHPRI_SHIFT (0U) |
#define | DMA_DCHPRI23_CHPRI(x) (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI23_CHPRI_SHIFT)) & DMA_DCHPRI23_CHPRI_MASK) |
#define | DMA_DCHPRI23_GRPPRI_MASK (0x30U) |
#define | DMA_DCHPRI23_GRPPRI_SHIFT (4U) |
#define | DMA_DCHPRI23_GRPPRI(x) (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI23_GRPPRI_SHIFT)) & DMA_DCHPRI23_GRPPRI_MASK) |
#define | DMA_DCHPRI23_DPA_MASK (0x40U) |
#define | DMA_DCHPRI23_DPA_SHIFT (6U) |
#define | DMA_DCHPRI23_DPA(x) (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI23_DPA_SHIFT)) & DMA_DCHPRI23_DPA_MASK) |
#define | DMA_DCHPRI23_ECP_MASK (0x80U) |
#define | DMA_DCHPRI23_ECP_SHIFT (7U) |
#define | DMA_DCHPRI23_ECP(x) (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI23_ECP_SHIFT)) & DMA_DCHPRI23_ECP_MASK) |
#define | DMA_DCHPRI23_CHPRI_MASK (0xFU) |
#define | DMA_DCHPRI23_CHPRI_SHIFT (0U) |
#define | DMA_DCHPRI23_CHPRI(x) (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI23_CHPRI_SHIFT)) & DMA_DCHPRI23_CHPRI_MASK) |
#define | DMA_DCHPRI23_GRPPRI_MASK (0x30U) |
#define | DMA_DCHPRI23_GRPPRI_SHIFT (4U) |
#define | DMA_DCHPRI23_GRPPRI(x) (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI23_GRPPRI_SHIFT)) & DMA_DCHPRI23_GRPPRI_MASK) |
#define | DMA_DCHPRI23_DPA_MASK (0x40U) |
#define | DMA_DCHPRI23_DPA_SHIFT (6U) |
#define | DMA_DCHPRI23_DPA(x) (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI23_DPA_SHIFT)) & DMA_DCHPRI23_DPA_MASK) |
#define | DMA_DCHPRI23_ECP_MASK (0x80U) |
#define | DMA_DCHPRI23_ECP_SHIFT (7U) |
#define | DMA_DCHPRI23_ECP(x) (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI23_ECP_SHIFT)) & DMA_DCHPRI23_ECP_MASK) |
#define | DMA_DCHPRI23_CHPRI_MASK (0xFU) |
#define | DMA_DCHPRI23_CHPRI_SHIFT (0U) |
#define | DMA_DCHPRI23_CHPRI(x) (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI23_CHPRI_SHIFT)) & DMA_DCHPRI23_CHPRI_MASK) |
#define | DMA_DCHPRI23_GRPPRI_MASK (0x30U) |
#define | DMA_DCHPRI23_GRPPRI_SHIFT (4U) |
#define | DMA_DCHPRI23_GRPPRI(x) (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI23_GRPPRI_SHIFT)) & DMA_DCHPRI23_GRPPRI_MASK) |
#define | DMA_DCHPRI23_DPA_MASK (0x40U) |
#define | DMA_DCHPRI23_DPA_SHIFT (6U) |
#define | DMA_DCHPRI23_DPA(x) (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI23_DPA_SHIFT)) & DMA_DCHPRI23_DPA_MASK) |
#define | DMA_DCHPRI23_ECP_MASK (0x80U) |
#define | DMA_DCHPRI23_ECP_SHIFT (7U) |
#define | DMA_DCHPRI23_ECP(x) (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI23_ECP_SHIFT)) & DMA_DCHPRI23_ECP_MASK) |
DCHPRI22 - Channel n Priority Register | |
#define | DMA_DCHPRI22_CHPRI_MASK (0xFU) |
#define | DMA_DCHPRI22_CHPRI_SHIFT (0U) |
#define | DMA_DCHPRI22_CHPRI(x) (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI22_CHPRI_SHIFT)) & DMA_DCHPRI22_CHPRI_MASK) |
#define | DMA_DCHPRI22_GRPPRI_MASK (0x30U) |
#define | DMA_DCHPRI22_GRPPRI_SHIFT (4U) |
#define | DMA_DCHPRI22_GRPPRI(x) (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI22_GRPPRI_SHIFT)) & DMA_DCHPRI22_GRPPRI_MASK) |
#define | DMA_DCHPRI22_DPA_MASK (0x40U) |
#define | DMA_DCHPRI22_DPA_SHIFT (6U) |
#define | DMA_DCHPRI22_DPA(x) (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI22_DPA_SHIFT)) & DMA_DCHPRI22_DPA_MASK) |
#define | DMA_DCHPRI22_ECP_MASK (0x80U) |
#define | DMA_DCHPRI22_ECP_SHIFT (7U) |
#define | DMA_DCHPRI22_ECP(x) (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI22_ECP_SHIFT)) & DMA_DCHPRI22_ECP_MASK) |
#define | DMA_DCHPRI22_CHPRI_MASK (0xFU) |
#define | DMA_DCHPRI22_CHPRI_SHIFT (0U) |
#define | DMA_DCHPRI22_CHPRI(x) (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI22_CHPRI_SHIFT)) & DMA_DCHPRI22_CHPRI_MASK) |
#define | DMA_DCHPRI22_GRPPRI_MASK (0x30U) |
#define | DMA_DCHPRI22_GRPPRI_SHIFT (4U) |
#define | DMA_DCHPRI22_GRPPRI(x) (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI22_GRPPRI_SHIFT)) & DMA_DCHPRI22_GRPPRI_MASK) |
#define | DMA_DCHPRI22_DPA_MASK (0x40U) |
#define | DMA_DCHPRI22_DPA_SHIFT (6U) |
#define | DMA_DCHPRI22_DPA(x) (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI22_DPA_SHIFT)) & DMA_DCHPRI22_DPA_MASK) |
#define | DMA_DCHPRI22_ECP_MASK (0x80U) |
#define | DMA_DCHPRI22_ECP_SHIFT (7U) |
#define | DMA_DCHPRI22_ECP(x) (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI22_ECP_SHIFT)) & DMA_DCHPRI22_ECP_MASK) |
#define | DMA_DCHPRI22_CHPRI_MASK (0xFU) |
#define | DMA_DCHPRI22_CHPRI_SHIFT (0U) |
#define | DMA_DCHPRI22_CHPRI(x) (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI22_CHPRI_SHIFT)) & DMA_DCHPRI22_CHPRI_MASK) |
#define | DMA_DCHPRI22_GRPPRI_MASK (0x30U) |
#define | DMA_DCHPRI22_GRPPRI_SHIFT (4U) |
#define | DMA_DCHPRI22_GRPPRI(x) (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI22_GRPPRI_SHIFT)) & DMA_DCHPRI22_GRPPRI_MASK) |
#define | DMA_DCHPRI22_DPA_MASK (0x40U) |
#define | DMA_DCHPRI22_DPA_SHIFT (6U) |
#define | DMA_DCHPRI22_DPA(x) (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI22_DPA_SHIFT)) & DMA_DCHPRI22_DPA_MASK) |
#define | DMA_DCHPRI22_ECP_MASK (0x80U) |
#define | DMA_DCHPRI22_ECP_SHIFT (7U) |
#define | DMA_DCHPRI22_ECP(x) (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI22_ECP_SHIFT)) & DMA_DCHPRI22_ECP_MASK) |
DCHPRI21 - Channel n Priority Register | |
#define | DMA_DCHPRI21_CHPRI_MASK (0xFU) |
#define | DMA_DCHPRI21_CHPRI_SHIFT (0U) |
#define | DMA_DCHPRI21_CHPRI(x) (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI21_CHPRI_SHIFT)) & DMA_DCHPRI21_CHPRI_MASK) |
#define | DMA_DCHPRI21_GRPPRI_MASK (0x30U) |
#define | DMA_DCHPRI21_GRPPRI_SHIFT (4U) |
#define | DMA_DCHPRI21_GRPPRI(x) (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI21_GRPPRI_SHIFT)) & DMA_DCHPRI21_GRPPRI_MASK) |
#define | DMA_DCHPRI21_DPA_MASK (0x40U) |
#define | DMA_DCHPRI21_DPA_SHIFT (6U) |
#define | DMA_DCHPRI21_DPA(x) (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI21_DPA_SHIFT)) & DMA_DCHPRI21_DPA_MASK) |
#define | DMA_DCHPRI21_ECP_MASK (0x80U) |
#define | DMA_DCHPRI21_ECP_SHIFT (7U) |
#define | DMA_DCHPRI21_ECP(x) (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI21_ECP_SHIFT)) & DMA_DCHPRI21_ECP_MASK) |
#define | DMA_DCHPRI21_CHPRI_MASK (0xFU) |
#define | DMA_DCHPRI21_CHPRI_SHIFT (0U) |
#define | DMA_DCHPRI21_CHPRI(x) (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI21_CHPRI_SHIFT)) & DMA_DCHPRI21_CHPRI_MASK) |
#define | DMA_DCHPRI21_GRPPRI_MASK (0x30U) |
#define | DMA_DCHPRI21_GRPPRI_SHIFT (4U) |
#define | DMA_DCHPRI21_GRPPRI(x) (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI21_GRPPRI_SHIFT)) & DMA_DCHPRI21_GRPPRI_MASK) |
#define | DMA_DCHPRI21_DPA_MASK (0x40U) |
#define | DMA_DCHPRI21_DPA_SHIFT (6U) |
#define | DMA_DCHPRI21_DPA(x) (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI21_DPA_SHIFT)) & DMA_DCHPRI21_DPA_MASK) |
#define | DMA_DCHPRI21_ECP_MASK (0x80U) |
#define | DMA_DCHPRI21_ECP_SHIFT (7U) |
#define | DMA_DCHPRI21_ECP(x) (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI21_ECP_SHIFT)) & DMA_DCHPRI21_ECP_MASK) |
#define | DMA_DCHPRI21_CHPRI_MASK (0xFU) |
#define | DMA_DCHPRI21_CHPRI_SHIFT (0U) |
#define | DMA_DCHPRI21_CHPRI(x) (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI21_CHPRI_SHIFT)) & DMA_DCHPRI21_CHPRI_MASK) |
#define | DMA_DCHPRI21_GRPPRI_MASK (0x30U) |
#define | DMA_DCHPRI21_GRPPRI_SHIFT (4U) |
#define | DMA_DCHPRI21_GRPPRI(x) (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI21_GRPPRI_SHIFT)) & DMA_DCHPRI21_GRPPRI_MASK) |
#define | DMA_DCHPRI21_DPA_MASK (0x40U) |
#define | DMA_DCHPRI21_DPA_SHIFT (6U) |
#define | DMA_DCHPRI21_DPA(x) (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI21_DPA_SHIFT)) & DMA_DCHPRI21_DPA_MASK) |
#define | DMA_DCHPRI21_ECP_MASK (0x80U) |
#define | DMA_DCHPRI21_ECP_SHIFT (7U) |
#define | DMA_DCHPRI21_ECP(x) (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI21_ECP_SHIFT)) & DMA_DCHPRI21_ECP_MASK) |
DCHPRI20 - Channel n Priority Register | |
#define | DMA_DCHPRI20_CHPRI_MASK (0xFU) |
#define | DMA_DCHPRI20_CHPRI_SHIFT (0U) |
#define | DMA_DCHPRI20_CHPRI(x) (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI20_CHPRI_SHIFT)) & DMA_DCHPRI20_CHPRI_MASK) |
#define | DMA_DCHPRI20_GRPPRI_MASK (0x30U) |
#define | DMA_DCHPRI20_GRPPRI_SHIFT (4U) |
#define | DMA_DCHPRI20_GRPPRI(x) (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI20_GRPPRI_SHIFT)) & DMA_DCHPRI20_GRPPRI_MASK) |
#define | DMA_DCHPRI20_DPA_MASK (0x40U) |
#define | DMA_DCHPRI20_DPA_SHIFT (6U) |
#define | DMA_DCHPRI20_DPA(x) (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI20_DPA_SHIFT)) & DMA_DCHPRI20_DPA_MASK) |
#define | DMA_DCHPRI20_ECP_MASK (0x80U) |
#define | DMA_DCHPRI20_ECP_SHIFT (7U) |
#define | DMA_DCHPRI20_ECP(x) (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI20_ECP_SHIFT)) & DMA_DCHPRI20_ECP_MASK) |
#define | DMA_DCHPRI20_CHPRI_MASK (0xFU) |
#define | DMA_DCHPRI20_CHPRI_SHIFT (0U) |
#define | DMA_DCHPRI20_CHPRI(x) (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI20_CHPRI_SHIFT)) & DMA_DCHPRI20_CHPRI_MASK) |
#define | DMA_DCHPRI20_GRPPRI_MASK (0x30U) |
#define | DMA_DCHPRI20_GRPPRI_SHIFT (4U) |
#define | DMA_DCHPRI20_GRPPRI(x) (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI20_GRPPRI_SHIFT)) & DMA_DCHPRI20_GRPPRI_MASK) |
#define | DMA_DCHPRI20_DPA_MASK (0x40U) |
#define | DMA_DCHPRI20_DPA_SHIFT (6U) |
#define | DMA_DCHPRI20_DPA(x) (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI20_DPA_SHIFT)) & DMA_DCHPRI20_DPA_MASK) |
#define | DMA_DCHPRI20_ECP_MASK (0x80U) |
#define | DMA_DCHPRI20_ECP_SHIFT (7U) |
#define | DMA_DCHPRI20_ECP(x) (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI20_ECP_SHIFT)) & DMA_DCHPRI20_ECP_MASK) |
#define | DMA_DCHPRI20_CHPRI_MASK (0xFU) |
#define | DMA_DCHPRI20_CHPRI_SHIFT (0U) |
#define | DMA_DCHPRI20_CHPRI(x) (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI20_CHPRI_SHIFT)) & DMA_DCHPRI20_CHPRI_MASK) |
#define | DMA_DCHPRI20_GRPPRI_MASK (0x30U) |
#define | DMA_DCHPRI20_GRPPRI_SHIFT (4U) |
#define | DMA_DCHPRI20_GRPPRI(x) (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI20_GRPPRI_SHIFT)) & DMA_DCHPRI20_GRPPRI_MASK) |
#define | DMA_DCHPRI20_DPA_MASK (0x40U) |
#define | DMA_DCHPRI20_DPA_SHIFT (6U) |
#define | DMA_DCHPRI20_DPA(x) (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI20_DPA_SHIFT)) & DMA_DCHPRI20_DPA_MASK) |
#define | DMA_DCHPRI20_ECP_MASK (0x80U) |
#define | DMA_DCHPRI20_ECP_SHIFT (7U) |
#define | DMA_DCHPRI20_ECP(x) (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI20_ECP_SHIFT)) & DMA_DCHPRI20_ECP_MASK) |
DCHPRI27 - Channel n Priority Register | |
#define | DMA_DCHPRI27_CHPRI_MASK (0xFU) |
#define | DMA_DCHPRI27_CHPRI_SHIFT (0U) |
#define | DMA_DCHPRI27_CHPRI(x) (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI27_CHPRI_SHIFT)) & DMA_DCHPRI27_CHPRI_MASK) |
#define | DMA_DCHPRI27_GRPPRI_MASK (0x30U) |
#define | DMA_DCHPRI27_GRPPRI_SHIFT (4U) |
#define | DMA_DCHPRI27_GRPPRI(x) (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI27_GRPPRI_SHIFT)) & DMA_DCHPRI27_GRPPRI_MASK) |
#define | DMA_DCHPRI27_DPA_MASK (0x40U) |
#define | DMA_DCHPRI27_DPA_SHIFT (6U) |
#define | DMA_DCHPRI27_DPA(x) (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI27_DPA_SHIFT)) & DMA_DCHPRI27_DPA_MASK) |
#define | DMA_DCHPRI27_ECP_MASK (0x80U) |
#define | DMA_DCHPRI27_ECP_SHIFT (7U) |
#define | DMA_DCHPRI27_ECP(x) (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI27_ECP_SHIFT)) & DMA_DCHPRI27_ECP_MASK) |
#define | DMA_DCHPRI27_CHPRI_MASK (0xFU) |
#define | DMA_DCHPRI27_CHPRI_SHIFT (0U) |
#define | DMA_DCHPRI27_CHPRI(x) (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI27_CHPRI_SHIFT)) & DMA_DCHPRI27_CHPRI_MASK) |
#define | DMA_DCHPRI27_GRPPRI_MASK (0x30U) |
#define | DMA_DCHPRI27_GRPPRI_SHIFT (4U) |
#define | DMA_DCHPRI27_GRPPRI(x) (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI27_GRPPRI_SHIFT)) & DMA_DCHPRI27_GRPPRI_MASK) |
#define | DMA_DCHPRI27_DPA_MASK (0x40U) |
#define | DMA_DCHPRI27_DPA_SHIFT (6U) |
#define | DMA_DCHPRI27_DPA(x) (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI27_DPA_SHIFT)) & DMA_DCHPRI27_DPA_MASK) |
#define | DMA_DCHPRI27_ECP_MASK (0x80U) |
#define | DMA_DCHPRI27_ECP_SHIFT (7U) |
#define | DMA_DCHPRI27_ECP(x) (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI27_ECP_SHIFT)) & DMA_DCHPRI27_ECP_MASK) |
#define | DMA_DCHPRI27_CHPRI_MASK (0xFU) |
#define | DMA_DCHPRI27_CHPRI_SHIFT (0U) |
#define | DMA_DCHPRI27_CHPRI(x) (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI27_CHPRI_SHIFT)) & DMA_DCHPRI27_CHPRI_MASK) |
#define | DMA_DCHPRI27_GRPPRI_MASK (0x30U) |
#define | DMA_DCHPRI27_GRPPRI_SHIFT (4U) |
#define | DMA_DCHPRI27_GRPPRI(x) (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI27_GRPPRI_SHIFT)) & DMA_DCHPRI27_GRPPRI_MASK) |
#define | DMA_DCHPRI27_DPA_MASK (0x40U) |
#define | DMA_DCHPRI27_DPA_SHIFT (6U) |
#define | DMA_DCHPRI27_DPA(x) (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI27_DPA_SHIFT)) & DMA_DCHPRI27_DPA_MASK) |
#define | DMA_DCHPRI27_ECP_MASK (0x80U) |
#define | DMA_DCHPRI27_ECP_SHIFT (7U) |
#define | DMA_DCHPRI27_ECP(x) (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI27_ECP_SHIFT)) & DMA_DCHPRI27_ECP_MASK) |
DCHPRI26 - Channel n Priority Register | |
#define | DMA_DCHPRI26_CHPRI_MASK (0xFU) |
#define | DMA_DCHPRI26_CHPRI_SHIFT (0U) |
#define | DMA_DCHPRI26_CHPRI(x) (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI26_CHPRI_SHIFT)) & DMA_DCHPRI26_CHPRI_MASK) |
#define | DMA_DCHPRI26_GRPPRI_MASK (0x30U) |
#define | DMA_DCHPRI26_GRPPRI_SHIFT (4U) |
#define | DMA_DCHPRI26_GRPPRI(x) (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI26_GRPPRI_SHIFT)) & DMA_DCHPRI26_GRPPRI_MASK) |
#define | DMA_DCHPRI26_DPA_MASK (0x40U) |
#define | DMA_DCHPRI26_DPA_SHIFT (6U) |
#define | DMA_DCHPRI26_DPA(x) (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI26_DPA_SHIFT)) & DMA_DCHPRI26_DPA_MASK) |
#define | DMA_DCHPRI26_ECP_MASK (0x80U) |
#define | DMA_DCHPRI26_ECP_SHIFT (7U) |
#define | DMA_DCHPRI26_ECP(x) (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI26_ECP_SHIFT)) & DMA_DCHPRI26_ECP_MASK) |
#define | DMA_DCHPRI26_CHPRI_MASK (0xFU) |
#define | DMA_DCHPRI26_CHPRI_SHIFT (0U) |
#define | DMA_DCHPRI26_CHPRI(x) (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI26_CHPRI_SHIFT)) & DMA_DCHPRI26_CHPRI_MASK) |
#define | DMA_DCHPRI26_GRPPRI_MASK (0x30U) |
#define | DMA_DCHPRI26_GRPPRI_SHIFT (4U) |
#define | DMA_DCHPRI26_GRPPRI(x) (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI26_GRPPRI_SHIFT)) & DMA_DCHPRI26_GRPPRI_MASK) |
#define | DMA_DCHPRI26_DPA_MASK (0x40U) |
#define | DMA_DCHPRI26_DPA_SHIFT (6U) |
#define | DMA_DCHPRI26_DPA(x) (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI26_DPA_SHIFT)) & DMA_DCHPRI26_DPA_MASK) |
#define | DMA_DCHPRI26_ECP_MASK (0x80U) |
#define | DMA_DCHPRI26_ECP_SHIFT (7U) |
#define | DMA_DCHPRI26_ECP(x) (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI26_ECP_SHIFT)) & DMA_DCHPRI26_ECP_MASK) |
#define | DMA_DCHPRI26_CHPRI_MASK (0xFU) |
#define | DMA_DCHPRI26_CHPRI_SHIFT (0U) |
#define | DMA_DCHPRI26_CHPRI(x) (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI26_CHPRI_SHIFT)) & DMA_DCHPRI26_CHPRI_MASK) |
#define | DMA_DCHPRI26_GRPPRI_MASK (0x30U) |
#define | DMA_DCHPRI26_GRPPRI_SHIFT (4U) |
#define | DMA_DCHPRI26_GRPPRI(x) (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI26_GRPPRI_SHIFT)) & DMA_DCHPRI26_GRPPRI_MASK) |
#define | DMA_DCHPRI26_DPA_MASK (0x40U) |
#define | DMA_DCHPRI26_DPA_SHIFT (6U) |
#define | DMA_DCHPRI26_DPA(x) (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI26_DPA_SHIFT)) & DMA_DCHPRI26_DPA_MASK) |
#define | DMA_DCHPRI26_ECP_MASK (0x80U) |
#define | DMA_DCHPRI26_ECP_SHIFT (7U) |
#define | DMA_DCHPRI26_ECP(x) (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI26_ECP_SHIFT)) & DMA_DCHPRI26_ECP_MASK) |
DCHPRI25 - Channel n Priority Register | |
#define | DMA_DCHPRI25_CHPRI_MASK (0xFU) |
#define | DMA_DCHPRI25_CHPRI_SHIFT (0U) |
#define | DMA_DCHPRI25_CHPRI(x) (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI25_CHPRI_SHIFT)) & DMA_DCHPRI25_CHPRI_MASK) |
#define | DMA_DCHPRI25_GRPPRI_MASK (0x30U) |
#define | DMA_DCHPRI25_GRPPRI_SHIFT (4U) |
#define | DMA_DCHPRI25_GRPPRI(x) (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI25_GRPPRI_SHIFT)) & DMA_DCHPRI25_GRPPRI_MASK) |
#define | DMA_DCHPRI25_DPA_MASK (0x40U) |
#define | DMA_DCHPRI25_DPA_SHIFT (6U) |
#define | DMA_DCHPRI25_DPA(x) (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI25_DPA_SHIFT)) & DMA_DCHPRI25_DPA_MASK) |
#define | DMA_DCHPRI25_ECP_MASK (0x80U) |
#define | DMA_DCHPRI25_ECP_SHIFT (7U) |
#define | DMA_DCHPRI25_ECP(x) (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI25_ECP_SHIFT)) & DMA_DCHPRI25_ECP_MASK) |
#define | DMA_DCHPRI25_CHPRI_MASK (0xFU) |
#define | DMA_DCHPRI25_CHPRI_SHIFT (0U) |
#define | DMA_DCHPRI25_CHPRI(x) (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI25_CHPRI_SHIFT)) & DMA_DCHPRI25_CHPRI_MASK) |
#define | DMA_DCHPRI25_GRPPRI_MASK (0x30U) |
#define | DMA_DCHPRI25_GRPPRI_SHIFT (4U) |
#define | DMA_DCHPRI25_GRPPRI(x) (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI25_GRPPRI_SHIFT)) & DMA_DCHPRI25_GRPPRI_MASK) |
#define | DMA_DCHPRI25_DPA_MASK (0x40U) |
#define | DMA_DCHPRI25_DPA_SHIFT (6U) |
#define | DMA_DCHPRI25_DPA(x) (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI25_DPA_SHIFT)) & DMA_DCHPRI25_DPA_MASK) |
#define | DMA_DCHPRI25_ECP_MASK (0x80U) |
#define | DMA_DCHPRI25_ECP_SHIFT (7U) |
#define | DMA_DCHPRI25_ECP(x) (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI25_ECP_SHIFT)) & DMA_DCHPRI25_ECP_MASK) |
#define | DMA_DCHPRI25_CHPRI_MASK (0xFU) |
#define | DMA_DCHPRI25_CHPRI_SHIFT (0U) |
#define | DMA_DCHPRI25_CHPRI(x) (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI25_CHPRI_SHIFT)) & DMA_DCHPRI25_CHPRI_MASK) |
#define | DMA_DCHPRI25_GRPPRI_MASK (0x30U) |
#define | DMA_DCHPRI25_GRPPRI_SHIFT (4U) |
#define | DMA_DCHPRI25_GRPPRI(x) (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI25_GRPPRI_SHIFT)) & DMA_DCHPRI25_GRPPRI_MASK) |
#define | DMA_DCHPRI25_DPA_MASK (0x40U) |
#define | DMA_DCHPRI25_DPA_SHIFT (6U) |
#define | DMA_DCHPRI25_DPA(x) (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI25_DPA_SHIFT)) & DMA_DCHPRI25_DPA_MASK) |
#define | DMA_DCHPRI25_ECP_MASK (0x80U) |
#define | DMA_DCHPRI25_ECP_SHIFT (7U) |
#define | DMA_DCHPRI25_ECP(x) (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI25_ECP_SHIFT)) & DMA_DCHPRI25_ECP_MASK) |
DCHPRI24 - Channel n Priority Register | |
#define | DMA_DCHPRI24_CHPRI_MASK (0xFU) |
#define | DMA_DCHPRI24_CHPRI_SHIFT (0U) |
#define | DMA_DCHPRI24_CHPRI(x) (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI24_CHPRI_SHIFT)) & DMA_DCHPRI24_CHPRI_MASK) |
#define | DMA_DCHPRI24_GRPPRI_MASK (0x30U) |
#define | DMA_DCHPRI24_GRPPRI_SHIFT (4U) |
#define | DMA_DCHPRI24_GRPPRI(x) (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI24_GRPPRI_SHIFT)) & DMA_DCHPRI24_GRPPRI_MASK) |
#define | DMA_DCHPRI24_DPA_MASK (0x40U) |
#define | DMA_DCHPRI24_DPA_SHIFT (6U) |
#define | DMA_DCHPRI24_DPA(x) (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI24_DPA_SHIFT)) & DMA_DCHPRI24_DPA_MASK) |
#define | DMA_DCHPRI24_ECP_MASK (0x80U) |
#define | DMA_DCHPRI24_ECP_SHIFT (7U) |
#define | DMA_DCHPRI24_ECP(x) (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI24_ECP_SHIFT)) & DMA_DCHPRI24_ECP_MASK) |
#define | DMA_DCHPRI24_CHPRI_MASK (0xFU) |
#define | DMA_DCHPRI24_CHPRI_SHIFT (0U) |
#define | DMA_DCHPRI24_CHPRI(x) (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI24_CHPRI_SHIFT)) & DMA_DCHPRI24_CHPRI_MASK) |
#define | DMA_DCHPRI24_GRPPRI_MASK (0x30U) |
#define | DMA_DCHPRI24_GRPPRI_SHIFT (4U) |
#define | DMA_DCHPRI24_GRPPRI(x) (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI24_GRPPRI_SHIFT)) & DMA_DCHPRI24_GRPPRI_MASK) |
#define | DMA_DCHPRI24_DPA_MASK (0x40U) |
#define | DMA_DCHPRI24_DPA_SHIFT (6U) |
#define | DMA_DCHPRI24_DPA(x) (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI24_DPA_SHIFT)) & DMA_DCHPRI24_DPA_MASK) |
#define | DMA_DCHPRI24_ECP_MASK (0x80U) |
#define | DMA_DCHPRI24_ECP_SHIFT (7U) |
#define | DMA_DCHPRI24_ECP(x) (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI24_ECP_SHIFT)) & DMA_DCHPRI24_ECP_MASK) |
#define | DMA_DCHPRI24_CHPRI_MASK (0xFU) |
#define | DMA_DCHPRI24_CHPRI_SHIFT (0U) |
#define | DMA_DCHPRI24_CHPRI(x) (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI24_CHPRI_SHIFT)) & DMA_DCHPRI24_CHPRI_MASK) |
#define | DMA_DCHPRI24_GRPPRI_MASK (0x30U) |
#define | DMA_DCHPRI24_GRPPRI_SHIFT (4U) |
#define | DMA_DCHPRI24_GRPPRI(x) (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI24_GRPPRI_SHIFT)) & DMA_DCHPRI24_GRPPRI_MASK) |
#define | DMA_DCHPRI24_DPA_MASK (0x40U) |
#define | DMA_DCHPRI24_DPA_SHIFT (6U) |
#define | DMA_DCHPRI24_DPA(x) (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI24_DPA_SHIFT)) & DMA_DCHPRI24_DPA_MASK) |
#define | DMA_DCHPRI24_ECP_MASK (0x80U) |
#define | DMA_DCHPRI24_ECP_SHIFT (7U) |
#define | DMA_DCHPRI24_ECP(x) (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI24_ECP_SHIFT)) & DMA_DCHPRI24_ECP_MASK) |
DCHPRI31 - Channel n Priority Register | |
#define | DMA_DCHPRI31_CHPRI_MASK (0xFU) |
#define | DMA_DCHPRI31_CHPRI_SHIFT (0U) |
#define | DMA_DCHPRI31_CHPRI(x) (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI31_CHPRI_SHIFT)) & DMA_DCHPRI31_CHPRI_MASK) |
#define | DMA_DCHPRI31_GRPPRI_MASK (0x30U) |
#define | DMA_DCHPRI31_GRPPRI_SHIFT (4U) |
#define | DMA_DCHPRI31_GRPPRI(x) (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI31_GRPPRI_SHIFT)) & DMA_DCHPRI31_GRPPRI_MASK) |
#define | DMA_DCHPRI31_DPA_MASK (0x40U) |
#define | DMA_DCHPRI31_DPA_SHIFT (6U) |
#define | DMA_DCHPRI31_DPA(x) (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI31_DPA_SHIFT)) & DMA_DCHPRI31_DPA_MASK) |
#define | DMA_DCHPRI31_ECP_MASK (0x80U) |
#define | DMA_DCHPRI31_ECP_SHIFT (7U) |
#define | DMA_DCHPRI31_ECP(x) (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI31_ECP_SHIFT)) & DMA_DCHPRI31_ECP_MASK) |
#define | DMA_DCHPRI31_CHPRI_MASK (0xFU) |
#define | DMA_DCHPRI31_CHPRI_SHIFT (0U) |
#define | DMA_DCHPRI31_CHPRI(x) (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI31_CHPRI_SHIFT)) & DMA_DCHPRI31_CHPRI_MASK) |
#define | DMA_DCHPRI31_GRPPRI_MASK (0x30U) |
#define | DMA_DCHPRI31_GRPPRI_SHIFT (4U) |
#define | DMA_DCHPRI31_GRPPRI(x) (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI31_GRPPRI_SHIFT)) & DMA_DCHPRI31_GRPPRI_MASK) |
#define | DMA_DCHPRI31_DPA_MASK (0x40U) |
#define | DMA_DCHPRI31_DPA_SHIFT (6U) |
#define | DMA_DCHPRI31_DPA(x) (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI31_DPA_SHIFT)) & DMA_DCHPRI31_DPA_MASK) |
#define | DMA_DCHPRI31_ECP_MASK (0x80U) |
#define | DMA_DCHPRI31_ECP_SHIFT (7U) |
#define | DMA_DCHPRI31_ECP(x) (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI31_ECP_SHIFT)) & DMA_DCHPRI31_ECP_MASK) |
#define | DMA_DCHPRI31_CHPRI_MASK (0xFU) |
#define | DMA_DCHPRI31_CHPRI_SHIFT (0U) |
#define | DMA_DCHPRI31_CHPRI(x) (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI31_CHPRI_SHIFT)) & DMA_DCHPRI31_CHPRI_MASK) |
#define | DMA_DCHPRI31_GRPPRI_MASK (0x30U) |
#define | DMA_DCHPRI31_GRPPRI_SHIFT (4U) |
#define | DMA_DCHPRI31_GRPPRI(x) (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI31_GRPPRI_SHIFT)) & DMA_DCHPRI31_GRPPRI_MASK) |
#define | DMA_DCHPRI31_DPA_MASK (0x40U) |
#define | DMA_DCHPRI31_DPA_SHIFT (6U) |
#define | DMA_DCHPRI31_DPA(x) (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI31_DPA_SHIFT)) & DMA_DCHPRI31_DPA_MASK) |
#define | DMA_DCHPRI31_ECP_MASK (0x80U) |
#define | DMA_DCHPRI31_ECP_SHIFT (7U) |
#define | DMA_DCHPRI31_ECP(x) (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI31_ECP_SHIFT)) & DMA_DCHPRI31_ECP_MASK) |
DCHPRI30 - Channel n Priority Register | |
#define | DMA_DCHPRI30_CHPRI_MASK (0xFU) |
#define | DMA_DCHPRI30_CHPRI_SHIFT (0U) |
#define | DMA_DCHPRI30_CHPRI(x) (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI30_CHPRI_SHIFT)) & DMA_DCHPRI30_CHPRI_MASK) |
#define | DMA_DCHPRI30_GRPPRI_MASK (0x30U) |
#define | DMA_DCHPRI30_GRPPRI_SHIFT (4U) |
#define | DMA_DCHPRI30_GRPPRI(x) (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI30_GRPPRI_SHIFT)) & DMA_DCHPRI30_GRPPRI_MASK) |
#define | DMA_DCHPRI30_DPA_MASK (0x40U) |
#define | DMA_DCHPRI30_DPA_SHIFT (6U) |
#define | DMA_DCHPRI30_DPA(x) (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI30_DPA_SHIFT)) & DMA_DCHPRI30_DPA_MASK) |
#define | DMA_DCHPRI30_ECP_MASK (0x80U) |
#define | DMA_DCHPRI30_ECP_SHIFT (7U) |
#define | DMA_DCHPRI30_ECP(x) (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI30_ECP_SHIFT)) & DMA_DCHPRI30_ECP_MASK) |
#define | DMA_DCHPRI30_CHPRI_MASK (0xFU) |
#define | DMA_DCHPRI30_CHPRI_SHIFT (0U) |
#define | DMA_DCHPRI30_CHPRI(x) (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI30_CHPRI_SHIFT)) & DMA_DCHPRI30_CHPRI_MASK) |
#define | DMA_DCHPRI30_GRPPRI_MASK (0x30U) |
#define | DMA_DCHPRI30_GRPPRI_SHIFT (4U) |
#define | DMA_DCHPRI30_GRPPRI(x) (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI30_GRPPRI_SHIFT)) & DMA_DCHPRI30_GRPPRI_MASK) |
#define | DMA_DCHPRI30_DPA_MASK (0x40U) |
#define | DMA_DCHPRI30_DPA_SHIFT (6U) |
#define | DMA_DCHPRI30_DPA(x) (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI30_DPA_SHIFT)) & DMA_DCHPRI30_DPA_MASK) |
#define | DMA_DCHPRI30_ECP_MASK (0x80U) |
#define | DMA_DCHPRI30_ECP_SHIFT (7U) |
#define | DMA_DCHPRI30_ECP(x) (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI30_ECP_SHIFT)) & DMA_DCHPRI30_ECP_MASK) |
#define | DMA_DCHPRI30_CHPRI_MASK (0xFU) |
#define | DMA_DCHPRI30_CHPRI_SHIFT (0U) |
#define | DMA_DCHPRI30_CHPRI(x) (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI30_CHPRI_SHIFT)) & DMA_DCHPRI30_CHPRI_MASK) |
#define | DMA_DCHPRI30_GRPPRI_MASK (0x30U) |
#define | DMA_DCHPRI30_GRPPRI_SHIFT (4U) |
#define | DMA_DCHPRI30_GRPPRI(x) (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI30_GRPPRI_SHIFT)) & DMA_DCHPRI30_GRPPRI_MASK) |
#define | DMA_DCHPRI30_DPA_MASK (0x40U) |
#define | DMA_DCHPRI30_DPA_SHIFT (6U) |
#define | DMA_DCHPRI30_DPA(x) (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI30_DPA_SHIFT)) & DMA_DCHPRI30_DPA_MASK) |
#define | DMA_DCHPRI30_ECP_MASK (0x80U) |
#define | DMA_DCHPRI30_ECP_SHIFT (7U) |
#define | DMA_DCHPRI30_ECP(x) (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI30_ECP_SHIFT)) & DMA_DCHPRI30_ECP_MASK) |
DCHPRI29 - Channel n Priority Register | |
#define | DMA_DCHPRI29_CHPRI_MASK (0xFU) |
#define | DMA_DCHPRI29_CHPRI_SHIFT (0U) |
#define | DMA_DCHPRI29_CHPRI(x) (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI29_CHPRI_SHIFT)) & DMA_DCHPRI29_CHPRI_MASK) |
#define | DMA_DCHPRI29_GRPPRI_MASK (0x30U) |
#define | DMA_DCHPRI29_GRPPRI_SHIFT (4U) |
#define | DMA_DCHPRI29_GRPPRI(x) (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI29_GRPPRI_SHIFT)) & DMA_DCHPRI29_GRPPRI_MASK) |
#define | DMA_DCHPRI29_DPA_MASK (0x40U) |
#define | DMA_DCHPRI29_DPA_SHIFT (6U) |
#define | DMA_DCHPRI29_DPA(x) (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI29_DPA_SHIFT)) & DMA_DCHPRI29_DPA_MASK) |
#define | DMA_DCHPRI29_ECP_MASK (0x80U) |
#define | DMA_DCHPRI29_ECP_SHIFT (7U) |
#define | DMA_DCHPRI29_ECP(x) (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI29_ECP_SHIFT)) & DMA_DCHPRI29_ECP_MASK) |
#define | DMA_DCHPRI29_CHPRI_MASK (0xFU) |
#define | DMA_DCHPRI29_CHPRI_SHIFT (0U) |
#define | DMA_DCHPRI29_CHPRI(x) (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI29_CHPRI_SHIFT)) & DMA_DCHPRI29_CHPRI_MASK) |
#define | DMA_DCHPRI29_GRPPRI_MASK (0x30U) |
#define | DMA_DCHPRI29_GRPPRI_SHIFT (4U) |
#define | DMA_DCHPRI29_GRPPRI(x) (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI29_GRPPRI_SHIFT)) & DMA_DCHPRI29_GRPPRI_MASK) |
#define | DMA_DCHPRI29_DPA_MASK (0x40U) |
#define | DMA_DCHPRI29_DPA_SHIFT (6U) |
#define | DMA_DCHPRI29_DPA(x) (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI29_DPA_SHIFT)) & DMA_DCHPRI29_DPA_MASK) |
#define | DMA_DCHPRI29_ECP_MASK (0x80U) |
#define | DMA_DCHPRI29_ECP_SHIFT (7U) |
#define | DMA_DCHPRI29_ECP(x) (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI29_ECP_SHIFT)) & DMA_DCHPRI29_ECP_MASK) |
#define | DMA_DCHPRI29_CHPRI_MASK (0xFU) |
#define | DMA_DCHPRI29_CHPRI_SHIFT (0U) |
#define | DMA_DCHPRI29_CHPRI(x) (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI29_CHPRI_SHIFT)) & DMA_DCHPRI29_CHPRI_MASK) |
#define | DMA_DCHPRI29_GRPPRI_MASK (0x30U) |
#define | DMA_DCHPRI29_GRPPRI_SHIFT (4U) |
#define | DMA_DCHPRI29_GRPPRI(x) (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI29_GRPPRI_SHIFT)) & DMA_DCHPRI29_GRPPRI_MASK) |
#define | DMA_DCHPRI29_DPA_MASK (0x40U) |
#define | DMA_DCHPRI29_DPA_SHIFT (6U) |
#define | DMA_DCHPRI29_DPA(x) (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI29_DPA_SHIFT)) & DMA_DCHPRI29_DPA_MASK) |
#define | DMA_DCHPRI29_ECP_MASK (0x80U) |
#define | DMA_DCHPRI29_ECP_SHIFT (7U) |
#define | DMA_DCHPRI29_ECP(x) (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI29_ECP_SHIFT)) & DMA_DCHPRI29_ECP_MASK) |
DCHPRI28 - Channel n Priority Register | |
#define | DMA_DCHPRI28_CHPRI_MASK (0xFU) |
#define | DMA_DCHPRI28_CHPRI_SHIFT (0U) |
#define | DMA_DCHPRI28_CHPRI(x) (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI28_CHPRI_SHIFT)) & DMA_DCHPRI28_CHPRI_MASK) |
#define | DMA_DCHPRI28_GRPPRI_MASK (0x30U) |
#define | DMA_DCHPRI28_GRPPRI_SHIFT (4U) |
#define | DMA_DCHPRI28_GRPPRI(x) (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI28_GRPPRI_SHIFT)) & DMA_DCHPRI28_GRPPRI_MASK) |
#define | DMA_DCHPRI28_DPA_MASK (0x40U) |
#define | DMA_DCHPRI28_DPA_SHIFT (6U) |
#define | DMA_DCHPRI28_DPA(x) (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI28_DPA_SHIFT)) & DMA_DCHPRI28_DPA_MASK) |
#define | DMA_DCHPRI28_ECP_MASK (0x80U) |
#define | DMA_DCHPRI28_ECP_SHIFT (7U) |
#define | DMA_DCHPRI28_ECP(x) (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI28_ECP_SHIFT)) & DMA_DCHPRI28_ECP_MASK) |
#define | DMA_DCHPRI28_CHPRI_MASK (0xFU) |
#define | DMA_DCHPRI28_CHPRI_SHIFT (0U) |
#define | DMA_DCHPRI28_CHPRI(x) (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI28_CHPRI_SHIFT)) & DMA_DCHPRI28_CHPRI_MASK) |
#define | DMA_DCHPRI28_GRPPRI_MASK (0x30U) |
#define | DMA_DCHPRI28_GRPPRI_SHIFT (4U) |
#define | DMA_DCHPRI28_GRPPRI(x) (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI28_GRPPRI_SHIFT)) & DMA_DCHPRI28_GRPPRI_MASK) |
#define | DMA_DCHPRI28_DPA_MASK (0x40U) |
#define | DMA_DCHPRI28_DPA_SHIFT (6U) |
#define | DMA_DCHPRI28_DPA(x) (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI28_DPA_SHIFT)) & DMA_DCHPRI28_DPA_MASK) |
#define | DMA_DCHPRI28_ECP_MASK (0x80U) |
#define | DMA_DCHPRI28_ECP_SHIFT (7U) |
#define | DMA_DCHPRI28_ECP(x) (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI28_ECP_SHIFT)) & DMA_DCHPRI28_ECP_MASK) |
#define | DMA_DCHPRI28_CHPRI_MASK (0xFU) |
#define | DMA_DCHPRI28_CHPRI_SHIFT (0U) |
#define | DMA_DCHPRI28_CHPRI(x) (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI28_CHPRI_SHIFT)) & DMA_DCHPRI28_CHPRI_MASK) |
#define | DMA_DCHPRI28_GRPPRI_MASK (0x30U) |
#define | DMA_DCHPRI28_GRPPRI_SHIFT (4U) |
#define | DMA_DCHPRI28_GRPPRI(x) (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI28_GRPPRI_SHIFT)) & DMA_DCHPRI28_GRPPRI_MASK) |
#define | DMA_DCHPRI28_DPA_MASK (0x40U) |
#define | DMA_DCHPRI28_DPA_SHIFT (6U) |
#define | DMA_DCHPRI28_DPA(x) (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI28_DPA_SHIFT)) & DMA_DCHPRI28_DPA_MASK) |
#define | DMA_DCHPRI28_ECP_MASK (0x80U) |
#define | DMA_DCHPRI28_ECP_SHIFT (7U) |
#define | DMA_DCHPRI28_ECP(x) (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI28_ECP_SHIFT)) & DMA_DCHPRI28_ECP_MASK) |
#define DMA_ATTR_SMOD | ( | x | ) | (((uint16_t)(((uint16_t)(x)) << DMA_ATTR_SMOD_SHIFT)) & DMA_ATTR_SMOD_MASK) |
SMOD - Source Address Modulo. 0b00000..Source address modulo feature is disabled
SMOD - Source Address Modulo 0b00000..Source address modulo feature is disabled
#define DMA_ATTR_SMOD | ( | x | ) | (((uint16_t)(((uint16_t)(x))<<DMA_ATTR_SMOD_SHIFT))&DMA_ATTR_SMOD_MASK) |
SMOD - Source Address Modulo. 0b00000..Source address modulo feature is disabled
SMOD - Source Address Modulo 0b00000..Source address modulo feature is disabled
#define DMA_ATTR_SMOD | ( | x | ) | (((uint16_t)(((uint16_t)(x)) << DMA_ATTR_SMOD_SHIFT)) & DMA_ATTR_SMOD_MASK) |
SMOD - Source Address Modulo. 0b00000..Source address modulo feature is disabled
SMOD - Source Address Modulo 0b00000..Source address modulo feature is disabled
#define DMA_ATTR_SMOD | ( | x | ) | (((uint16_t)(((uint16_t)(x)) << DMA_ATTR_SMOD_SHIFT)) & DMA_ATTR_SMOD_MASK) |
SMOD - Source Address Modulo 0b00000..Source address modulo feature is disabled
#define DMA_ATTR_SMOD | ( | x | ) | (((uint16_t)(((uint16_t)(x)) << DMA_ATTR_SMOD_SHIFT)) & DMA_ATTR_SMOD_MASK) |
SMOD - Source Address Modulo 0b00000..Source address modulo feature is disabled
#define DMA_ATTR_SMOD | ( | x | ) | (((uint16_t)(((uint16_t)(x)) << DMA_ATTR_SMOD_SHIFT)) & DMA_ATTR_SMOD_MASK) |
SMOD - Source Address Modulo 0b00000..Source address modulo feature is disabled
#define DMA_ATTR_SSIZE | ( | x | ) | (((uint16_t)(((uint16_t)(x)) << DMA_ATTR_SSIZE_SHIFT)) & DMA_ATTR_SSIZE_MASK) |
SSIZE - Source data transfer size 0b000..8-bit 0b001..16-bit 0b010..32-bit 0b011..Reserved 0b100..16-byte 0b101..32-byte 0b110..Reserved 0b111..Reserved
SSIZE - Source data transfer size 0b000..8-bit 0b001..16-bit 0b010..32-bit 0b011..Reserved 0b100..16-byte burst 0b101..32-byte burst 0b110..Reserved 0b111..Reserved
#define DMA_ATTR_SSIZE | ( | x | ) | (((uint16_t)(((uint16_t)(x))<<DMA_ATTR_SSIZE_SHIFT))&DMA_ATTR_SSIZE_MASK) |
SSIZE - Source data transfer size 0b000..8-bit 0b001..16-bit 0b010..32-bit 0b011..Reserved 0b100..16-byte 0b101..32-byte 0b110..Reserved 0b111..Reserved
SSIZE - Source data transfer size 0b000..8-bit 0b001..16-bit 0b010..32-bit 0b011..Reserved 0b100..16-byte burst 0b101..32-byte burst 0b110..Reserved 0b111..Reserved
#define DMA_ATTR_SSIZE | ( | x | ) | (((uint16_t)(((uint16_t)(x)) << DMA_ATTR_SSIZE_SHIFT)) & DMA_ATTR_SSIZE_MASK) |
SSIZE - Source data transfer size 0b000..8-bit 0b001..16-bit 0b010..32-bit 0b011..Reserved 0b100..16-byte 0b101..32-byte 0b110..Reserved 0b111..Reserved
SSIZE - Source data transfer size 0b000..8-bit 0b001..16-bit 0b010..32-bit 0b011..Reserved 0b100..16-byte burst 0b101..32-byte burst 0b110..Reserved 0b111..Reserved
#define DMA_ATTR_SSIZE | ( | x | ) | (((uint16_t)(((uint16_t)(x)) << DMA_ATTR_SSIZE_SHIFT)) & DMA_ATTR_SSIZE_MASK) |
SSIZE - Source data transfer size 0b000..8-bit 0b001..16-bit 0b010..32-bit 0b011..Reserved 0b100..16-byte burst 0b101..32-byte burst 0b110..Reserved 0b111..Reserved
#define DMA_ATTR_SSIZE | ( | x | ) | (((uint16_t)(((uint16_t)(x)) << DMA_ATTR_SSIZE_SHIFT)) & DMA_ATTR_SSIZE_MASK) |
SSIZE - Source data transfer size 0b000..8-bit 0b001..16-bit 0b010..32-bit 0b011..Reserved 0b100..16-byte burst 0b101..32-byte burst 0b110..Reserved 0b111..Reserved
#define DMA_ATTR_SSIZE | ( | x | ) | (((uint16_t)(((uint16_t)(x)) << DMA_ATTR_SSIZE_SHIFT)) & DMA_ATTR_SSIZE_MASK) |
SSIZE - Source data transfer size 0b000..8-bit 0b001..16-bit 0b010..32-bit 0b011..Reserved 0b100..16-byte burst 0b101..32-byte burst 0b110..Reserved 0b111..Reserved
#define DMA_BASE (0x40008000u) |
Peripheral DMA base address
#define DMA_BASE_ADDRS { DMA_BASE } |
Array initializer of DMA peripheral base addresses
#define DMA_BASE_PTRS { DMA0 } |
Array initializer of DMA peripheral base pointers
#define DMA_BITER_ELINKNO_ELINK | ( | x | ) | (((uint16_t)(((uint16_t)(x)) << DMA_BITER_ELINKNO_ELINK_SHIFT)) & DMA_BITER_ELINKNO_ELINK_MASK) |
ELINK - Enables channel-to-channel linking on minor loop complete 0b0..The channel-to-channel linking is disabled 0b1..The channel-to-channel linking is enabled
#define DMA_BITER_ELINKNO_ELINK | ( | x | ) | (((uint16_t)(((uint16_t)(x)) << DMA_BITER_ELINKNO_ELINK_SHIFT)) & DMA_BITER_ELINKNO_ELINK_MASK) |
ELINK - Enables channel-to-channel linking on minor loop complete 0b0..The channel-to-channel linking is disabled 0b1..The channel-to-channel linking is enabled
#define DMA_BITER_ELINKNO_ELINK | ( | x | ) | (((uint16_t)(((uint16_t)(x)) << DMA_BITER_ELINKNO_ELINK_SHIFT)) & DMA_BITER_ELINKNO_ELINK_MASK) |
ELINK - Enables channel-to-channel linking on minor loop complete 0b0..The channel-to-channel linking is disabled 0b1..The channel-to-channel linking is enabled
#define DMA_BITER_ELINKNO_ELINK | ( | x | ) | (((uint16_t)(((uint16_t)(x)) << DMA_BITER_ELINKNO_ELINK_SHIFT)) & DMA_BITER_ELINKNO_ELINK_MASK) |
ELINK - Enables channel-to-channel linking on minor loop complete 0b0..The channel-to-channel linking is disabled 0b1..The channel-to-channel linking is enabled
#define DMA_BITER_ELINKNO_ELINK | ( | x | ) | (((uint16_t)(((uint16_t)(x)) << DMA_BITER_ELINKNO_ELINK_SHIFT)) & DMA_BITER_ELINKNO_ELINK_MASK) |
ELINK - Enables channel-to-channel linking on minor loop complete 0b0..The channel-to-channel linking is disabled 0b1..The channel-to-channel linking is enabled
#define DMA_BITER_ELINKYES_ELINK | ( | x | ) | (((uint16_t)(((uint16_t)(x)) << DMA_BITER_ELINKYES_ELINK_SHIFT)) & DMA_BITER_ELINKYES_ELINK_MASK) |
ELINK - Enables channel-to-channel linking on minor loop complete 0b0..The channel-to-channel linking is disabled 0b1..The channel-to-channel linking is enabled
#define DMA_BITER_ELINKYES_ELINK | ( | x | ) | (((uint16_t)(((uint16_t)(x)) << DMA_BITER_ELINKYES_ELINK_SHIFT)) & DMA_BITER_ELINKYES_ELINK_MASK) |
ELINK - Enables channel-to-channel linking on minor loop complete 0b0..The channel-to-channel linking is disabled 0b1..The channel-to-channel linking is enabled
#define DMA_BITER_ELINKYES_ELINK | ( | x | ) | (((uint16_t)(((uint16_t)(x)) << DMA_BITER_ELINKYES_ELINK_SHIFT)) & DMA_BITER_ELINKYES_ELINK_MASK) |
ELINK - Enables channel-to-channel linking on minor loop complete 0b0..The channel-to-channel linking is disabled 0b1..The channel-to-channel linking is enabled
#define DMA_BITER_ELINKYES_ELINK | ( | x | ) | (((uint16_t)(((uint16_t)(x)) << DMA_BITER_ELINKYES_ELINK_SHIFT)) & DMA_BITER_ELINKYES_ELINK_MASK) |
ELINK - Enables channel-to-channel linking on minor loop complete 0b0..The channel-to-channel linking is disabled 0b1..The channel-to-channel linking is enabled
#define DMA_BITER_ELINKYES_ELINK | ( | x | ) | (((uint16_t)(((uint16_t)(x)) << DMA_BITER_ELINKYES_ELINK_SHIFT)) & DMA_BITER_ELINKYES_ELINK_MASK) |
ELINK - Enables channel-to-channel linking on minor loop complete 0b0..The channel-to-channel linking is disabled 0b1..The channel-to-channel linking is enabled
#define DMA_CDNE_CADN | ( | x | ) | (((uint8_t)(((uint8_t)(x)) << DMA_CDNE_CADN_SHIFT)) & DMA_CDNE_CADN_MASK) |
CADN - Clears All DONE Bits 0b0..Clears only the TCDn_CSR[DONE] bit specified in the CDNE field 0b1..Clears all bits in TCDn_CSR[DONE]
#define DMA_CDNE_CADN | ( | x | ) | (((uint8_t)(((uint8_t)(x)) << DMA_CDNE_CADN_SHIFT)) & DMA_CDNE_CADN_MASK) |
CADN - Clears All DONE Bits 0b0..Clears only the TCDn_CSR[DONE] bit specified in the CDNE field 0b1..Clears all bits in TCDn_CSR[DONE]
#define DMA_CDNE_CADN | ( | x | ) | (((uint8_t)(((uint8_t)(x)) << DMA_CDNE_CADN_SHIFT)) & DMA_CDNE_CADN_MASK) |
CADN - Clears All DONE Bits 0b0..Clears only the TCDn_CSR[DONE] bit specified in the CDNE field 0b1..Clears all bits in TCDn_CSR[DONE]
#define DMA_CDNE_CADN | ( | x | ) | (((uint8_t)(((uint8_t)(x)) << DMA_CDNE_CADN_SHIFT)) & DMA_CDNE_CADN_MASK) |
CADN - Clears All DONE Bits 0b0..Clears only the TCDn_CSR[DONE] bit specified in the CDNE field 0b1..Clears all bits in TCDn_CSR[DONE]
#define DMA_CDNE_CADN | ( | x | ) | (((uint8_t)(((uint8_t)(x)) << DMA_CDNE_CADN_SHIFT)) & DMA_CDNE_CADN_MASK) |
CADN - Clears All DONE Bits 0b0..Clears only the TCDn_CSR[DONE] bit specified in the CDNE field 0b1..Clears all bits in TCDn_CSR[DONE]
#define DMA_CDNE_NOP | ( | x | ) | (((uint8_t)(((uint8_t)(x)) << DMA_CDNE_NOP_SHIFT)) & DMA_CDNE_NOP_MASK) |
NOP - No Op enable 0b0..Normal operation 0b1..No operation, ignore the other bits in this register
#define DMA_CDNE_NOP | ( | x | ) | (((uint8_t)(((uint8_t)(x)) << DMA_CDNE_NOP_SHIFT)) & DMA_CDNE_NOP_MASK) |
NOP - No Op enable 0b0..Normal operation 0b1..No operation, ignore the other bits in this register
#define DMA_CDNE_NOP | ( | x | ) | (((uint8_t)(((uint8_t)(x)) << DMA_CDNE_NOP_SHIFT)) & DMA_CDNE_NOP_MASK) |
NOP - No Op enable 0b0..Normal operation 0b1..No operation, ignore the other bits in this register
#define DMA_CDNE_NOP | ( | x | ) | (((uint8_t)(((uint8_t)(x)) << DMA_CDNE_NOP_SHIFT)) & DMA_CDNE_NOP_MASK) |
NOP - No Op enable 0b0..Normal operation 0b1..No operation, ignore the other bits in this register
#define DMA_CDNE_NOP | ( | x | ) | (((uint8_t)(((uint8_t)(x)) << DMA_CDNE_NOP_SHIFT)) & DMA_CDNE_NOP_MASK) |
NOP - No Op enable 0b0..Normal operation 0b1..No operation, ignore the other bits in this register
#define DMA_CEEI_CAEE | ( | x | ) | (((uint8_t)(((uint8_t)(x)) << DMA_CEEI_CAEE_SHIFT)) & DMA_CEEI_CAEE_MASK) |
CAEE - Clear All Enable Error Interrupts 0b0..Clear only the EEI bit specified in the CEEI field 0b1..Clear all bits in EEI
#define DMA_CEEI_CAEE | ( | x | ) | (((uint8_t)(((uint8_t)(x)) << DMA_CEEI_CAEE_SHIFT)) & DMA_CEEI_CAEE_MASK) |
CAEE - Clear All Enable Error Interrupts 0b0..Clear only the EEI bit specified in the CEEI field 0b1..Clear all bits in EEI
#define DMA_CEEI_CAEE | ( | x | ) | (((uint8_t)(((uint8_t)(x)) << DMA_CEEI_CAEE_SHIFT)) & DMA_CEEI_CAEE_MASK) |
CAEE - Clear All Enable Error Interrupts 0b0..Clear only the EEI bit specified in the CEEI field 0b1..Clear all bits in EEI
#define DMA_CEEI_CAEE | ( | x | ) | (((uint8_t)(((uint8_t)(x)) << DMA_CEEI_CAEE_SHIFT)) & DMA_CEEI_CAEE_MASK) |
CAEE - Clear All Enable Error Interrupts 0b0..Clear only the EEI bit specified in the CEEI field 0b1..Clear all bits in EEI
#define DMA_CEEI_CAEE | ( | x | ) | (((uint8_t)(((uint8_t)(x)) << DMA_CEEI_CAEE_SHIFT)) & DMA_CEEI_CAEE_MASK) |
CAEE - Clear All Enable Error Interrupts 0b0..Clear only the EEI bit specified in the CEEI field 0b1..Clear all bits in EEI
#define DMA_CEEI_NOP | ( | x | ) | (((uint8_t)(((uint8_t)(x)) << DMA_CEEI_NOP_SHIFT)) & DMA_CEEI_NOP_MASK) |
NOP - No Op enable 0b0..Normal operation 0b1..No operation, ignore the other bits in this register
#define DMA_CEEI_NOP | ( | x | ) | (((uint8_t)(((uint8_t)(x)) << DMA_CEEI_NOP_SHIFT)) & DMA_CEEI_NOP_MASK) |
NOP - No Op enable 0b0..Normal operation 0b1..No operation, ignore the other bits in this register
#define DMA_CEEI_NOP | ( | x | ) | (((uint8_t)(((uint8_t)(x)) << DMA_CEEI_NOP_SHIFT)) & DMA_CEEI_NOP_MASK) |
NOP - No Op enable 0b0..Normal operation 0b1..No operation, ignore the other bits in this register
#define DMA_CEEI_NOP | ( | x | ) | (((uint8_t)(((uint8_t)(x)) << DMA_CEEI_NOP_SHIFT)) & DMA_CEEI_NOP_MASK) |
NOP - No Op enable 0b0..Normal operation 0b1..No operation, ignore the other bits in this register
#define DMA_CEEI_NOP | ( | x | ) | (((uint8_t)(((uint8_t)(x)) << DMA_CEEI_NOP_SHIFT)) & DMA_CEEI_NOP_MASK) |
NOP - No Op enable 0b0..Normal operation 0b1..No operation, ignore the other bits in this register
#define DMA_CERQ_CAER | ( | x | ) | (((uint8_t)(((uint8_t)(x)) << DMA_CERQ_CAER_SHIFT)) & DMA_CERQ_CAER_MASK) |
CAER - Clear All Enable Requests 0b0..Clear only the ERQ bit specified in the CERQ field 0b1..Clear all bits in ERQ
#define DMA_CERQ_CAER | ( | x | ) | (((uint8_t)(((uint8_t)(x)) << DMA_CERQ_CAER_SHIFT)) & DMA_CERQ_CAER_MASK) |
CAER - Clear All Enable Requests 0b0..Clear only the ERQ bit specified in the CERQ field 0b1..Clear all bits in ERQ
#define DMA_CERQ_CAER | ( | x | ) | (((uint8_t)(((uint8_t)(x)) << DMA_CERQ_CAER_SHIFT)) & DMA_CERQ_CAER_MASK) |
CAER - Clear All Enable Requests 0b0..Clear only the ERQ bit specified in the CERQ field 0b1..Clear all bits in ERQ
#define DMA_CERQ_CAER | ( | x | ) | (((uint8_t)(((uint8_t)(x)) << DMA_CERQ_CAER_SHIFT)) & DMA_CERQ_CAER_MASK) |
CAER - Clear All Enable Requests 0b0..Clear only the ERQ bit specified in the CERQ field 0b1..Clear all bits in ERQ
#define DMA_CERQ_CAER | ( | x | ) | (((uint8_t)(((uint8_t)(x)) << DMA_CERQ_CAER_SHIFT)) & DMA_CERQ_CAER_MASK) |
CAER - Clear All Enable Requests 0b0..Clear only the ERQ bit specified in the CERQ field 0b1..Clear all bits in ERQ
#define DMA_CERQ_NOP | ( | x | ) | (((uint8_t)(((uint8_t)(x)) << DMA_CERQ_NOP_SHIFT)) & DMA_CERQ_NOP_MASK) |
NOP - No Op enable 0b0..Normal operation 0b1..No operation, ignore the other bits in this register
#define DMA_CERQ_NOP | ( | x | ) | (((uint8_t)(((uint8_t)(x)) << DMA_CERQ_NOP_SHIFT)) & DMA_CERQ_NOP_MASK) |
NOP - No Op enable 0b0..Normal operation 0b1..No operation, ignore the other bits in this register
#define DMA_CERQ_NOP | ( | x | ) | (((uint8_t)(((uint8_t)(x)) << DMA_CERQ_NOP_SHIFT)) & DMA_CERQ_NOP_MASK) |
NOP - No Op enable 0b0..Normal operation 0b1..No operation, ignore the other bits in this register
#define DMA_CERQ_NOP | ( | x | ) | (((uint8_t)(((uint8_t)(x)) << DMA_CERQ_NOP_SHIFT)) & DMA_CERQ_NOP_MASK) |
NOP - No Op enable 0b0..Normal operation 0b1..No operation, ignore the other bits in this register
#define DMA_CERQ_NOP | ( | x | ) | (((uint8_t)(((uint8_t)(x)) << DMA_CERQ_NOP_SHIFT)) & DMA_CERQ_NOP_MASK) |
NOP - No Op enable 0b0..Normal operation 0b1..No operation, ignore the other bits in this register
#define DMA_CERR_CAEI | ( | x | ) | (((uint8_t)(((uint8_t)(x)) << DMA_CERR_CAEI_SHIFT)) & DMA_CERR_CAEI_MASK) |
CAEI - Clear All Error Indicators 0b0..Clear only the ERR bit specified in the CERR field 0b1..Clear all bits in ERR
#define DMA_CERR_CAEI | ( | x | ) | (((uint8_t)(((uint8_t)(x)) << DMA_CERR_CAEI_SHIFT)) & DMA_CERR_CAEI_MASK) |
CAEI - Clear All Error Indicators 0b0..Clear only the ERR bit specified in the CERR field 0b1..Clear all bits in ERR
#define DMA_CERR_CAEI | ( | x | ) | (((uint8_t)(((uint8_t)(x)) << DMA_CERR_CAEI_SHIFT)) & DMA_CERR_CAEI_MASK) |
CAEI - Clear All Error Indicators 0b0..Clear only the ERR bit specified in the CERR field 0b1..Clear all bits in ERR
#define DMA_CERR_CAEI | ( | x | ) | (((uint8_t)(((uint8_t)(x)) << DMA_CERR_CAEI_SHIFT)) & DMA_CERR_CAEI_MASK) |
CAEI - Clear All Error Indicators 0b0..Clear only the ERR bit specified in the CERR field 0b1..Clear all bits in ERR
#define DMA_CERR_CAEI | ( | x | ) | (((uint8_t)(((uint8_t)(x)) << DMA_CERR_CAEI_SHIFT)) & DMA_CERR_CAEI_MASK) |
CAEI - Clear All Error Indicators 0b0..Clear only the ERR bit specified in the CERR field 0b1..Clear all bits in ERR
#define DMA_CERR_NOP | ( | x | ) | (((uint8_t)(((uint8_t)(x)) << DMA_CERR_NOP_SHIFT)) & DMA_CERR_NOP_MASK) |
NOP - No Op enable 0b0..Normal operation 0b1..No operation, ignore the other bits in this register
#define DMA_CERR_NOP | ( | x | ) | (((uint8_t)(((uint8_t)(x)) << DMA_CERR_NOP_SHIFT)) & DMA_CERR_NOP_MASK) |
NOP - No Op enable 0b0..Normal operation 0b1..No operation, ignore the other bits in this register
#define DMA_CERR_NOP | ( | x | ) | (((uint8_t)(((uint8_t)(x)) << DMA_CERR_NOP_SHIFT)) & DMA_CERR_NOP_MASK) |
NOP - No Op enable 0b0..Normal operation 0b1..No operation, ignore the other bits in this register
#define DMA_CERR_NOP | ( | x | ) | (((uint8_t)(((uint8_t)(x)) << DMA_CERR_NOP_SHIFT)) & DMA_CERR_NOP_MASK) |
NOP - No Op enable 0b0..Normal operation 0b1..No operation, ignore the other bits in this register
#define DMA_CERR_NOP | ( | x | ) | (((uint8_t)(((uint8_t)(x)) << DMA_CERR_NOP_SHIFT)) & DMA_CERR_NOP_MASK) |
NOP - No Op enable 0b0..Normal operation 0b1..No operation, ignore the other bits in this register
#define DMA_CHN_IRQS { { DMA0_IRQn, DMA1_IRQn, DMA2_IRQn, DMA3_IRQn, DMA4_IRQn, DMA5_IRQn, DMA6_IRQn, DMA7_IRQn, DMA8_IRQn, DMA9_IRQn, DMA10_IRQn, DMA11_IRQn, DMA12_IRQn, DMA13_IRQn, DMA14_IRQn, DMA15_IRQn } } |
Interrupt vectors for the DMA peripheral type
#define DMA_CINT_CAIR | ( | x | ) | (((uint8_t)(((uint8_t)(x)) << DMA_CINT_CAIR_SHIFT)) & DMA_CINT_CAIR_MASK) |
CAIR - Clear All Interrupt Requests 0b0..Clear only the INT bit specified in the CINT field 0b1..Clear all bits in INT
#define DMA_CINT_CAIR | ( | x | ) | (((uint8_t)(((uint8_t)(x)) << DMA_CINT_CAIR_SHIFT)) & DMA_CINT_CAIR_MASK) |
CAIR - Clear All Interrupt Requests 0b0..Clear only the INT bit specified in the CINT field 0b1..Clear all bits in INT
#define DMA_CINT_CAIR | ( | x | ) | (((uint8_t)(((uint8_t)(x)) << DMA_CINT_CAIR_SHIFT)) & DMA_CINT_CAIR_MASK) |
CAIR - Clear All Interrupt Requests 0b0..Clear only the INT bit specified in the CINT field 0b1..Clear all bits in INT
#define DMA_CINT_CAIR | ( | x | ) | (((uint8_t)(((uint8_t)(x)) << DMA_CINT_CAIR_SHIFT)) & DMA_CINT_CAIR_MASK) |
CAIR - Clear All Interrupt Requests 0b0..Clear only the INT bit specified in the CINT field 0b1..Clear all bits in INT
#define DMA_CINT_CAIR | ( | x | ) | (((uint8_t)(((uint8_t)(x)) << DMA_CINT_CAIR_SHIFT)) & DMA_CINT_CAIR_MASK) |
CAIR - Clear All Interrupt Requests 0b0..Clear only the INT bit specified in the CINT field 0b1..Clear all bits in INT
#define DMA_CINT_NOP | ( | x | ) | (((uint8_t)(((uint8_t)(x)) << DMA_CINT_NOP_SHIFT)) & DMA_CINT_NOP_MASK) |
NOP - No Op enable 0b0..Normal operation 0b1..No operation, ignore the other bits in this register
#define DMA_CINT_NOP | ( | x | ) | (((uint8_t)(((uint8_t)(x)) << DMA_CINT_NOP_SHIFT)) & DMA_CINT_NOP_MASK) |
NOP - No Op enable 0b0..Normal operation 0b1..No operation, ignore the other bits in this register
#define DMA_CINT_NOP | ( | x | ) | (((uint8_t)(((uint8_t)(x)) << DMA_CINT_NOP_SHIFT)) & DMA_CINT_NOP_MASK) |
NOP - No Op enable 0b0..Normal operation 0b1..No operation, ignore the other bits in this register
#define DMA_CINT_NOP | ( | x | ) | (((uint8_t)(((uint8_t)(x)) << DMA_CINT_NOP_SHIFT)) & DMA_CINT_NOP_MASK) |
NOP - No Op enable 0b0..Normal operation 0b1..No operation, ignore the other bits in this register
#define DMA_CINT_NOP | ( | x | ) | (((uint8_t)(((uint8_t)(x)) << DMA_CINT_NOP_SHIFT)) & DMA_CINT_NOP_MASK) |
NOP - No Op enable 0b0..Normal operation 0b1..No operation, ignore the other bits in this register
#define DMA_CITER_ELINKNO_ELINK | ( | x | ) | (((uint16_t)(((uint16_t)(x)) << DMA_CITER_ELINKNO_ELINK_SHIFT)) & DMA_CITER_ELINKNO_ELINK_MASK) |
ELINK - Enable channel-to-channel linking on minor-loop complete 0b0..The channel-to-channel linking is disabled 0b1..The channel-to-channel linking is enabled
#define DMA_CITER_ELINKNO_ELINK | ( | x | ) | (((uint16_t)(((uint16_t)(x)) << DMA_CITER_ELINKNO_ELINK_SHIFT)) & DMA_CITER_ELINKNO_ELINK_MASK) |
ELINK - Enable channel-to-channel linking on minor-loop complete 0b0..The channel-to-channel linking is disabled 0b1..The channel-to-channel linking is enabled
#define DMA_CITER_ELINKNO_ELINK | ( | x | ) | (((uint16_t)(((uint16_t)(x)) << DMA_CITER_ELINKNO_ELINK_SHIFT)) & DMA_CITER_ELINKNO_ELINK_MASK) |
ELINK - Enable channel-to-channel linking on minor-loop complete 0b0..The channel-to-channel linking is disabled 0b1..The channel-to-channel linking is enabled
#define DMA_CITER_ELINKNO_ELINK | ( | x | ) | (((uint16_t)(((uint16_t)(x)) << DMA_CITER_ELINKNO_ELINK_SHIFT)) & DMA_CITER_ELINKNO_ELINK_MASK) |
ELINK - Enable channel-to-channel linking on minor-loop complete 0b0..The channel-to-channel linking is disabled 0b1..The channel-to-channel linking is enabled
#define DMA_CITER_ELINKNO_ELINK | ( | x | ) | (((uint16_t)(((uint16_t)(x)) << DMA_CITER_ELINKNO_ELINK_SHIFT)) & DMA_CITER_ELINKNO_ELINK_MASK) |
ELINK - Enable channel-to-channel linking on minor-loop complete 0b0..The channel-to-channel linking is disabled 0b1..The channel-to-channel linking is enabled
#define DMA_CITER_ELINKYES_ELINK | ( | x | ) | (((uint16_t)(((uint16_t)(x)) << DMA_CITER_ELINKYES_ELINK_SHIFT)) & DMA_CITER_ELINKYES_ELINK_MASK) |
ELINK - Enable channel-to-channel linking on minor-loop complete 0b0..The channel-to-channel linking is disabled 0b1..The channel-to-channel linking is enabled
#define DMA_CITER_ELINKYES_ELINK | ( | x | ) | (((uint16_t)(((uint16_t)(x)) << DMA_CITER_ELINKYES_ELINK_SHIFT)) & DMA_CITER_ELINKYES_ELINK_MASK) |
ELINK - Enable channel-to-channel linking on minor-loop complete 0b0..The channel-to-channel linking is disabled 0b1..The channel-to-channel linking is enabled
#define DMA_CITER_ELINKYES_ELINK | ( | x | ) | (((uint16_t)(((uint16_t)(x)) << DMA_CITER_ELINKYES_ELINK_SHIFT)) & DMA_CITER_ELINKYES_ELINK_MASK) |
ELINK - Enable channel-to-channel linking on minor-loop complete 0b0..The channel-to-channel linking is disabled 0b1..The channel-to-channel linking is enabled
#define DMA_CITER_ELINKYES_ELINK | ( | x | ) | (((uint16_t)(((uint16_t)(x)) << DMA_CITER_ELINKYES_ELINK_SHIFT)) & DMA_CITER_ELINKYES_ELINK_MASK) |
ELINK - Enable channel-to-channel linking on minor-loop complete 0b0..The channel-to-channel linking is disabled 0b1..The channel-to-channel linking is enabled
#define DMA_CITER_ELINKYES_ELINK | ( | x | ) | (((uint16_t)(((uint16_t)(x)) << DMA_CITER_ELINKYES_ELINK_SHIFT)) & DMA_CITER_ELINKYES_ELINK_MASK) |
ELINK - Enable channel-to-channel linking on minor-loop complete 0b0..The channel-to-channel linking is disabled 0b1..The channel-to-channel linking is enabled
#define DMA_CR_CLM | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_CR_CLM_SHIFT)) & DMA_CR_CLM_MASK) |
CLM - Continuous Link Mode 0b0..A minor loop channel link made to itself goes through channel arbitration before being activated again. 0b1..A minor loop channel link made to itself does not go through channel arbitration before being activated again. Upon minor loop completion, the channel activates again if that channel has a minor loop channel link enabled and the link channel is itself. This effectively applies the minor loop offsets and restarts the next minor loop.
#define DMA_CR_CLM | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_CR_CLM_SHIFT)) & DMA_CR_CLM_MASK) |
CLM - Continuous Link Mode 0b0..A minor loop channel link made to itself goes through channel arbitration before being activated again. 0b1..A minor loop channel link made to itself does not go through channel arbitration before being activated again. Upon minor loop completion, the channel activates again if that channel has a minor loop channel link enabled and the link channel is itself. This effectively applies the minor loop offsets and restarts the next minor loop.
#define DMA_CR_CLM | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_CR_CLM_SHIFT)) & DMA_CR_CLM_MASK) |
CLM - Continuous Link Mode 0b0..A minor loop channel link made to itself goes through channel arbitration before being activated again. 0b1..A minor loop channel link made to itself does not go through channel arbitration before being activated again. Upon minor loop completion, the channel activates again if that channel has a minor loop channel link enabled and the link channel is itself. This effectively applies the minor loop offsets and restarts the next minor loop.
#define DMA_CR_CLM | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_CR_CLM_SHIFT)) & DMA_CR_CLM_MASK) |
CLM - Continuous Link Mode 0b0..A minor loop channel link made to itself goes through channel arbitration before being activated again. 0b1..A minor loop channel link made to itself does not go through channel arbitration before being activated again. Upon minor loop completion, the channel activates again if that channel has a minor loop channel link enabled and the link channel is itself. This effectively applies the minor loop offsets and restarts the next minor loop.
#define DMA_CR_CLM | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_CR_CLM_SHIFT)) & DMA_CR_CLM_MASK) |
CLM - Continuous Link Mode 0b0..A minor loop channel link made to itself goes through channel arbitration before being activated again. 0b1..A minor loop channel link made to itself does not go through channel arbitration before being activated again. Upon minor loop completion, the channel activates again if that channel has a minor loop channel link enabled and the link channel is itself. This effectively applies the minor loop offsets and restarts the next minor loop.
#define DMA_CR_CX | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_CR_CX_SHIFT)) & DMA_CR_CX_MASK) |
CX - Cancel Transfer 0b0..Normal operation 0b1..Cancel the remaining data transfer. Stop the executing channel and force the minor loop to finish. The cancel takes effect after the last write of the current read/write sequence. The CX bit clears itself after the cancel has been honored. This cancel retires the channel normally as if the minor loop was completed.
#define DMA_CR_CX | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_CR_CX_SHIFT)) & DMA_CR_CX_MASK) |
CX - Cancel Transfer 0b0..Normal operation 0b1..Cancel the remaining data transfer. Stop the executing channel and force the minor loop to finish. The cancel takes effect after the last write of the current read/write sequence. The CX bit clears itself after the cancel has been honored. This cancel retires the channel normally as if the minor loop was completed.
#define DMA_CR_CX | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_CR_CX_SHIFT)) & DMA_CR_CX_MASK) |
CX - Cancel Transfer 0b0..Normal operation 0b1..Cancel the remaining data transfer. Stop the executing channel and force the minor loop to finish. The cancel takes effect after the last write of the current read/write sequence. The CX bit clears itself after the cancel has been honored. This cancel retires the channel normally as if the minor loop was completed.
#define DMA_CR_CX | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_CR_CX_SHIFT)) & DMA_CR_CX_MASK) |
CX - Cancel Transfer 0b0..Normal operation 0b1..Cancel the remaining data transfer. Stop the executing channel and force the minor loop to finish. The cancel takes effect after the last write of the current read/write sequence. The CX bit clears itself after the cancel has been honored. This cancel retires the channel normally as if the minor loop was completed.
#define DMA_CR_CX | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_CR_CX_SHIFT)) & DMA_CR_CX_MASK) |
CX - Cancel Transfer 0b0..Normal operation 0b1..Cancel the remaining data transfer. Stop the executing channel and force the minor loop to finish. The cancel takes effect after the last write of the current read/write sequence. The CX bit clears itself after the cancel has been honored. This cancel retires the channel normally as if the minor loop was completed.
#define DMA_CR_ECX | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_CR_ECX_SHIFT)) & DMA_CR_ECX_MASK) |
ECX - Error Cancel Transfer 0b0..Normal operation 0b1..Cancel the remaining data transfer in the same fashion as the CX bit. Stop the executing channel and force the minor loop to finish. The cancel takes effect after the last write of the current read/write sequence. The ECX bit clears itself after the cancel is honored. In addition to cancelling the transfer, ECX treats the cancel as an error condition, thus updating the Error Status register (DMAx_ES) and generating an optional error interrupt.
#define DMA_CR_ECX | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_CR_ECX_SHIFT)) & DMA_CR_ECX_MASK) |
ECX - Error Cancel Transfer 0b0..Normal operation 0b1..Cancel the remaining data transfer in the same fashion as the CX bit. Stop the executing channel and force the minor loop to finish. The cancel takes effect after the last write of the current read/write sequence. The ECX bit clears itself after the cancel is honored. In addition to cancelling the transfer, ECX treats the cancel as an error condition, thus updating the Error Status register (DMAx_ES) and generating an optional error interrupt.
#define DMA_CR_ECX | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_CR_ECX_SHIFT)) & DMA_CR_ECX_MASK) |
ECX - Error Cancel Transfer 0b0..Normal operation 0b1..Cancel the remaining data transfer in the same fashion as the CX bit. Stop the executing channel and force the minor loop to finish. The cancel takes effect after the last write of the current read/write sequence. The ECX bit clears itself after the cancel is honored. In addition to cancelling the transfer, ECX treats the cancel as an error condition, thus updating the Error Status register (DMAx_ES) and generating an optional error interrupt.
#define DMA_CR_ECX | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_CR_ECX_SHIFT)) & DMA_CR_ECX_MASK) |
ECX - Error Cancel Transfer 0b0..Normal operation 0b1..Cancel the remaining data transfer in the same fashion as the CX bit. Stop the executing channel and force the minor loop to finish. The cancel takes effect after the last write of the current read/write sequence. The ECX bit clears itself after the cancel is honored. In addition to cancelling the transfer, ECX treats the cancel as an error condition, thus updating the Error Status register (DMAx_ES) and generating an optional error interrupt.
#define DMA_CR_ECX | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_CR_ECX_SHIFT)) & DMA_CR_ECX_MASK) |
ECX - Error Cancel Transfer 0b0..Normal operation 0b1..Cancel the remaining data transfer in the same fashion as the CX bit. Stop the executing channel and force the minor loop to finish. The cancel takes effect after the last write of the current read/write sequence. The ECX bit clears itself after the cancel is honored. In addition to cancelling the transfer, ECX treats the cancel as an error condition, thus updating the Error Status register (DMAx_ES) and generating an optional error interrupt.
#define DMA_CR_EDBG | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_CR_EDBG_SHIFT)) & DMA_CR_EDBG_MASK) |
EDBG - Enable Debug 0b0..When in debug mode, the DMA continues to operate. 0b1..When in debug mode, the DMA stalls the start of a new channel. Executing channels are allowed to complete. Channel execution resumes when the system exits debug mode or the EDBG bit is cleared.
#define DMA_CR_EDBG | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_CR_EDBG_SHIFT)) & DMA_CR_EDBG_MASK) |
EDBG - Enable Debug 0b0..When in debug mode, the DMA continues to operate. 0b1..When in debug mode, the DMA stalls the start of a new channel. Executing channels are allowed to complete. Channel execution resumes when the system exits debug mode or the EDBG bit is cleared.
#define DMA_CR_EDBG | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_CR_EDBG_SHIFT)) & DMA_CR_EDBG_MASK) |
EDBG - Enable Debug 0b0..When in debug mode, the DMA continues to operate. 0b1..When in debug mode, the DMA stalls the start of a new channel. Executing channels are allowed to complete. Channel execution resumes when the system exits debug mode or the EDBG bit is cleared.
#define DMA_CR_EDBG | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_CR_EDBG_SHIFT)) & DMA_CR_EDBG_MASK) |
EDBG - Enable Debug 0b0..When in debug mode, the DMA continues to operate. 0b1..When in debug mode, the DMA stalls the start of a new channel. Executing channels are allowed to complete. Channel execution resumes when the system exits debug mode or the EDBG bit is cleared.
#define DMA_CR_EDBG | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_CR_EDBG_SHIFT)) & DMA_CR_EDBG_MASK) |
EDBG - Enable Debug 0b0..When in debug mode, the DMA continues to operate. 0b1..When in debug mode, the DMA stalls the start of a new channel. Executing channels are allowed to complete. Channel execution resumes when the system exits debug mode or the EDBG bit is cleared.
#define DMA_CR_EMLM | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_CR_EMLM_SHIFT)) & DMA_CR_EMLM_MASK) |
EMLM - Enable Minor Loop Mapping 0b0..Disabled. TCDn.word2 is defined as a 32-bit NBYTES field. 0b1..Enabled. TCDn.word2 is redefined to include individual enable fields, an offset field, and the NBYTES field. The individual enable fields allow the minor loop offset to be applied to the source address, the destination address, or both. The NBYTES field is reduced when either offset is enabled.
#define DMA_CR_EMLM | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_CR_EMLM_SHIFT)) & DMA_CR_EMLM_MASK) |
EMLM - Enable Minor Loop Mapping 0b0..Disabled. TCDn.word2 is defined as a 32-bit NBYTES field. 0b1..Enabled. TCDn.word2 is redefined to include individual enable fields, an offset field, and the NBYTES field. The individual enable fields allow the minor loop offset to be applied to the source address, the destination address, or both. The NBYTES field is reduced when either offset is enabled.
#define DMA_CR_EMLM | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_CR_EMLM_SHIFT)) & DMA_CR_EMLM_MASK) |
EMLM - Enable Minor Loop Mapping 0b0..Disabled. TCDn.word2 is defined as a 32-bit NBYTES field. 0b1..Enabled. TCDn.word2 is redefined to include individual enable fields, an offset field, and the NBYTES field. The individual enable fields allow the minor loop offset to be applied to the source address, the destination address, or both. The NBYTES field is reduced when either offset is enabled.
#define DMA_CR_EMLM | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_CR_EMLM_SHIFT)) & DMA_CR_EMLM_MASK) |
EMLM - Enable Minor Loop Mapping 0b0..Disabled. TCDn.word2 is defined as a 32-bit NBYTES field. 0b1..Enabled. TCDn.word2 is redefined to include individual enable fields, an offset field, and the NBYTES field. The individual enable fields allow the minor loop offset to be applied to the source address, the destination address, or both. The NBYTES field is reduced when either offset is enabled.
#define DMA_CR_EMLM | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_CR_EMLM_SHIFT)) & DMA_CR_EMLM_MASK) |
EMLM - Enable Minor Loop Mapping 0b0..Disabled. TCDn.word2 is defined as a 32-bit NBYTES field. 0b1..Enabled. TCDn.word2 is redefined to include individual enable fields, an offset field, and the NBYTES field. The individual enable fields allow the minor loop offset to be applied to the source address, the destination address, or both. The NBYTES field is reduced when either offset is enabled.
#define DMA_CR_ERCA | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_CR_ERCA_SHIFT)) & DMA_CR_ERCA_MASK) |
ERCA - Enable Round Robin Channel Arbitration 0b0..Fixed priority arbitration is used for channel selection . 0b1..Round robin arbitration is used for channel selection .
ERCA - Enable Round Robin Channel Arbitration 0b0..Fixed priority arbitration is used for channel selection within each group. 0b1..Round robin arbitration is used for channel selection within each group.
#define DMA_CR_ERCA | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_CR_ERCA_SHIFT)) & DMA_CR_ERCA_MASK) |
ERCA - Enable Round Robin Channel Arbitration 0b0..Fixed priority arbitration is used for channel selection . 0b1..Round robin arbitration is used for channel selection .
ERCA - Enable Round Robin Channel Arbitration 0b0..Fixed priority arbitration is used for channel selection within each group. 0b1..Round robin arbitration is used for channel selection within each group.
#define DMA_CR_ERCA | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_CR_ERCA_SHIFT)) & DMA_CR_ERCA_MASK) |
ERCA - Enable Round Robin Channel Arbitration 0b0..Fixed priority arbitration is used for channel selection within each group. 0b1..Round robin arbitration is used for channel selection within each group.
#define DMA_CR_ERCA | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_CR_ERCA_SHIFT)) & DMA_CR_ERCA_MASK) |
ERCA - Enable Round Robin Channel Arbitration 0b0..Fixed priority arbitration is used for channel selection within each group. 0b1..Round robin arbitration is used for channel selection within each group.
#define DMA_CR_ERCA | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_CR_ERCA_SHIFT)) & DMA_CR_ERCA_MASK) |
ERCA - Enable Round Robin Channel Arbitration 0b0..Fixed priority arbitration is used for channel selection within each group. 0b1..Round robin arbitration is used for channel selection within each group.
#define DMA_CR_ERGA | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_CR_ERGA_SHIFT)) & DMA_CR_ERGA_MASK) |
ERGA - Enable Round Robin Group Arbitration 0b0..Fixed priority arbitration is used for selection among the groups. 0b1..Round robin arbitration is used for selection among the groups.
#define DMA_CR_ERGA | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_CR_ERGA_SHIFT)) & DMA_CR_ERGA_MASK) |
ERGA - Enable Round Robin Group Arbitration 0b0..Fixed priority arbitration is used for selection among the groups. 0b1..Round robin arbitration is used for selection among the groups.
#define DMA_CR_ERGA | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_CR_ERGA_SHIFT)) & DMA_CR_ERGA_MASK) |
ERGA - Enable Round Robin Group Arbitration 0b0..Fixed priority arbitration is used for selection among the groups. 0b1..Round robin arbitration is used for selection among the groups.
#define DMA_CR_HALT | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_CR_HALT_SHIFT)) & DMA_CR_HALT_MASK) |
HALT - Halt DMA Operations 0b0..Normal operation 0b1..Stall the start of any new channels. Executing channels are allowed to complete. Channel execution resumes when this bit is cleared.
#define DMA_CR_HALT | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_CR_HALT_SHIFT)) & DMA_CR_HALT_MASK) |
HALT - Halt DMA Operations 0b0..Normal operation 0b1..Stall the start of any new channels. Executing channels are allowed to complete. Channel execution resumes when this bit is cleared.
#define DMA_CR_HALT | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_CR_HALT_SHIFT)) & DMA_CR_HALT_MASK) |
HALT - Halt DMA Operations 0b0..Normal operation 0b1..Stall the start of any new channels. Executing channels are allowed to complete. Channel execution resumes when this bit is cleared.
#define DMA_CR_HALT | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_CR_HALT_SHIFT)) & DMA_CR_HALT_MASK) |
HALT - Halt DMA Operations 0b0..Normal operation 0b1..Stall the start of any new channels. Executing channels are allowed to complete. Channel execution resumes when this bit is cleared.
#define DMA_CR_HALT | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_CR_HALT_SHIFT)) & DMA_CR_HALT_MASK) |
HALT - Halt DMA Operations 0b0..Normal operation 0b1..Stall the start of any new channels. Executing channels are allowed to complete. Channel execution resumes when this bit is cleared.
#define DMA_CR_HOE | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_CR_HOE_SHIFT)) & DMA_CR_HOE_MASK) |
HOE - Halt On Error 0b0..Normal operation 0b1..Any error causes the HALT bit to set. Subsequently, all service requests are ignored until the HALT bit is cleared.
#define DMA_CR_HOE | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_CR_HOE_SHIFT)) & DMA_CR_HOE_MASK) |
HOE - Halt On Error 0b0..Normal operation 0b1..Any error causes the HALT bit to set. Subsequently, all service requests are ignored until the HALT bit is cleared.
#define DMA_CR_HOE | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_CR_HOE_SHIFT)) & DMA_CR_HOE_MASK) |
HOE - Halt On Error 0b0..Normal operation 0b1..Any error causes the HALT bit to set. Subsequently, all service requests are ignored until the HALT bit is cleared.
#define DMA_CR_HOE | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_CR_HOE_SHIFT)) & DMA_CR_HOE_MASK) |
HOE - Halt On Error 0b0..Normal operation 0b1..Any error causes the HALT bit to set. Subsequently, all service requests are ignored until the HALT bit is cleared.
#define DMA_CR_HOE | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_CR_HOE_SHIFT)) & DMA_CR_HOE_MASK) |
HOE - Halt On Error 0b0..Normal operation 0b1..Any error causes the HALT bit to set. Subsequently, all service requests are ignored until the HALT bit is cleared.
#define DMA_CSR_BWC | ( | x | ) | (((uint16_t)(((uint16_t)(x)) << DMA_CSR_BWC_SHIFT)) & DMA_CSR_BWC_MASK) |
BWC - Bandwidth Control 0b00..No eDMA engine stalls 0b01..Reserved 0b10..eDMA engine stalls for 4 cycles after each r/w 0b11..eDMA engine stalls for 8 cycles after each r/w
BWC - Bandwidth Control 0b00..No eDMA engine stalls 0b01..Reserved 0b10..eDMA engine stalls for 4 cycles after each R/W. 0b11..eDMA engine stalls for 8 cycles after each R/W.
BWC - Bandwidth Control 0b00..No eDMA engine stalls. 0b01..Reserved 0b10..eDMA engine stalls for 4 cycles after each R/W. 0b11..eDMA engine stalls for 8 cycles after each R/W.
#define DMA_CSR_BWC | ( | x | ) | (((uint16_t)(((uint16_t)(x))<<DMA_CSR_BWC_SHIFT))&DMA_CSR_BWC_MASK) |
BWC - Bandwidth Control 0b00..No eDMA engine stalls 0b01..Reserved 0b10..eDMA engine stalls for 4 cycles after each r/w 0b11..eDMA engine stalls for 8 cycles after each r/w
BWC - Bandwidth Control 0b00..No eDMA engine stalls 0b01..Reserved 0b10..eDMA engine stalls for 4 cycles after each R/W. 0b11..eDMA engine stalls for 8 cycles after each R/W.
BWC - Bandwidth Control 0b00..No eDMA engine stalls. 0b01..Reserved 0b10..eDMA engine stalls for 4 cycles after each R/W. 0b11..eDMA engine stalls for 8 cycles after each R/W.
#define DMA_CSR_BWC | ( | x | ) | (((uint16_t)(((uint16_t)(x)) << DMA_CSR_BWC_SHIFT)) & DMA_CSR_BWC_MASK) |
BWC - Bandwidth Control 0b00..No eDMA engine stalls 0b01..Reserved 0b10..eDMA engine stalls for 4 cycles after each r/w 0b11..eDMA engine stalls for 8 cycles after each r/w
BWC - Bandwidth Control 0b00..No eDMA engine stalls 0b01..Reserved 0b10..eDMA engine stalls for 4 cycles after each R/W. 0b11..eDMA engine stalls for 8 cycles after each R/W.
BWC - Bandwidth Control 0b00..No eDMA engine stalls. 0b01..Reserved 0b10..eDMA engine stalls for 4 cycles after each R/W. 0b11..eDMA engine stalls for 8 cycles after each R/W.
#define DMA_CSR_BWC | ( | x | ) | (((uint16_t)(((uint16_t)(x)) << DMA_CSR_BWC_SHIFT)) & DMA_CSR_BWC_MASK) |
BWC - Bandwidth Control 0b00..No eDMA engine stalls 0b01..Reserved 0b10..eDMA engine stalls for 4 cycles after each R/W. 0b11..eDMA engine stalls for 8 cycles after each R/W.
BWC - Bandwidth Control 0b00..No eDMA engine stalls. 0b01..Reserved 0b10..eDMA engine stalls for 4 cycles after each R/W. 0b11..eDMA engine stalls for 8 cycles after each R/W.
#define DMA_CSR_BWC | ( | x | ) | (((uint16_t)(((uint16_t)(x)) << DMA_CSR_BWC_SHIFT)) & DMA_CSR_BWC_MASK) |
BWC - Bandwidth Control 0b00..No eDMA engine stalls 0b01..Reserved 0b10..eDMA engine stalls for 4 cycles after each R/W. 0b11..eDMA engine stalls for 8 cycles after each R/W.
BWC - Bandwidth Control 0b00..No eDMA engine stalls. 0b01..Reserved 0b10..eDMA engine stalls for 4 cycles after each R/W. 0b11..eDMA engine stalls for 8 cycles after each R/W.
#define DMA_CSR_BWC | ( | x | ) | (((uint16_t)(((uint16_t)(x)) << DMA_CSR_BWC_SHIFT)) & DMA_CSR_BWC_MASK) |
BWC - Bandwidth Control 0b00..No eDMA engine stalls. 0b01..Reserved 0b10..eDMA engine stalls for 4 cycles after each R/W. 0b11..eDMA engine stalls for 8 cycles after each R/W.
#define DMA_CSR_DREQ | ( | x | ) | (((uint16_t)(((uint16_t)(x)) << DMA_CSR_DREQ_SHIFT)) & DMA_CSR_DREQ_MASK) |
DREQ - Disable Request 0b0..The channel's ERQ bit is not affected 0b1..The channel's ERQ bit is cleared when the major loop is complete
DREQ - Disable Request 0b0..The channel's ERQ bit is not affected. 0b1..The channel's ERQ bit is cleared when the major loop is complete.
#define DMA_CSR_DREQ | ( | x | ) | (((uint16_t)(((uint16_t)(x)) << DMA_CSR_DREQ_SHIFT)) & DMA_CSR_DREQ_MASK) |
DREQ - Disable Request 0b0..The channel's ERQ bit is not affected 0b1..The channel's ERQ bit is cleared when the major loop is complete
DREQ - Disable Request 0b0..The channel's ERQ bit is not affected. 0b1..The channel's ERQ bit is cleared when the major loop is complete.
#define DMA_CSR_DREQ | ( | x | ) | (((uint16_t)(((uint16_t)(x)) << DMA_CSR_DREQ_SHIFT)) & DMA_CSR_DREQ_MASK) |
DREQ - Disable Request 0b0..The channel's ERQ bit is not affected. 0b1..The channel's ERQ bit is cleared when the major loop is complete.
#define DMA_CSR_DREQ | ( | x | ) | (((uint16_t)(((uint16_t)(x)) << DMA_CSR_DREQ_SHIFT)) & DMA_CSR_DREQ_MASK) |
DREQ - Disable Request 0b0..The channel's ERQ bit is not affected. 0b1..The channel's ERQ bit is cleared when the major loop is complete.
#define DMA_CSR_DREQ | ( | x | ) | (((uint16_t)(((uint16_t)(x)) << DMA_CSR_DREQ_SHIFT)) & DMA_CSR_DREQ_MASK) |
DREQ - Disable Request 0b0..The channel's ERQ bit is not affected. 0b1..The channel's ERQ bit is cleared when the major loop is complete.
#define DMA_CSR_ESG | ( | x | ) | (((uint16_t)(((uint16_t)(x)) << DMA_CSR_ESG_SHIFT)) & DMA_CSR_ESG_MASK) |
ESG - Enable Scatter/Gather Processing 0b0..The current channel's TCD is normal format. 0b1..The current channel's TCD specifies a scatter gather format. The DLASTSGA field provides a memory pointer to the next TCD to be loaded into this channel after the major loop completes its execution.
#define DMA_CSR_ESG | ( | x | ) | (((uint16_t)(((uint16_t)(x)) << DMA_CSR_ESG_SHIFT)) & DMA_CSR_ESG_MASK) |
ESG - Enable Scatter/Gather Processing 0b0..The current channel's TCD is normal format. 0b1..The current channel's TCD specifies a scatter gather format. The DLASTSGA field provides a memory pointer to the next TCD to be loaded into this channel after the major loop completes its execution.
#define DMA_CSR_ESG | ( | x | ) | (((uint16_t)(((uint16_t)(x)) << DMA_CSR_ESG_SHIFT)) & DMA_CSR_ESG_MASK) |
ESG - Enable Scatter/Gather Processing 0b0..The current channel's TCD is normal format. 0b1..The current channel's TCD specifies a scatter gather format. The DLASTSGA field provides a memory pointer to the next TCD to be loaded into this channel after the major loop completes its execution.
#define DMA_CSR_ESG | ( | x | ) | (((uint16_t)(((uint16_t)(x)) << DMA_CSR_ESG_SHIFT)) & DMA_CSR_ESG_MASK) |
ESG - Enable Scatter/Gather Processing 0b0..The current channel's TCD is normal format. 0b1..The current channel's TCD specifies a scatter gather format. The DLASTSGA field provides a memory pointer to the next TCD to be loaded into this channel after the major loop completes its execution.
#define DMA_CSR_ESG | ( | x | ) | (((uint16_t)(((uint16_t)(x)) << DMA_CSR_ESG_SHIFT)) & DMA_CSR_ESG_MASK) |
ESG - Enable Scatter/Gather Processing 0b0..The current channel's TCD is normal format. 0b1..The current channel's TCD specifies a scatter gather format. The DLASTSGA field provides a memory pointer to the next TCD to be loaded into this channel after the major loop completes its execution.
#define DMA_CSR_INTHALF | ( | x | ) | (((uint16_t)(((uint16_t)(x)) << DMA_CSR_INTHALF_SHIFT)) & DMA_CSR_INTHALF_MASK) |
INTHALF - Enable an interrupt when major counter is half complete. 0b0..The half-point interrupt is disabled 0b1..The half-point interrupt is enabled
INTHALF - Enable an interrupt when major counter is half complete. 0b0..The half-point interrupt is disabled. 0b1..The half-point interrupt is enabled.
#define DMA_CSR_INTHALF | ( | x | ) | (((uint16_t)(((uint16_t)(x)) << DMA_CSR_INTHALF_SHIFT)) & DMA_CSR_INTHALF_MASK) |
INTHALF - Enable an interrupt when major counter is half complete. 0b0..The half-point interrupt is disabled 0b1..The half-point interrupt is enabled
INTHALF - Enable an interrupt when major counter is half complete. 0b0..The half-point interrupt is disabled. 0b1..The half-point interrupt is enabled.
#define DMA_CSR_INTHALF | ( | x | ) | (((uint16_t)(((uint16_t)(x)) << DMA_CSR_INTHALF_SHIFT)) & DMA_CSR_INTHALF_MASK) |
INTHALF - Enable an interrupt when major counter is half complete. 0b0..The half-point interrupt is disabled. 0b1..The half-point interrupt is enabled.
#define DMA_CSR_INTHALF | ( | x | ) | (((uint16_t)(((uint16_t)(x)) << DMA_CSR_INTHALF_SHIFT)) & DMA_CSR_INTHALF_MASK) |
INTHALF - Enable an interrupt when major counter is half complete. 0b0..The half-point interrupt is disabled. 0b1..The half-point interrupt is enabled.
#define DMA_CSR_INTHALF | ( | x | ) | (((uint16_t)(((uint16_t)(x)) << DMA_CSR_INTHALF_SHIFT)) & DMA_CSR_INTHALF_MASK) |
INTHALF - Enable an interrupt when major counter is half complete. 0b0..The half-point interrupt is disabled. 0b1..The half-point interrupt is enabled.
#define DMA_CSR_INTMAJOR | ( | x | ) | (((uint16_t)(((uint16_t)(x)) << DMA_CSR_INTMAJOR_SHIFT)) & DMA_CSR_INTMAJOR_MASK) |
INTMAJOR - Enable an interrupt when major iteration count completes 0b0..The end-of-major loop interrupt is disabled 0b1..The end-of-major loop interrupt is enabled
INTMAJOR - Enable an interrupt when major iteration count completes. 0b0..The end-of-major loop interrupt is disabled. 0b1..The end-of-major loop interrupt is enabled.
#define DMA_CSR_INTMAJOR | ( | x | ) | (((uint16_t)(((uint16_t)(x)) << DMA_CSR_INTMAJOR_SHIFT)) & DMA_CSR_INTMAJOR_MASK) |
INTMAJOR - Enable an interrupt when major iteration count completes 0b0..The end-of-major loop interrupt is disabled 0b1..The end-of-major loop interrupt is enabled
INTMAJOR - Enable an interrupt when major iteration count completes. 0b0..The end-of-major loop interrupt is disabled. 0b1..The end-of-major loop interrupt is enabled.
#define DMA_CSR_INTMAJOR | ( | x | ) | (((uint16_t)(((uint16_t)(x)) << DMA_CSR_INTMAJOR_SHIFT)) & DMA_CSR_INTMAJOR_MASK) |
INTMAJOR - Enable an interrupt when major iteration count completes. 0b0..The end-of-major loop interrupt is disabled. 0b1..The end-of-major loop interrupt is enabled.
#define DMA_CSR_INTMAJOR | ( | x | ) | (((uint16_t)(((uint16_t)(x)) << DMA_CSR_INTMAJOR_SHIFT)) & DMA_CSR_INTMAJOR_MASK) |
INTMAJOR - Enable an interrupt when major iteration count completes. 0b0..The end-of-major loop interrupt is disabled. 0b1..The end-of-major loop interrupt is enabled.
#define DMA_CSR_INTMAJOR | ( | x | ) | (((uint16_t)(((uint16_t)(x)) << DMA_CSR_INTMAJOR_SHIFT)) & DMA_CSR_INTMAJOR_MASK) |
INTMAJOR - Enable an interrupt when major iteration count completes. 0b0..The end-of-major loop interrupt is disabled. 0b1..The end-of-major loop interrupt is enabled.
#define DMA_CSR_MAJORELINK | ( | x | ) | (((uint16_t)(((uint16_t)(x)) << DMA_CSR_MAJORELINK_SHIFT)) & DMA_CSR_MAJORELINK_MASK) |
MAJORELINK - Enable channel-to-channel linking on major loop complete 0b0..The channel-to-channel linking is disabled 0b1..The channel-to-channel linking is enabled
MAJORELINK - Enable channel-to-channel linking on major loop complete 0b0..The channel-to-channel linking is disabled. 0b1..The channel-to-channel linking is enabled.
#define DMA_CSR_MAJORELINK | ( | x | ) | (((uint16_t)(((uint16_t)(x)) << DMA_CSR_MAJORELINK_SHIFT)) & DMA_CSR_MAJORELINK_MASK) |
MAJORELINK - Enable channel-to-channel linking on major loop complete 0b0..The channel-to-channel linking is disabled 0b1..The channel-to-channel linking is enabled
MAJORELINK - Enable channel-to-channel linking on major loop complete 0b0..The channel-to-channel linking is disabled. 0b1..The channel-to-channel linking is enabled.
#define DMA_CSR_MAJORELINK | ( | x | ) | (((uint16_t)(((uint16_t)(x)) << DMA_CSR_MAJORELINK_SHIFT)) & DMA_CSR_MAJORELINK_MASK) |
MAJORELINK - Enable channel-to-channel linking on major loop complete 0b0..The channel-to-channel linking is disabled. 0b1..The channel-to-channel linking is enabled.
#define DMA_CSR_MAJORELINK | ( | x | ) | (((uint16_t)(((uint16_t)(x)) << DMA_CSR_MAJORELINK_SHIFT)) & DMA_CSR_MAJORELINK_MASK) |
MAJORELINK - Enable channel-to-channel linking on major loop complete 0b0..The channel-to-channel linking is disabled. 0b1..The channel-to-channel linking is enabled.
#define DMA_CSR_MAJORELINK | ( | x | ) | (((uint16_t)(((uint16_t)(x)) << DMA_CSR_MAJORELINK_SHIFT)) & DMA_CSR_MAJORELINK_MASK) |
MAJORELINK - Enable channel-to-channel linking on major loop complete 0b0..The channel-to-channel linking is disabled. 0b1..The channel-to-channel linking is enabled.
#define DMA_CSR_START | ( | x | ) | (((uint16_t)(((uint16_t)(x)) << DMA_CSR_START_SHIFT)) & DMA_CSR_START_MASK) |
START - Channel Start 0b0..The channel is not explicitly started 0b1..The channel is explicitly started via a software initiated service request
START - Channel Start 0b0..The channel is not explicitly started. 0b1..The channel is explicitly started via a software initiated service request.
#define DMA_CSR_START | ( | x | ) | (((uint16_t)(((uint16_t)(x)) << DMA_CSR_START_SHIFT)) & DMA_CSR_START_MASK) |
START - Channel Start 0b0..The channel is not explicitly started 0b1..The channel is explicitly started via a software initiated service request
START - Channel Start 0b0..The channel is not explicitly started. 0b1..The channel is explicitly started via a software initiated service request.
#define DMA_CSR_START | ( | x | ) | (((uint16_t)(((uint16_t)(x)) << DMA_CSR_START_SHIFT)) & DMA_CSR_START_MASK) |
START - Channel Start 0b0..The channel is not explicitly started. 0b1..The channel is explicitly started via a software initiated service request.
#define DMA_CSR_START | ( | x | ) | (((uint16_t)(((uint16_t)(x)) << DMA_CSR_START_SHIFT)) & DMA_CSR_START_MASK) |
START - Channel Start 0b0..The channel is not explicitly started. 0b1..The channel is explicitly started via a software initiated service request.
#define DMA_CSR_START | ( | x | ) | (((uint16_t)(((uint16_t)(x)) << DMA_CSR_START_SHIFT)) & DMA_CSR_START_MASK) |
START - Channel Start 0b0..The channel is not explicitly started. 0b1..The channel is explicitly started via a software initiated service request.
#define DMA_DCHPRI0_DPA | ( | x | ) | (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI0_DPA_SHIFT)) & DMA_DCHPRI0_DPA_MASK) |
DPA - Disable Preempt Ability 0b0..Channel n can suspend a lower priority channel 0b1..Channel n cannot suspend any channel, regardless of channel priority
DPA - Disable Preempt Ability. 0b0..Channel n can suspend a lower priority channel. 0b1..Channel n cannot suspend any channel, regardless of channel priority.
#define DMA_DCHPRI0_DPA | ( | x | ) | (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI0_DPA_SHIFT)) & DMA_DCHPRI0_DPA_MASK) |
DPA - Disable Preempt Ability 0b0..Channel n can suspend a lower priority channel 0b1..Channel n cannot suspend any channel, regardless of channel priority
DPA - Disable Preempt Ability. 0b0..Channel n can suspend a lower priority channel. 0b1..Channel n cannot suspend any channel, regardless of channel priority.
#define DMA_DCHPRI0_DPA | ( | x | ) | (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI0_DPA_SHIFT)) & DMA_DCHPRI0_DPA_MASK) |
DPA - Disable Preempt Ability. 0b0..Channel n can suspend a lower priority channel. 0b1..Channel n cannot suspend any channel, regardless of channel priority.
#define DMA_DCHPRI0_DPA | ( | x | ) | (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI0_DPA_SHIFT)) & DMA_DCHPRI0_DPA_MASK) |
DPA - Disable Preempt Ability. 0b0..Channel n can suspend a lower priority channel. 0b1..Channel n cannot suspend any channel, regardless of channel priority.
#define DMA_DCHPRI0_DPA | ( | x | ) | (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI0_DPA_SHIFT)) & DMA_DCHPRI0_DPA_MASK) |
DPA - Disable Preempt Ability. 0b0..Channel n can suspend a lower priority channel. 0b1..Channel n cannot suspend any channel, regardless of channel priority.
#define DMA_DCHPRI0_ECP | ( | x | ) | (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI0_ECP_SHIFT)) & DMA_DCHPRI0_ECP_MASK) |
ECP - Enable Channel Preemption 0b0..Channel n cannot be suspended by a higher priority channel's service request 0b1..Channel n can be temporarily suspended by the service request of a higher priority channel
ECP - Enable Channel Preemption. 0b0..Channel n cannot be suspended by a higher priority channel's service request. 0b1..Channel n can be temporarily suspended by the service request of a higher priority channel.
#define DMA_DCHPRI0_ECP | ( | x | ) | (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI0_ECP_SHIFT)) & DMA_DCHPRI0_ECP_MASK) |
ECP - Enable Channel Preemption 0b0..Channel n cannot be suspended by a higher priority channel's service request 0b1..Channel n can be temporarily suspended by the service request of a higher priority channel
ECP - Enable Channel Preemption. 0b0..Channel n cannot be suspended by a higher priority channel's service request. 0b1..Channel n can be temporarily suspended by the service request of a higher priority channel.
#define DMA_DCHPRI0_ECP | ( | x | ) | (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI0_ECP_SHIFT)) & DMA_DCHPRI0_ECP_MASK) |
ECP - Enable Channel Preemption. 0b0..Channel n cannot be suspended by a higher priority channel's service request. 0b1..Channel n can be temporarily suspended by the service request of a higher priority channel.
#define DMA_DCHPRI0_ECP | ( | x | ) | (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI0_ECP_SHIFT)) & DMA_DCHPRI0_ECP_MASK) |
ECP - Enable Channel Preemption. 0b0..Channel n cannot be suspended by a higher priority channel's service request. 0b1..Channel n can be temporarily suspended by the service request of a higher priority channel.
#define DMA_DCHPRI0_ECP | ( | x | ) | (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI0_ECP_SHIFT)) & DMA_DCHPRI0_ECP_MASK) |
ECP - Enable Channel Preemption. 0b0..Channel n cannot be suspended by a higher priority channel's service request. 0b1..Channel n can be temporarily suspended by the service request of a higher priority channel.
#define DMA_DCHPRI10_DPA | ( | x | ) | (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI10_DPA_SHIFT)) & DMA_DCHPRI10_DPA_MASK) |
DPA - Disable Preempt Ability 0b0..Channel n can suspend a lower priority channel 0b1..Channel n cannot suspend any channel, regardless of channel priority
DPA - Disable Preempt Ability. 0b0..Channel n can suspend a lower priority channel. 0b1..Channel n cannot suspend any channel, regardless of channel priority.
#define DMA_DCHPRI10_DPA | ( | x | ) | (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI10_DPA_SHIFT)) & DMA_DCHPRI10_DPA_MASK) |
DPA - Disable Preempt Ability 0b0..Channel n can suspend a lower priority channel 0b1..Channel n cannot suspend any channel, regardless of channel priority
DPA - Disable Preempt Ability. 0b0..Channel n can suspend a lower priority channel. 0b1..Channel n cannot suspend any channel, regardless of channel priority.
#define DMA_DCHPRI10_DPA | ( | x | ) | (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI10_DPA_SHIFT)) & DMA_DCHPRI10_DPA_MASK) |
DPA - Disable Preempt Ability. 0b0..Channel n can suspend a lower priority channel. 0b1..Channel n cannot suspend any channel, regardless of channel priority.
#define DMA_DCHPRI10_DPA | ( | x | ) | (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI10_DPA_SHIFT)) & DMA_DCHPRI10_DPA_MASK) |
DPA - Disable Preempt Ability. 0b0..Channel n can suspend a lower priority channel. 0b1..Channel n cannot suspend any channel, regardless of channel priority.
#define DMA_DCHPRI10_DPA | ( | x | ) | (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI10_DPA_SHIFT)) & DMA_DCHPRI10_DPA_MASK) |
DPA - Disable Preempt Ability. 0b0..Channel n can suspend a lower priority channel. 0b1..Channel n cannot suspend any channel, regardless of channel priority.
#define DMA_DCHPRI10_ECP | ( | x | ) | (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI10_ECP_SHIFT)) & DMA_DCHPRI10_ECP_MASK) |
ECP - Enable Channel Preemption 0b0..Channel n cannot be suspended by a higher priority channel's service request 0b1..Channel n can be temporarily suspended by the service request of a higher priority channel
ECP - Enable Channel Preemption. 0b0..Channel n cannot be suspended by a higher priority channel's service request. 0b1..Channel n can be temporarily suspended by the service request of a higher priority channel.
#define DMA_DCHPRI10_ECP | ( | x | ) | (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI10_ECP_SHIFT)) & DMA_DCHPRI10_ECP_MASK) |
ECP - Enable Channel Preemption 0b0..Channel n cannot be suspended by a higher priority channel's service request 0b1..Channel n can be temporarily suspended by the service request of a higher priority channel
ECP - Enable Channel Preemption. 0b0..Channel n cannot be suspended by a higher priority channel's service request. 0b1..Channel n can be temporarily suspended by the service request of a higher priority channel.
#define DMA_DCHPRI10_ECP | ( | x | ) | (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI10_ECP_SHIFT)) & DMA_DCHPRI10_ECP_MASK) |
ECP - Enable Channel Preemption. 0b0..Channel n cannot be suspended by a higher priority channel's service request. 0b1..Channel n can be temporarily suspended by the service request of a higher priority channel.
#define DMA_DCHPRI10_ECP | ( | x | ) | (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI10_ECP_SHIFT)) & DMA_DCHPRI10_ECP_MASK) |
ECP - Enable Channel Preemption. 0b0..Channel n cannot be suspended by a higher priority channel's service request. 0b1..Channel n can be temporarily suspended by the service request of a higher priority channel.
#define DMA_DCHPRI10_ECP | ( | x | ) | (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI10_ECP_SHIFT)) & DMA_DCHPRI10_ECP_MASK) |
ECP - Enable Channel Preemption. 0b0..Channel n cannot be suspended by a higher priority channel's service request. 0b1..Channel n can be temporarily suspended by the service request of a higher priority channel.
#define DMA_DCHPRI11_DPA | ( | x | ) | (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI11_DPA_SHIFT)) & DMA_DCHPRI11_DPA_MASK) |
DPA - Disable Preempt Ability 0b0..Channel n can suspend a lower priority channel 0b1..Channel n cannot suspend any channel, regardless of channel priority
DPA - Disable Preempt Ability. 0b0..Channel n can suspend a lower priority channel. 0b1..Channel n cannot suspend any channel, regardless of channel priority.
#define DMA_DCHPRI11_DPA | ( | x | ) | (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI11_DPA_SHIFT)) & DMA_DCHPRI11_DPA_MASK) |
DPA - Disable Preempt Ability 0b0..Channel n can suspend a lower priority channel 0b1..Channel n cannot suspend any channel, regardless of channel priority
DPA - Disable Preempt Ability. 0b0..Channel n can suspend a lower priority channel. 0b1..Channel n cannot suspend any channel, regardless of channel priority.
#define DMA_DCHPRI11_DPA | ( | x | ) | (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI11_DPA_SHIFT)) & DMA_DCHPRI11_DPA_MASK) |
DPA - Disable Preempt Ability. 0b0..Channel n can suspend a lower priority channel. 0b1..Channel n cannot suspend any channel, regardless of channel priority.
#define DMA_DCHPRI11_DPA | ( | x | ) | (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI11_DPA_SHIFT)) & DMA_DCHPRI11_DPA_MASK) |
DPA - Disable Preempt Ability. 0b0..Channel n can suspend a lower priority channel. 0b1..Channel n cannot suspend any channel, regardless of channel priority.
#define DMA_DCHPRI11_DPA | ( | x | ) | (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI11_DPA_SHIFT)) & DMA_DCHPRI11_DPA_MASK) |
DPA - Disable Preempt Ability. 0b0..Channel n can suspend a lower priority channel. 0b1..Channel n cannot suspend any channel, regardless of channel priority.
#define DMA_DCHPRI11_ECP | ( | x | ) | (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI11_ECP_SHIFT)) & DMA_DCHPRI11_ECP_MASK) |
ECP - Enable Channel Preemption 0b0..Channel n cannot be suspended by a higher priority channel's service request 0b1..Channel n can be temporarily suspended by the service request of a higher priority channel
ECP - Enable Channel Preemption. 0b0..Channel n cannot be suspended by a higher priority channel's service request. 0b1..Channel n can be temporarily suspended by the service request of a higher priority channel.
#define DMA_DCHPRI11_ECP | ( | x | ) | (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI11_ECP_SHIFT)) & DMA_DCHPRI11_ECP_MASK) |
ECP - Enable Channel Preemption 0b0..Channel n cannot be suspended by a higher priority channel's service request 0b1..Channel n can be temporarily suspended by the service request of a higher priority channel
ECP - Enable Channel Preemption. 0b0..Channel n cannot be suspended by a higher priority channel's service request. 0b1..Channel n can be temporarily suspended by the service request of a higher priority channel.
#define DMA_DCHPRI11_ECP | ( | x | ) | (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI11_ECP_SHIFT)) & DMA_DCHPRI11_ECP_MASK) |
ECP - Enable Channel Preemption. 0b0..Channel n cannot be suspended by a higher priority channel's service request. 0b1..Channel n can be temporarily suspended by the service request of a higher priority channel.
#define DMA_DCHPRI11_ECP | ( | x | ) | (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI11_ECP_SHIFT)) & DMA_DCHPRI11_ECP_MASK) |
ECP - Enable Channel Preemption. 0b0..Channel n cannot be suspended by a higher priority channel's service request. 0b1..Channel n can be temporarily suspended by the service request of a higher priority channel.
#define DMA_DCHPRI11_ECP | ( | x | ) | (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI11_ECP_SHIFT)) & DMA_DCHPRI11_ECP_MASK) |
ECP - Enable Channel Preemption. 0b0..Channel n cannot be suspended by a higher priority channel's service request. 0b1..Channel n can be temporarily suspended by the service request of a higher priority channel.
#define DMA_DCHPRI12_DPA | ( | x | ) | (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI12_DPA_SHIFT)) & DMA_DCHPRI12_DPA_MASK) |
DPA - Disable Preempt Ability 0b0..Channel n can suspend a lower priority channel 0b1..Channel n cannot suspend any channel, regardless of channel priority
DPA - Disable Preempt Ability. 0b0..Channel n can suspend a lower priority channel. 0b1..Channel n cannot suspend any channel, regardless of channel priority.
#define DMA_DCHPRI12_DPA | ( | x | ) | (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI12_DPA_SHIFT)) & DMA_DCHPRI12_DPA_MASK) |
DPA - Disable Preempt Ability 0b0..Channel n can suspend a lower priority channel 0b1..Channel n cannot suspend any channel, regardless of channel priority
DPA - Disable Preempt Ability. 0b0..Channel n can suspend a lower priority channel. 0b1..Channel n cannot suspend any channel, regardless of channel priority.
#define DMA_DCHPRI12_DPA | ( | x | ) | (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI12_DPA_SHIFT)) & DMA_DCHPRI12_DPA_MASK) |
DPA - Disable Preempt Ability. 0b0..Channel n can suspend a lower priority channel. 0b1..Channel n cannot suspend any channel, regardless of channel priority.
#define DMA_DCHPRI12_DPA | ( | x | ) | (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI12_DPA_SHIFT)) & DMA_DCHPRI12_DPA_MASK) |
DPA - Disable Preempt Ability. 0b0..Channel n can suspend a lower priority channel. 0b1..Channel n cannot suspend any channel, regardless of channel priority.
#define DMA_DCHPRI12_DPA | ( | x | ) | (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI12_DPA_SHIFT)) & DMA_DCHPRI12_DPA_MASK) |
DPA - Disable Preempt Ability. 0b0..Channel n can suspend a lower priority channel. 0b1..Channel n cannot suspend any channel, regardless of channel priority.
#define DMA_DCHPRI12_ECP | ( | x | ) | (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI12_ECP_SHIFT)) & DMA_DCHPRI12_ECP_MASK) |
ECP - Enable Channel Preemption 0b0..Channel n cannot be suspended by a higher priority channel's service request 0b1..Channel n can be temporarily suspended by the service request of a higher priority channel
ECP - Enable Channel Preemption. 0b0..Channel n cannot be suspended by a higher priority channel's service request. 0b1..Channel n can be temporarily suspended by the service request of a higher priority channel.
#define DMA_DCHPRI12_ECP | ( | x | ) | (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI12_ECP_SHIFT)) & DMA_DCHPRI12_ECP_MASK) |
ECP - Enable Channel Preemption 0b0..Channel n cannot be suspended by a higher priority channel's service request 0b1..Channel n can be temporarily suspended by the service request of a higher priority channel
ECP - Enable Channel Preemption. 0b0..Channel n cannot be suspended by a higher priority channel's service request. 0b1..Channel n can be temporarily suspended by the service request of a higher priority channel.
#define DMA_DCHPRI12_ECP | ( | x | ) | (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI12_ECP_SHIFT)) & DMA_DCHPRI12_ECP_MASK) |
ECP - Enable Channel Preemption. 0b0..Channel n cannot be suspended by a higher priority channel's service request. 0b1..Channel n can be temporarily suspended by the service request of a higher priority channel.
#define DMA_DCHPRI12_ECP | ( | x | ) | (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI12_ECP_SHIFT)) & DMA_DCHPRI12_ECP_MASK) |
ECP - Enable Channel Preemption. 0b0..Channel n cannot be suspended by a higher priority channel's service request. 0b1..Channel n can be temporarily suspended by the service request of a higher priority channel.
#define DMA_DCHPRI12_ECP | ( | x | ) | (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI12_ECP_SHIFT)) & DMA_DCHPRI12_ECP_MASK) |
ECP - Enable Channel Preemption. 0b0..Channel n cannot be suspended by a higher priority channel's service request. 0b1..Channel n can be temporarily suspended by the service request of a higher priority channel.
#define DMA_DCHPRI13_DPA | ( | x | ) | (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI13_DPA_SHIFT)) & DMA_DCHPRI13_DPA_MASK) |
DPA - Disable Preempt Ability 0b0..Channel n can suspend a lower priority channel 0b1..Channel n cannot suspend any channel, regardless of channel priority
DPA - Disable Preempt Ability. 0b0..Channel n can suspend a lower priority channel. 0b1..Channel n cannot suspend any channel, regardless of channel priority.
#define DMA_DCHPRI13_DPA | ( | x | ) | (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI13_DPA_SHIFT)) & DMA_DCHPRI13_DPA_MASK) |
DPA - Disable Preempt Ability 0b0..Channel n can suspend a lower priority channel 0b1..Channel n cannot suspend any channel, regardless of channel priority
DPA - Disable Preempt Ability. 0b0..Channel n can suspend a lower priority channel. 0b1..Channel n cannot suspend any channel, regardless of channel priority.
#define DMA_DCHPRI13_DPA | ( | x | ) | (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI13_DPA_SHIFT)) & DMA_DCHPRI13_DPA_MASK) |
DPA - Disable Preempt Ability. 0b0..Channel n can suspend a lower priority channel. 0b1..Channel n cannot suspend any channel, regardless of channel priority.
#define DMA_DCHPRI13_DPA | ( | x | ) | (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI13_DPA_SHIFT)) & DMA_DCHPRI13_DPA_MASK) |
DPA - Disable Preempt Ability. 0b0..Channel n can suspend a lower priority channel. 0b1..Channel n cannot suspend any channel, regardless of channel priority.
#define DMA_DCHPRI13_DPA | ( | x | ) | (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI13_DPA_SHIFT)) & DMA_DCHPRI13_DPA_MASK) |
DPA - Disable Preempt Ability. 0b0..Channel n can suspend a lower priority channel. 0b1..Channel n cannot suspend any channel, regardless of channel priority.
#define DMA_DCHPRI13_ECP | ( | x | ) | (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI13_ECP_SHIFT)) & DMA_DCHPRI13_ECP_MASK) |
ECP - Enable Channel Preemption 0b0..Channel n cannot be suspended by a higher priority channel's service request 0b1..Channel n can be temporarily suspended by the service request of a higher priority channel
ECP - Enable Channel Preemption. 0b0..Channel n cannot be suspended by a higher priority channel's service request. 0b1..Channel n can be temporarily suspended by the service request of a higher priority channel.
#define DMA_DCHPRI13_ECP | ( | x | ) | (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI13_ECP_SHIFT)) & DMA_DCHPRI13_ECP_MASK) |
ECP - Enable Channel Preemption 0b0..Channel n cannot be suspended by a higher priority channel's service request 0b1..Channel n can be temporarily suspended by the service request of a higher priority channel
ECP - Enable Channel Preemption. 0b0..Channel n cannot be suspended by a higher priority channel's service request. 0b1..Channel n can be temporarily suspended by the service request of a higher priority channel.
#define DMA_DCHPRI13_ECP | ( | x | ) | (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI13_ECP_SHIFT)) & DMA_DCHPRI13_ECP_MASK) |
ECP - Enable Channel Preemption. 0b0..Channel n cannot be suspended by a higher priority channel's service request. 0b1..Channel n can be temporarily suspended by the service request of a higher priority channel.
#define DMA_DCHPRI13_ECP | ( | x | ) | (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI13_ECP_SHIFT)) & DMA_DCHPRI13_ECP_MASK) |
ECP - Enable Channel Preemption. 0b0..Channel n cannot be suspended by a higher priority channel's service request. 0b1..Channel n can be temporarily suspended by the service request of a higher priority channel.
#define DMA_DCHPRI13_ECP | ( | x | ) | (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI13_ECP_SHIFT)) & DMA_DCHPRI13_ECP_MASK) |
ECP - Enable Channel Preemption. 0b0..Channel n cannot be suspended by a higher priority channel's service request. 0b1..Channel n can be temporarily suspended by the service request of a higher priority channel.
#define DMA_DCHPRI14_DPA | ( | x | ) | (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI14_DPA_SHIFT)) & DMA_DCHPRI14_DPA_MASK) |
DPA - Disable Preempt Ability 0b0..Channel n can suspend a lower priority channel 0b1..Channel n cannot suspend any channel, regardless of channel priority
DPA - Disable Preempt Ability. 0b0..Channel n can suspend a lower priority channel. 0b1..Channel n cannot suspend any channel, regardless of channel priority.
#define DMA_DCHPRI14_DPA | ( | x | ) | (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI14_DPA_SHIFT)) & DMA_DCHPRI14_DPA_MASK) |
DPA - Disable Preempt Ability 0b0..Channel n can suspend a lower priority channel 0b1..Channel n cannot suspend any channel, regardless of channel priority
DPA - Disable Preempt Ability. 0b0..Channel n can suspend a lower priority channel. 0b1..Channel n cannot suspend any channel, regardless of channel priority.
#define DMA_DCHPRI14_DPA | ( | x | ) | (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI14_DPA_SHIFT)) & DMA_DCHPRI14_DPA_MASK) |
DPA - Disable Preempt Ability. 0b0..Channel n can suspend a lower priority channel. 0b1..Channel n cannot suspend any channel, regardless of channel priority.
#define DMA_DCHPRI14_DPA | ( | x | ) | (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI14_DPA_SHIFT)) & DMA_DCHPRI14_DPA_MASK) |
DPA - Disable Preempt Ability. 0b0..Channel n can suspend a lower priority channel. 0b1..Channel n cannot suspend any channel, regardless of channel priority.
#define DMA_DCHPRI14_DPA | ( | x | ) | (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI14_DPA_SHIFT)) & DMA_DCHPRI14_DPA_MASK) |
DPA - Disable Preempt Ability. 0b0..Channel n can suspend a lower priority channel. 0b1..Channel n cannot suspend any channel, regardless of channel priority.
#define DMA_DCHPRI14_ECP | ( | x | ) | (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI14_ECP_SHIFT)) & DMA_DCHPRI14_ECP_MASK) |
ECP - Enable Channel Preemption 0b0..Channel n cannot be suspended by a higher priority channel's service request 0b1..Channel n can be temporarily suspended by the service request of a higher priority channel
ECP - Enable Channel Preemption. 0b0..Channel n cannot be suspended by a higher priority channel's service request. 0b1..Channel n can be temporarily suspended by the service request of a higher priority channel.
#define DMA_DCHPRI14_ECP | ( | x | ) | (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI14_ECP_SHIFT)) & DMA_DCHPRI14_ECP_MASK) |
ECP - Enable Channel Preemption 0b0..Channel n cannot be suspended by a higher priority channel's service request 0b1..Channel n can be temporarily suspended by the service request of a higher priority channel
ECP - Enable Channel Preemption. 0b0..Channel n cannot be suspended by a higher priority channel's service request. 0b1..Channel n can be temporarily suspended by the service request of a higher priority channel.
#define DMA_DCHPRI14_ECP | ( | x | ) | (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI14_ECP_SHIFT)) & DMA_DCHPRI14_ECP_MASK) |
ECP - Enable Channel Preemption. 0b0..Channel n cannot be suspended by a higher priority channel's service request. 0b1..Channel n can be temporarily suspended by the service request of a higher priority channel.
#define DMA_DCHPRI14_ECP | ( | x | ) | (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI14_ECP_SHIFT)) & DMA_DCHPRI14_ECP_MASK) |
ECP - Enable Channel Preemption. 0b0..Channel n cannot be suspended by a higher priority channel's service request. 0b1..Channel n can be temporarily suspended by the service request of a higher priority channel.
#define DMA_DCHPRI14_ECP | ( | x | ) | (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI14_ECP_SHIFT)) & DMA_DCHPRI14_ECP_MASK) |
ECP - Enable Channel Preemption. 0b0..Channel n cannot be suspended by a higher priority channel's service request. 0b1..Channel n can be temporarily suspended by the service request of a higher priority channel.
#define DMA_DCHPRI15_DPA | ( | x | ) | (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI15_DPA_SHIFT)) & DMA_DCHPRI15_DPA_MASK) |
DPA - Disable Preempt Ability 0b0..Channel n can suspend a lower priority channel 0b1..Channel n cannot suspend any channel, regardless of channel priority
DPA - Disable Preempt Ability. 0b0..Channel n can suspend a lower priority channel. 0b1..Channel n cannot suspend any channel, regardless of channel priority.
#define DMA_DCHPRI15_DPA | ( | x | ) | (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI15_DPA_SHIFT)) & DMA_DCHPRI15_DPA_MASK) |
DPA - Disable Preempt Ability 0b0..Channel n can suspend a lower priority channel 0b1..Channel n cannot suspend any channel, regardless of channel priority
DPA - Disable Preempt Ability. 0b0..Channel n can suspend a lower priority channel. 0b1..Channel n cannot suspend any channel, regardless of channel priority.
#define DMA_DCHPRI15_DPA | ( | x | ) | (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI15_DPA_SHIFT)) & DMA_DCHPRI15_DPA_MASK) |
DPA - Disable Preempt Ability. 0b0..Channel n can suspend a lower priority channel. 0b1..Channel n cannot suspend any channel, regardless of channel priority.
#define DMA_DCHPRI15_DPA | ( | x | ) | (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI15_DPA_SHIFT)) & DMA_DCHPRI15_DPA_MASK) |
DPA - Disable Preempt Ability. 0b0..Channel n can suspend a lower priority channel. 0b1..Channel n cannot suspend any channel, regardless of channel priority.
#define DMA_DCHPRI15_DPA | ( | x | ) | (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI15_DPA_SHIFT)) & DMA_DCHPRI15_DPA_MASK) |
DPA - Disable Preempt Ability. 0b0..Channel n can suspend a lower priority channel. 0b1..Channel n cannot suspend any channel, regardless of channel priority.
#define DMA_DCHPRI15_ECP | ( | x | ) | (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI15_ECP_SHIFT)) & DMA_DCHPRI15_ECP_MASK) |
ECP - Enable Channel Preemption 0b0..Channel n cannot be suspended by a higher priority channel's service request 0b1..Channel n can be temporarily suspended by the service request of a higher priority channel
ECP - Enable Channel Preemption. 0b0..Channel n cannot be suspended by a higher priority channel's service request. 0b1..Channel n can be temporarily suspended by the service request of a higher priority channel.
#define DMA_DCHPRI15_ECP | ( | x | ) | (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI15_ECP_SHIFT)) & DMA_DCHPRI15_ECP_MASK) |
ECP - Enable Channel Preemption 0b0..Channel n cannot be suspended by a higher priority channel's service request 0b1..Channel n can be temporarily suspended by the service request of a higher priority channel
ECP - Enable Channel Preemption. 0b0..Channel n cannot be suspended by a higher priority channel's service request. 0b1..Channel n can be temporarily suspended by the service request of a higher priority channel.
#define DMA_DCHPRI15_ECP | ( | x | ) | (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI15_ECP_SHIFT)) & DMA_DCHPRI15_ECP_MASK) |
ECP - Enable Channel Preemption. 0b0..Channel n cannot be suspended by a higher priority channel's service request. 0b1..Channel n can be temporarily suspended by the service request of a higher priority channel.
#define DMA_DCHPRI15_ECP | ( | x | ) | (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI15_ECP_SHIFT)) & DMA_DCHPRI15_ECP_MASK) |
ECP - Enable Channel Preemption. 0b0..Channel n cannot be suspended by a higher priority channel's service request. 0b1..Channel n can be temporarily suspended by the service request of a higher priority channel.
#define DMA_DCHPRI15_ECP | ( | x | ) | (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI15_ECP_SHIFT)) & DMA_DCHPRI15_ECP_MASK) |
ECP - Enable Channel Preemption. 0b0..Channel n cannot be suspended by a higher priority channel's service request. 0b1..Channel n can be temporarily suspended by the service request of a higher priority channel.
#define DMA_DCHPRI16_DPA | ( | x | ) | (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI16_DPA_SHIFT)) & DMA_DCHPRI16_DPA_MASK) |
DPA - Disable Preempt Ability. 0b0..Channel n can suspend a lower priority channel. 0b1..Channel n cannot suspend any channel, regardless of channel priority.
#define DMA_DCHPRI16_DPA | ( | x | ) | (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI16_DPA_SHIFT)) & DMA_DCHPRI16_DPA_MASK) |
DPA - Disable Preempt Ability. 0b0..Channel n can suspend a lower priority channel. 0b1..Channel n cannot suspend any channel, regardless of channel priority.
#define DMA_DCHPRI16_DPA | ( | x | ) | (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI16_DPA_SHIFT)) & DMA_DCHPRI16_DPA_MASK) |
DPA - Disable Preempt Ability. 0b0..Channel n can suspend a lower priority channel. 0b1..Channel n cannot suspend any channel, regardless of channel priority.
#define DMA_DCHPRI16_ECP | ( | x | ) | (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI16_ECP_SHIFT)) & DMA_DCHPRI16_ECP_MASK) |
ECP - Enable Channel Preemption. 0b0..Channel n cannot be suspended by a higher priority channel's service request. 0b1..Channel n can be temporarily suspended by the service request of a higher priority channel.
#define DMA_DCHPRI16_ECP | ( | x | ) | (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI16_ECP_SHIFT)) & DMA_DCHPRI16_ECP_MASK) |
ECP - Enable Channel Preemption. 0b0..Channel n cannot be suspended by a higher priority channel's service request. 0b1..Channel n can be temporarily suspended by the service request of a higher priority channel.
#define DMA_DCHPRI16_ECP | ( | x | ) | (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI16_ECP_SHIFT)) & DMA_DCHPRI16_ECP_MASK) |
ECP - Enable Channel Preemption. 0b0..Channel n cannot be suspended by a higher priority channel's service request. 0b1..Channel n can be temporarily suspended by the service request of a higher priority channel.
#define DMA_DCHPRI17_DPA | ( | x | ) | (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI17_DPA_SHIFT)) & DMA_DCHPRI17_DPA_MASK) |
DPA - Disable Preempt Ability. 0b0..Channel n can suspend a lower priority channel. 0b1..Channel n cannot suspend any channel, regardless of channel priority.
#define DMA_DCHPRI17_DPA | ( | x | ) | (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI17_DPA_SHIFT)) & DMA_DCHPRI17_DPA_MASK) |
DPA - Disable Preempt Ability. 0b0..Channel n can suspend a lower priority channel. 0b1..Channel n cannot suspend any channel, regardless of channel priority.
#define DMA_DCHPRI17_DPA | ( | x | ) | (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI17_DPA_SHIFT)) & DMA_DCHPRI17_DPA_MASK) |
DPA - Disable Preempt Ability. 0b0..Channel n can suspend a lower priority channel. 0b1..Channel n cannot suspend any channel, regardless of channel priority.
#define DMA_DCHPRI17_ECP | ( | x | ) | (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI17_ECP_SHIFT)) & DMA_DCHPRI17_ECP_MASK) |
ECP - Enable Channel Preemption. 0b0..Channel n cannot be suspended by a higher priority channel's service request. 0b1..Channel n can be temporarily suspended by the service request of a higher priority channel.
#define DMA_DCHPRI17_ECP | ( | x | ) | (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI17_ECP_SHIFT)) & DMA_DCHPRI17_ECP_MASK) |
ECP - Enable Channel Preemption. 0b0..Channel n cannot be suspended by a higher priority channel's service request. 0b1..Channel n can be temporarily suspended by the service request of a higher priority channel.
#define DMA_DCHPRI17_ECP | ( | x | ) | (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI17_ECP_SHIFT)) & DMA_DCHPRI17_ECP_MASK) |
ECP - Enable Channel Preemption. 0b0..Channel n cannot be suspended by a higher priority channel's service request. 0b1..Channel n can be temporarily suspended by the service request of a higher priority channel.
#define DMA_DCHPRI18_DPA | ( | x | ) | (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI18_DPA_SHIFT)) & DMA_DCHPRI18_DPA_MASK) |
DPA - Disable Preempt Ability. 0b0..Channel n can suspend a lower priority channel. 0b1..Channel n cannot suspend any channel, regardless of channel priority.
#define DMA_DCHPRI18_DPA | ( | x | ) | (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI18_DPA_SHIFT)) & DMA_DCHPRI18_DPA_MASK) |
DPA - Disable Preempt Ability. 0b0..Channel n can suspend a lower priority channel. 0b1..Channel n cannot suspend any channel, regardless of channel priority.
#define DMA_DCHPRI18_DPA | ( | x | ) | (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI18_DPA_SHIFT)) & DMA_DCHPRI18_DPA_MASK) |
DPA - Disable Preempt Ability. 0b0..Channel n can suspend a lower priority channel. 0b1..Channel n cannot suspend any channel, regardless of channel priority.
#define DMA_DCHPRI18_ECP | ( | x | ) | (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI18_ECP_SHIFT)) & DMA_DCHPRI18_ECP_MASK) |
ECP - Enable Channel Preemption. 0b0..Channel n cannot be suspended by a higher priority channel's service request. 0b1..Channel n can be temporarily suspended by the service request of a higher priority channel.
#define DMA_DCHPRI18_ECP | ( | x | ) | (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI18_ECP_SHIFT)) & DMA_DCHPRI18_ECP_MASK) |
ECP - Enable Channel Preemption. 0b0..Channel n cannot be suspended by a higher priority channel's service request. 0b1..Channel n can be temporarily suspended by the service request of a higher priority channel.
#define DMA_DCHPRI18_ECP | ( | x | ) | (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI18_ECP_SHIFT)) & DMA_DCHPRI18_ECP_MASK) |
ECP - Enable Channel Preemption. 0b0..Channel n cannot be suspended by a higher priority channel's service request. 0b1..Channel n can be temporarily suspended by the service request of a higher priority channel.
#define DMA_DCHPRI19_DPA | ( | x | ) | (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI19_DPA_SHIFT)) & DMA_DCHPRI19_DPA_MASK) |
DPA - Disable Preempt Ability. 0b0..Channel n can suspend a lower priority channel. 0b1..Channel n cannot suspend any channel, regardless of channel priority.
#define DMA_DCHPRI19_DPA | ( | x | ) | (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI19_DPA_SHIFT)) & DMA_DCHPRI19_DPA_MASK) |
DPA - Disable Preempt Ability. 0b0..Channel n can suspend a lower priority channel. 0b1..Channel n cannot suspend any channel, regardless of channel priority.
#define DMA_DCHPRI19_DPA | ( | x | ) | (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI19_DPA_SHIFT)) & DMA_DCHPRI19_DPA_MASK) |
DPA - Disable Preempt Ability. 0b0..Channel n can suspend a lower priority channel. 0b1..Channel n cannot suspend any channel, regardless of channel priority.
#define DMA_DCHPRI19_ECP | ( | x | ) | (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI19_ECP_SHIFT)) & DMA_DCHPRI19_ECP_MASK) |
ECP - Enable Channel Preemption. 0b0..Channel n cannot be suspended by a higher priority channel's service request. 0b1..Channel n can be temporarily suspended by the service request of a higher priority channel.
#define DMA_DCHPRI19_ECP | ( | x | ) | (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI19_ECP_SHIFT)) & DMA_DCHPRI19_ECP_MASK) |
ECP - Enable Channel Preemption. 0b0..Channel n cannot be suspended by a higher priority channel's service request. 0b1..Channel n can be temporarily suspended by the service request of a higher priority channel.
#define DMA_DCHPRI19_ECP | ( | x | ) | (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI19_ECP_SHIFT)) & DMA_DCHPRI19_ECP_MASK) |
ECP - Enable Channel Preemption. 0b0..Channel n cannot be suspended by a higher priority channel's service request. 0b1..Channel n can be temporarily suspended by the service request of a higher priority channel.
#define DMA_DCHPRI1_DPA | ( | x | ) | (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI1_DPA_SHIFT)) & DMA_DCHPRI1_DPA_MASK) |
DPA - Disable Preempt Ability 0b0..Channel n can suspend a lower priority channel 0b1..Channel n cannot suspend any channel, regardless of channel priority
DPA - Disable Preempt Ability. 0b0..Channel n can suspend a lower priority channel. 0b1..Channel n cannot suspend any channel, regardless of channel priority.
#define DMA_DCHPRI1_DPA | ( | x | ) | (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI1_DPA_SHIFT)) & DMA_DCHPRI1_DPA_MASK) |
DPA - Disable Preempt Ability 0b0..Channel n can suspend a lower priority channel 0b1..Channel n cannot suspend any channel, regardless of channel priority
DPA - Disable Preempt Ability. 0b0..Channel n can suspend a lower priority channel. 0b1..Channel n cannot suspend any channel, regardless of channel priority.
#define DMA_DCHPRI1_DPA | ( | x | ) | (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI1_DPA_SHIFT)) & DMA_DCHPRI1_DPA_MASK) |
DPA - Disable Preempt Ability. 0b0..Channel n can suspend a lower priority channel. 0b1..Channel n cannot suspend any channel, regardless of channel priority.
#define DMA_DCHPRI1_DPA | ( | x | ) | (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI1_DPA_SHIFT)) & DMA_DCHPRI1_DPA_MASK) |
DPA - Disable Preempt Ability. 0b0..Channel n can suspend a lower priority channel. 0b1..Channel n cannot suspend any channel, regardless of channel priority.
#define DMA_DCHPRI1_DPA | ( | x | ) | (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI1_DPA_SHIFT)) & DMA_DCHPRI1_DPA_MASK) |
DPA - Disable Preempt Ability. 0b0..Channel n can suspend a lower priority channel. 0b1..Channel n cannot suspend any channel, regardless of channel priority.
#define DMA_DCHPRI1_ECP | ( | x | ) | (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI1_ECP_SHIFT)) & DMA_DCHPRI1_ECP_MASK) |
ECP - Enable Channel Preemption 0b0..Channel n cannot be suspended by a higher priority channel's service request 0b1..Channel n can be temporarily suspended by the service request of a higher priority channel
ECP - Enable Channel Preemption. 0b0..Channel n cannot be suspended by a higher priority channel's service request. 0b1..Channel n can be temporarily suspended by the service request of a higher priority channel.
#define DMA_DCHPRI1_ECP | ( | x | ) | (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI1_ECP_SHIFT)) & DMA_DCHPRI1_ECP_MASK) |
ECP - Enable Channel Preemption 0b0..Channel n cannot be suspended by a higher priority channel's service request 0b1..Channel n can be temporarily suspended by the service request of a higher priority channel
ECP - Enable Channel Preemption. 0b0..Channel n cannot be suspended by a higher priority channel's service request. 0b1..Channel n can be temporarily suspended by the service request of a higher priority channel.
#define DMA_DCHPRI1_ECP | ( | x | ) | (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI1_ECP_SHIFT)) & DMA_DCHPRI1_ECP_MASK) |
ECP - Enable Channel Preemption. 0b0..Channel n cannot be suspended by a higher priority channel's service request. 0b1..Channel n can be temporarily suspended by the service request of a higher priority channel.
#define DMA_DCHPRI1_ECP | ( | x | ) | (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI1_ECP_SHIFT)) & DMA_DCHPRI1_ECP_MASK) |
ECP - Enable Channel Preemption. 0b0..Channel n cannot be suspended by a higher priority channel's service request. 0b1..Channel n can be temporarily suspended by the service request of a higher priority channel.
#define DMA_DCHPRI1_ECP | ( | x | ) | (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI1_ECP_SHIFT)) & DMA_DCHPRI1_ECP_MASK) |
ECP - Enable Channel Preemption. 0b0..Channel n cannot be suspended by a higher priority channel's service request. 0b1..Channel n can be temporarily suspended by the service request of a higher priority channel.
#define DMA_DCHPRI20_DPA | ( | x | ) | (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI20_DPA_SHIFT)) & DMA_DCHPRI20_DPA_MASK) |
DPA - Disable Preempt Ability. 0b0..Channel n can suspend a lower priority channel. 0b1..Channel n cannot suspend any channel, regardless of channel priority.
#define DMA_DCHPRI20_DPA | ( | x | ) | (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI20_DPA_SHIFT)) & DMA_DCHPRI20_DPA_MASK) |
DPA - Disable Preempt Ability. 0b0..Channel n can suspend a lower priority channel. 0b1..Channel n cannot suspend any channel, regardless of channel priority.
#define DMA_DCHPRI20_DPA | ( | x | ) | (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI20_DPA_SHIFT)) & DMA_DCHPRI20_DPA_MASK) |
DPA - Disable Preempt Ability. 0b0..Channel n can suspend a lower priority channel. 0b1..Channel n cannot suspend any channel, regardless of channel priority.
#define DMA_DCHPRI20_ECP | ( | x | ) | (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI20_ECP_SHIFT)) & DMA_DCHPRI20_ECP_MASK) |
ECP - Enable Channel Preemption. 0b0..Channel n cannot be suspended by a higher priority channel's service request. 0b1..Channel n can be temporarily suspended by the service request of a higher priority channel.
#define DMA_DCHPRI20_ECP | ( | x | ) | (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI20_ECP_SHIFT)) & DMA_DCHPRI20_ECP_MASK) |
ECP - Enable Channel Preemption. 0b0..Channel n cannot be suspended by a higher priority channel's service request. 0b1..Channel n can be temporarily suspended by the service request of a higher priority channel.
#define DMA_DCHPRI20_ECP | ( | x | ) | (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI20_ECP_SHIFT)) & DMA_DCHPRI20_ECP_MASK) |
ECP - Enable Channel Preemption. 0b0..Channel n cannot be suspended by a higher priority channel's service request. 0b1..Channel n can be temporarily suspended by the service request of a higher priority channel.
#define DMA_DCHPRI21_DPA | ( | x | ) | (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI21_DPA_SHIFT)) & DMA_DCHPRI21_DPA_MASK) |
DPA - Disable Preempt Ability. 0b0..Channel n can suspend a lower priority channel. 0b1..Channel n cannot suspend any channel, regardless of channel priority.
#define DMA_DCHPRI21_DPA | ( | x | ) | (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI21_DPA_SHIFT)) & DMA_DCHPRI21_DPA_MASK) |
DPA - Disable Preempt Ability. 0b0..Channel n can suspend a lower priority channel. 0b1..Channel n cannot suspend any channel, regardless of channel priority.
#define DMA_DCHPRI21_DPA | ( | x | ) | (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI21_DPA_SHIFT)) & DMA_DCHPRI21_DPA_MASK) |
DPA - Disable Preempt Ability. 0b0..Channel n can suspend a lower priority channel. 0b1..Channel n cannot suspend any channel, regardless of channel priority.
#define DMA_DCHPRI21_ECP | ( | x | ) | (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI21_ECP_SHIFT)) & DMA_DCHPRI21_ECP_MASK) |
ECP - Enable Channel Preemption. 0b0..Channel n cannot be suspended by a higher priority channel's service request. 0b1..Channel n can be temporarily suspended by the service request of a higher priority channel.
#define DMA_DCHPRI21_ECP | ( | x | ) | (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI21_ECP_SHIFT)) & DMA_DCHPRI21_ECP_MASK) |
ECP - Enable Channel Preemption. 0b0..Channel n cannot be suspended by a higher priority channel's service request. 0b1..Channel n can be temporarily suspended by the service request of a higher priority channel.
#define DMA_DCHPRI21_ECP | ( | x | ) | (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI21_ECP_SHIFT)) & DMA_DCHPRI21_ECP_MASK) |
ECP - Enable Channel Preemption. 0b0..Channel n cannot be suspended by a higher priority channel's service request. 0b1..Channel n can be temporarily suspended by the service request of a higher priority channel.
#define DMA_DCHPRI22_DPA | ( | x | ) | (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI22_DPA_SHIFT)) & DMA_DCHPRI22_DPA_MASK) |
DPA - Disable Preempt Ability. 0b0..Channel n can suspend a lower priority channel. 0b1..Channel n cannot suspend any channel, regardless of channel priority.
#define DMA_DCHPRI22_DPA | ( | x | ) | (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI22_DPA_SHIFT)) & DMA_DCHPRI22_DPA_MASK) |
DPA - Disable Preempt Ability. 0b0..Channel n can suspend a lower priority channel. 0b1..Channel n cannot suspend any channel, regardless of channel priority.
#define DMA_DCHPRI22_DPA | ( | x | ) | (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI22_DPA_SHIFT)) & DMA_DCHPRI22_DPA_MASK) |
DPA - Disable Preempt Ability. 0b0..Channel n can suspend a lower priority channel. 0b1..Channel n cannot suspend any channel, regardless of channel priority.
#define DMA_DCHPRI22_ECP | ( | x | ) | (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI22_ECP_SHIFT)) & DMA_DCHPRI22_ECP_MASK) |
ECP - Enable Channel Preemption. 0b0..Channel n cannot be suspended by a higher priority channel's service request. 0b1..Channel n can be temporarily suspended by the service request of a higher priority channel.
#define DMA_DCHPRI22_ECP | ( | x | ) | (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI22_ECP_SHIFT)) & DMA_DCHPRI22_ECP_MASK) |
ECP - Enable Channel Preemption. 0b0..Channel n cannot be suspended by a higher priority channel's service request. 0b1..Channel n can be temporarily suspended by the service request of a higher priority channel.
#define DMA_DCHPRI22_ECP | ( | x | ) | (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI22_ECP_SHIFT)) & DMA_DCHPRI22_ECP_MASK) |
ECP - Enable Channel Preemption. 0b0..Channel n cannot be suspended by a higher priority channel's service request. 0b1..Channel n can be temporarily suspended by the service request of a higher priority channel.
#define DMA_DCHPRI23_DPA | ( | x | ) | (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI23_DPA_SHIFT)) & DMA_DCHPRI23_DPA_MASK) |
DPA - Disable Preempt Ability. 0b0..Channel n can suspend a lower priority channel. 0b1..Channel n cannot suspend any channel, regardless of channel priority.
#define DMA_DCHPRI23_DPA | ( | x | ) | (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI23_DPA_SHIFT)) & DMA_DCHPRI23_DPA_MASK) |
DPA - Disable Preempt Ability. 0b0..Channel n can suspend a lower priority channel. 0b1..Channel n cannot suspend any channel, regardless of channel priority.
#define DMA_DCHPRI23_DPA | ( | x | ) | (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI23_DPA_SHIFT)) & DMA_DCHPRI23_DPA_MASK) |
DPA - Disable Preempt Ability. 0b0..Channel n can suspend a lower priority channel. 0b1..Channel n cannot suspend any channel, regardless of channel priority.
#define DMA_DCHPRI23_ECP | ( | x | ) | (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI23_ECP_SHIFT)) & DMA_DCHPRI23_ECP_MASK) |
ECP - Enable Channel Preemption. 0b0..Channel n cannot be suspended by a higher priority channel's service request. 0b1..Channel n can be temporarily suspended by the service request of a higher priority channel.
#define DMA_DCHPRI23_ECP | ( | x | ) | (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI23_ECP_SHIFT)) & DMA_DCHPRI23_ECP_MASK) |
ECP - Enable Channel Preemption. 0b0..Channel n cannot be suspended by a higher priority channel's service request. 0b1..Channel n can be temporarily suspended by the service request of a higher priority channel.
#define DMA_DCHPRI23_ECP | ( | x | ) | (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI23_ECP_SHIFT)) & DMA_DCHPRI23_ECP_MASK) |
ECP - Enable Channel Preemption. 0b0..Channel n cannot be suspended by a higher priority channel's service request. 0b1..Channel n can be temporarily suspended by the service request of a higher priority channel.
#define DMA_DCHPRI24_DPA | ( | x | ) | (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI24_DPA_SHIFT)) & DMA_DCHPRI24_DPA_MASK) |
DPA - Disable Preempt Ability. 0b0..Channel n can suspend a lower priority channel. 0b1..Channel n cannot suspend any channel, regardless of channel priority.
#define DMA_DCHPRI24_DPA | ( | x | ) | (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI24_DPA_SHIFT)) & DMA_DCHPRI24_DPA_MASK) |
DPA - Disable Preempt Ability. 0b0..Channel n can suspend a lower priority channel. 0b1..Channel n cannot suspend any channel, regardless of channel priority.
#define DMA_DCHPRI24_DPA | ( | x | ) | (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI24_DPA_SHIFT)) & DMA_DCHPRI24_DPA_MASK) |
DPA - Disable Preempt Ability. 0b0..Channel n can suspend a lower priority channel. 0b1..Channel n cannot suspend any channel, regardless of channel priority.
#define DMA_DCHPRI24_ECP | ( | x | ) | (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI24_ECP_SHIFT)) & DMA_DCHPRI24_ECP_MASK) |
ECP - Enable Channel Preemption. 0b0..Channel n cannot be suspended by a higher priority channel's service request. 0b1..Channel n can be temporarily suspended by the service request of a higher priority channel.
#define DMA_DCHPRI24_ECP | ( | x | ) | (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI24_ECP_SHIFT)) & DMA_DCHPRI24_ECP_MASK) |
ECP - Enable Channel Preemption. 0b0..Channel n cannot be suspended by a higher priority channel's service request. 0b1..Channel n can be temporarily suspended by the service request of a higher priority channel.
#define DMA_DCHPRI24_ECP | ( | x | ) | (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI24_ECP_SHIFT)) & DMA_DCHPRI24_ECP_MASK) |
ECP - Enable Channel Preemption. 0b0..Channel n cannot be suspended by a higher priority channel's service request. 0b1..Channel n can be temporarily suspended by the service request of a higher priority channel.
#define DMA_DCHPRI25_DPA | ( | x | ) | (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI25_DPA_SHIFT)) & DMA_DCHPRI25_DPA_MASK) |
DPA - Disable Preempt Ability. 0b0..Channel n can suspend a lower priority channel. 0b1..Channel n cannot suspend any channel, regardless of channel priority.
#define DMA_DCHPRI25_DPA | ( | x | ) | (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI25_DPA_SHIFT)) & DMA_DCHPRI25_DPA_MASK) |
DPA - Disable Preempt Ability. 0b0..Channel n can suspend a lower priority channel. 0b1..Channel n cannot suspend any channel, regardless of channel priority.
#define DMA_DCHPRI25_DPA | ( | x | ) | (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI25_DPA_SHIFT)) & DMA_DCHPRI25_DPA_MASK) |
DPA - Disable Preempt Ability. 0b0..Channel n can suspend a lower priority channel. 0b1..Channel n cannot suspend any channel, regardless of channel priority.
#define DMA_DCHPRI25_ECP | ( | x | ) | (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI25_ECP_SHIFT)) & DMA_DCHPRI25_ECP_MASK) |
ECP - Enable Channel Preemption. 0b0..Channel n cannot be suspended by a higher priority channel's service request. 0b1..Channel n can be temporarily suspended by the service request of a higher priority channel.
#define DMA_DCHPRI25_ECP | ( | x | ) | (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI25_ECP_SHIFT)) & DMA_DCHPRI25_ECP_MASK) |
ECP - Enable Channel Preemption. 0b0..Channel n cannot be suspended by a higher priority channel's service request. 0b1..Channel n can be temporarily suspended by the service request of a higher priority channel.
#define DMA_DCHPRI25_ECP | ( | x | ) | (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI25_ECP_SHIFT)) & DMA_DCHPRI25_ECP_MASK) |
ECP - Enable Channel Preemption. 0b0..Channel n cannot be suspended by a higher priority channel's service request. 0b1..Channel n can be temporarily suspended by the service request of a higher priority channel.
#define DMA_DCHPRI26_DPA | ( | x | ) | (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI26_DPA_SHIFT)) & DMA_DCHPRI26_DPA_MASK) |
DPA - Disable Preempt Ability. 0b0..Channel n can suspend a lower priority channel. 0b1..Channel n cannot suspend any channel, regardless of channel priority.
#define DMA_DCHPRI26_DPA | ( | x | ) | (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI26_DPA_SHIFT)) & DMA_DCHPRI26_DPA_MASK) |
DPA - Disable Preempt Ability. 0b0..Channel n can suspend a lower priority channel. 0b1..Channel n cannot suspend any channel, regardless of channel priority.
#define DMA_DCHPRI26_DPA | ( | x | ) | (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI26_DPA_SHIFT)) & DMA_DCHPRI26_DPA_MASK) |
DPA - Disable Preempt Ability. 0b0..Channel n can suspend a lower priority channel. 0b1..Channel n cannot suspend any channel, regardless of channel priority.
#define DMA_DCHPRI26_ECP | ( | x | ) | (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI26_ECP_SHIFT)) & DMA_DCHPRI26_ECP_MASK) |
ECP - Enable Channel Preemption. 0b0..Channel n cannot be suspended by a higher priority channel's service request. 0b1..Channel n can be temporarily suspended by the service request of a higher priority channel.
#define DMA_DCHPRI26_ECP | ( | x | ) | (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI26_ECP_SHIFT)) & DMA_DCHPRI26_ECP_MASK) |
ECP - Enable Channel Preemption. 0b0..Channel n cannot be suspended by a higher priority channel's service request. 0b1..Channel n can be temporarily suspended by the service request of a higher priority channel.
#define DMA_DCHPRI26_ECP | ( | x | ) | (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI26_ECP_SHIFT)) & DMA_DCHPRI26_ECP_MASK) |
ECP - Enable Channel Preemption. 0b0..Channel n cannot be suspended by a higher priority channel's service request. 0b1..Channel n can be temporarily suspended by the service request of a higher priority channel.
#define DMA_DCHPRI27_DPA | ( | x | ) | (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI27_DPA_SHIFT)) & DMA_DCHPRI27_DPA_MASK) |
DPA - Disable Preempt Ability. 0b0..Channel n can suspend a lower priority channel. 0b1..Channel n cannot suspend any channel, regardless of channel priority.
#define DMA_DCHPRI27_DPA | ( | x | ) | (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI27_DPA_SHIFT)) & DMA_DCHPRI27_DPA_MASK) |
DPA - Disable Preempt Ability. 0b0..Channel n can suspend a lower priority channel. 0b1..Channel n cannot suspend any channel, regardless of channel priority.
#define DMA_DCHPRI27_DPA | ( | x | ) | (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI27_DPA_SHIFT)) & DMA_DCHPRI27_DPA_MASK) |
DPA - Disable Preempt Ability. 0b0..Channel n can suspend a lower priority channel. 0b1..Channel n cannot suspend any channel, regardless of channel priority.
#define DMA_DCHPRI27_ECP | ( | x | ) | (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI27_ECP_SHIFT)) & DMA_DCHPRI27_ECP_MASK) |
ECP - Enable Channel Preemption. 0b0..Channel n cannot be suspended by a higher priority channel's service request. 0b1..Channel n can be temporarily suspended by the service request of a higher priority channel.
#define DMA_DCHPRI27_ECP | ( | x | ) | (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI27_ECP_SHIFT)) & DMA_DCHPRI27_ECP_MASK) |
ECP - Enable Channel Preemption. 0b0..Channel n cannot be suspended by a higher priority channel's service request. 0b1..Channel n can be temporarily suspended by the service request of a higher priority channel.
#define DMA_DCHPRI27_ECP | ( | x | ) | (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI27_ECP_SHIFT)) & DMA_DCHPRI27_ECP_MASK) |
ECP - Enable Channel Preemption. 0b0..Channel n cannot be suspended by a higher priority channel's service request. 0b1..Channel n can be temporarily suspended by the service request of a higher priority channel.
#define DMA_DCHPRI28_DPA | ( | x | ) | (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI28_DPA_SHIFT)) & DMA_DCHPRI28_DPA_MASK) |
DPA - Disable Preempt Ability. 0b0..Channel n can suspend a lower priority channel. 0b1..Channel n cannot suspend any channel, regardless of channel priority.
#define DMA_DCHPRI28_DPA | ( | x | ) | (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI28_DPA_SHIFT)) & DMA_DCHPRI28_DPA_MASK) |
DPA - Disable Preempt Ability. 0b0..Channel n can suspend a lower priority channel. 0b1..Channel n cannot suspend any channel, regardless of channel priority.
#define DMA_DCHPRI28_DPA | ( | x | ) | (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI28_DPA_SHIFT)) & DMA_DCHPRI28_DPA_MASK) |
DPA - Disable Preempt Ability. 0b0..Channel n can suspend a lower priority channel. 0b1..Channel n cannot suspend any channel, regardless of channel priority.
#define DMA_DCHPRI28_ECP | ( | x | ) | (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI28_ECP_SHIFT)) & DMA_DCHPRI28_ECP_MASK) |
ECP - Enable Channel Preemption. 0b0..Channel n cannot be suspended by a higher priority channel's service request. 0b1..Channel n can be temporarily suspended by the service request of a higher priority channel.
#define DMA_DCHPRI28_ECP | ( | x | ) | (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI28_ECP_SHIFT)) & DMA_DCHPRI28_ECP_MASK) |
ECP - Enable Channel Preemption. 0b0..Channel n cannot be suspended by a higher priority channel's service request. 0b1..Channel n can be temporarily suspended by the service request of a higher priority channel.
#define DMA_DCHPRI28_ECP | ( | x | ) | (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI28_ECP_SHIFT)) & DMA_DCHPRI28_ECP_MASK) |
ECP - Enable Channel Preemption. 0b0..Channel n cannot be suspended by a higher priority channel's service request. 0b1..Channel n can be temporarily suspended by the service request of a higher priority channel.
#define DMA_DCHPRI29_DPA | ( | x | ) | (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI29_DPA_SHIFT)) & DMA_DCHPRI29_DPA_MASK) |
DPA - Disable Preempt Ability. 0b0..Channel n can suspend a lower priority channel. 0b1..Channel n cannot suspend any channel, regardless of channel priority.
#define DMA_DCHPRI29_DPA | ( | x | ) | (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI29_DPA_SHIFT)) & DMA_DCHPRI29_DPA_MASK) |
DPA - Disable Preempt Ability. 0b0..Channel n can suspend a lower priority channel. 0b1..Channel n cannot suspend any channel, regardless of channel priority.
#define DMA_DCHPRI29_DPA | ( | x | ) | (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI29_DPA_SHIFT)) & DMA_DCHPRI29_DPA_MASK) |
DPA - Disable Preempt Ability. 0b0..Channel n can suspend a lower priority channel. 0b1..Channel n cannot suspend any channel, regardless of channel priority.
#define DMA_DCHPRI29_ECP | ( | x | ) | (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI29_ECP_SHIFT)) & DMA_DCHPRI29_ECP_MASK) |
ECP - Enable Channel Preemption. 0b0..Channel n cannot be suspended by a higher priority channel's service request. 0b1..Channel n can be temporarily suspended by the service request of a higher priority channel.
#define DMA_DCHPRI29_ECP | ( | x | ) | (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI29_ECP_SHIFT)) & DMA_DCHPRI29_ECP_MASK) |
ECP - Enable Channel Preemption. 0b0..Channel n cannot be suspended by a higher priority channel's service request. 0b1..Channel n can be temporarily suspended by the service request of a higher priority channel.
#define DMA_DCHPRI29_ECP | ( | x | ) | (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI29_ECP_SHIFT)) & DMA_DCHPRI29_ECP_MASK) |
ECP - Enable Channel Preemption. 0b0..Channel n cannot be suspended by a higher priority channel's service request. 0b1..Channel n can be temporarily suspended by the service request of a higher priority channel.
#define DMA_DCHPRI2_DPA | ( | x | ) | (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI2_DPA_SHIFT)) & DMA_DCHPRI2_DPA_MASK) |
DPA - Disable Preempt Ability 0b0..Channel n can suspend a lower priority channel 0b1..Channel n cannot suspend any channel, regardless of channel priority
DPA - Disable Preempt Ability. 0b0..Channel n can suspend a lower priority channel. 0b1..Channel n cannot suspend any channel, regardless of channel priority.
#define DMA_DCHPRI2_DPA | ( | x | ) | (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI2_DPA_SHIFT)) & DMA_DCHPRI2_DPA_MASK) |
DPA - Disable Preempt Ability 0b0..Channel n can suspend a lower priority channel 0b1..Channel n cannot suspend any channel, regardless of channel priority
DPA - Disable Preempt Ability. 0b0..Channel n can suspend a lower priority channel. 0b1..Channel n cannot suspend any channel, regardless of channel priority.
#define DMA_DCHPRI2_DPA | ( | x | ) | (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI2_DPA_SHIFT)) & DMA_DCHPRI2_DPA_MASK) |
DPA - Disable Preempt Ability. 0b0..Channel n can suspend a lower priority channel. 0b1..Channel n cannot suspend any channel, regardless of channel priority.
#define DMA_DCHPRI2_DPA | ( | x | ) | (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI2_DPA_SHIFT)) & DMA_DCHPRI2_DPA_MASK) |
DPA - Disable Preempt Ability. 0b0..Channel n can suspend a lower priority channel. 0b1..Channel n cannot suspend any channel, regardless of channel priority.
#define DMA_DCHPRI2_DPA | ( | x | ) | (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI2_DPA_SHIFT)) & DMA_DCHPRI2_DPA_MASK) |
DPA - Disable Preempt Ability. 0b0..Channel n can suspend a lower priority channel. 0b1..Channel n cannot suspend any channel, regardless of channel priority.
#define DMA_DCHPRI2_ECP | ( | x | ) | (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI2_ECP_SHIFT)) & DMA_DCHPRI2_ECP_MASK) |
ECP - Enable Channel Preemption 0b0..Channel n cannot be suspended by a higher priority channel's service request 0b1..Channel n can be temporarily suspended by the service request of a higher priority channel
ECP - Enable Channel Preemption. 0b0..Channel n cannot be suspended by a higher priority channel's service request. 0b1..Channel n can be temporarily suspended by the service request of a higher priority channel.
#define DMA_DCHPRI2_ECP | ( | x | ) | (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI2_ECP_SHIFT)) & DMA_DCHPRI2_ECP_MASK) |
ECP - Enable Channel Preemption 0b0..Channel n cannot be suspended by a higher priority channel's service request 0b1..Channel n can be temporarily suspended by the service request of a higher priority channel
ECP - Enable Channel Preemption. 0b0..Channel n cannot be suspended by a higher priority channel's service request. 0b1..Channel n can be temporarily suspended by the service request of a higher priority channel.
#define DMA_DCHPRI2_ECP | ( | x | ) | (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI2_ECP_SHIFT)) & DMA_DCHPRI2_ECP_MASK) |
ECP - Enable Channel Preemption. 0b0..Channel n cannot be suspended by a higher priority channel's service request. 0b1..Channel n can be temporarily suspended by the service request of a higher priority channel.
#define DMA_DCHPRI2_ECP | ( | x | ) | (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI2_ECP_SHIFT)) & DMA_DCHPRI2_ECP_MASK) |
ECP - Enable Channel Preemption. 0b0..Channel n cannot be suspended by a higher priority channel's service request. 0b1..Channel n can be temporarily suspended by the service request of a higher priority channel.
#define DMA_DCHPRI2_ECP | ( | x | ) | (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI2_ECP_SHIFT)) & DMA_DCHPRI2_ECP_MASK) |
ECP - Enable Channel Preemption. 0b0..Channel n cannot be suspended by a higher priority channel's service request. 0b1..Channel n can be temporarily suspended by the service request of a higher priority channel.
#define DMA_DCHPRI30_DPA | ( | x | ) | (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI30_DPA_SHIFT)) & DMA_DCHPRI30_DPA_MASK) |
DPA - Disable Preempt Ability. 0b0..Channel n can suspend a lower priority channel. 0b1..Channel n cannot suspend any channel, regardless of channel priority.
#define DMA_DCHPRI30_DPA | ( | x | ) | (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI30_DPA_SHIFT)) & DMA_DCHPRI30_DPA_MASK) |
DPA - Disable Preempt Ability. 0b0..Channel n can suspend a lower priority channel. 0b1..Channel n cannot suspend any channel, regardless of channel priority.
#define DMA_DCHPRI30_DPA | ( | x | ) | (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI30_DPA_SHIFT)) & DMA_DCHPRI30_DPA_MASK) |
DPA - Disable Preempt Ability. 0b0..Channel n can suspend a lower priority channel. 0b1..Channel n cannot suspend any channel, regardless of channel priority.
#define DMA_DCHPRI30_ECP | ( | x | ) | (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI30_ECP_SHIFT)) & DMA_DCHPRI30_ECP_MASK) |
ECP - Enable Channel Preemption. 0b0..Channel n cannot be suspended by a higher priority channel's service request. 0b1..Channel n can be temporarily suspended by the service request of a higher priority channel.
#define DMA_DCHPRI30_ECP | ( | x | ) | (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI30_ECP_SHIFT)) & DMA_DCHPRI30_ECP_MASK) |
ECP - Enable Channel Preemption. 0b0..Channel n cannot be suspended by a higher priority channel's service request. 0b1..Channel n can be temporarily suspended by the service request of a higher priority channel.
#define DMA_DCHPRI30_ECP | ( | x | ) | (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI30_ECP_SHIFT)) & DMA_DCHPRI30_ECP_MASK) |
ECP - Enable Channel Preemption. 0b0..Channel n cannot be suspended by a higher priority channel's service request. 0b1..Channel n can be temporarily suspended by the service request of a higher priority channel.
#define DMA_DCHPRI31_DPA | ( | x | ) | (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI31_DPA_SHIFT)) & DMA_DCHPRI31_DPA_MASK) |
DPA - Disable Preempt Ability. 0b0..Channel n can suspend a lower priority channel. 0b1..Channel n cannot suspend any channel, regardless of channel priority.
#define DMA_DCHPRI31_DPA | ( | x | ) | (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI31_DPA_SHIFT)) & DMA_DCHPRI31_DPA_MASK) |
DPA - Disable Preempt Ability. 0b0..Channel n can suspend a lower priority channel. 0b1..Channel n cannot suspend any channel, regardless of channel priority.
#define DMA_DCHPRI31_DPA | ( | x | ) | (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI31_DPA_SHIFT)) & DMA_DCHPRI31_DPA_MASK) |
DPA - Disable Preempt Ability. 0b0..Channel n can suspend a lower priority channel. 0b1..Channel n cannot suspend any channel, regardless of channel priority.
#define DMA_DCHPRI31_ECP | ( | x | ) | (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI31_ECP_SHIFT)) & DMA_DCHPRI31_ECP_MASK) |
ECP - Enable Channel Preemption. 0b0..Channel n cannot be suspended by a higher priority channel's service request. 0b1..Channel n can be temporarily suspended by the service request of a higher priority channel.
#define DMA_DCHPRI31_ECP | ( | x | ) | (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI31_ECP_SHIFT)) & DMA_DCHPRI31_ECP_MASK) |
ECP - Enable Channel Preemption. 0b0..Channel n cannot be suspended by a higher priority channel's service request. 0b1..Channel n can be temporarily suspended by the service request of a higher priority channel.
#define DMA_DCHPRI31_ECP | ( | x | ) | (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI31_ECP_SHIFT)) & DMA_DCHPRI31_ECP_MASK) |
ECP - Enable Channel Preemption. 0b0..Channel n cannot be suspended by a higher priority channel's service request. 0b1..Channel n can be temporarily suspended by the service request of a higher priority channel.
#define DMA_DCHPRI3_DPA | ( | x | ) | (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI3_DPA_SHIFT)) & DMA_DCHPRI3_DPA_MASK) |
DPA - Disable Preempt Ability 0b0..Channel n can suspend a lower priority channel 0b1..Channel n cannot suspend any channel, regardless of channel priority
DPA - Disable Preempt Ability. 0b0..Channel n can suspend a lower priority channel. 0b1..Channel n cannot suspend any channel, regardless of channel priority.
#define DMA_DCHPRI3_DPA | ( | x | ) | (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI3_DPA_SHIFT)) & DMA_DCHPRI3_DPA_MASK) |
DPA - Disable Preempt Ability 0b0..Channel n can suspend a lower priority channel 0b1..Channel n cannot suspend any channel, regardless of channel priority
DPA - Disable Preempt Ability. 0b0..Channel n can suspend a lower priority channel. 0b1..Channel n cannot suspend any channel, regardless of channel priority.
#define DMA_DCHPRI3_DPA | ( | x | ) | (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI3_DPA_SHIFT)) & DMA_DCHPRI3_DPA_MASK) |
DPA - Disable Preempt Ability. 0b0..Channel n can suspend a lower priority channel. 0b1..Channel n cannot suspend any channel, regardless of channel priority.
#define DMA_DCHPRI3_DPA | ( | x | ) | (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI3_DPA_SHIFT)) & DMA_DCHPRI3_DPA_MASK) |
DPA - Disable Preempt Ability. 0b0..Channel n can suspend a lower priority channel. 0b1..Channel n cannot suspend any channel, regardless of channel priority.
#define DMA_DCHPRI3_DPA | ( | x | ) | (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI3_DPA_SHIFT)) & DMA_DCHPRI3_DPA_MASK) |
DPA - Disable Preempt Ability. 0b0..Channel n can suspend a lower priority channel. 0b1..Channel n cannot suspend any channel, regardless of channel priority.
#define DMA_DCHPRI3_ECP | ( | x | ) | (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI3_ECP_SHIFT)) & DMA_DCHPRI3_ECP_MASK) |
ECP - Enable Channel Preemption 0b0..Channel n cannot be suspended by a higher priority channel's service request 0b1..Channel n can be temporarily suspended by the service request of a higher priority channel
ECP - Enable Channel Preemption. 0b0..Channel n cannot be suspended by a higher priority channel's service request. 0b1..Channel n can be temporarily suspended by the service request of a higher priority channel.
#define DMA_DCHPRI3_ECP | ( | x | ) | (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI3_ECP_SHIFT)) & DMA_DCHPRI3_ECP_MASK) |
ECP - Enable Channel Preemption 0b0..Channel n cannot be suspended by a higher priority channel's service request 0b1..Channel n can be temporarily suspended by the service request of a higher priority channel
ECP - Enable Channel Preemption. 0b0..Channel n cannot be suspended by a higher priority channel's service request. 0b1..Channel n can be temporarily suspended by the service request of a higher priority channel.
#define DMA_DCHPRI3_ECP | ( | x | ) | (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI3_ECP_SHIFT)) & DMA_DCHPRI3_ECP_MASK) |
ECP - Enable Channel Preemption. 0b0..Channel n cannot be suspended by a higher priority channel's service request. 0b1..Channel n can be temporarily suspended by the service request of a higher priority channel.
#define DMA_DCHPRI3_ECP | ( | x | ) | (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI3_ECP_SHIFT)) & DMA_DCHPRI3_ECP_MASK) |
ECP - Enable Channel Preemption. 0b0..Channel n cannot be suspended by a higher priority channel's service request. 0b1..Channel n can be temporarily suspended by the service request of a higher priority channel.
#define DMA_DCHPRI3_ECP | ( | x | ) | (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI3_ECP_SHIFT)) & DMA_DCHPRI3_ECP_MASK) |
ECP - Enable Channel Preemption. 0b0..Channel n cannot be suspended by a higher priority channel's service request. 0b1..Channel n can be temporarily suspended by the service request of a higher priority channel.
#define DMA_DCHPRI4_DPA | ( | x | ) | (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI4_DPA_SHIFT)) & DMA_DCHPRI4_DPA_MASK) |
DPA - Disable Preempt Ability 0b0..Channel n can suspend a lower priority channel 0b1..Channel n cannot suspend any channel, regardless of channel priority
DPA - Disable Preempt Ability. 0b0..Channel n can suspend a lower priority channel. 0b1..Channel n cannot suspend any channel, regardless of channel priority.
#define DMA_DCHPRI4_DPA | ( | x | ) | (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI4_DPA_SHIFT)) & DMA_DCHPRI4_DPA_MASK) |
DPA - Disable Preempt Ability 0b0..Channel n can suspend a lower priority channel 0b1..Channel n cannot suspend any channel, regardless of channel priority
DPA - Disable Preempt Ability. 0b0..Channel n can suspend a lower priority channel. 0b1..Channel n cannot suspend any channel, regardless of channel priority.
#define DMA_DCHPRI4_DPA | ( | x | ) | (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI4_DPA_SHIFT)) & DMA_DCHPRI4_DPA_MASK) |
DPA - Disable Preempt Ability. 0b0..Channel n can suspend a lower priority channel. 0b1..Channel n cannot suspend any channel, regardless of channel priority.
#define DMA_DCHPRI4_DPA | ( | x | ) | (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI4_DPA_SHIFT)) & DMA_DCHPRI4_DPA_MASK) |
DPA - Disable Preempt Ability. 0b0..Channel n can suspend a lower priority channel. 0b1..Channel n cannot suspend any channel, regardless of channel priority.
#define DMA_DCHPRI4_DPA | ( | x | ) | (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI4_DPA_SHIFT)) & DMA_DCHPRI4_DPA_MASK) |
DPA - Disable Preempt Ability. 0b0..Channel n can suspend a lower priority channel. 0b1..Channel n cannot suspend any channel, regardless of channel priority.
#define DMA_DCHPRI4_ECP | ( | x | ) | (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI4_ECP_SHIFT)) & DMA_DCHPRI4_ECP_MASK) |
ECP - Enable Channel Preemption 0b0..Channel n cannot be suspended by a higher priority channel's service request 0b1..Channel n can be temporarily suspended by the service request of a higher priority channel
ECP - Enable Channel Preemption. 0b0..Channel n cannot be suspended by a higher priority channel's service request. 0b1..Channel n can be temporarily suspended by the service request of a higher priority channel.
#define DMA_DCHPRI4_ECP | ( | x | ) | (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI4_ECP_SHIFT)) & DMA_DCHPRI4_ECP_MASK) |
ECP - Enable Channel Preemption 0b0..Channel n cannot be suspended by a higher priority channel's service request 0b1..Channel n can be temporarily suspended by the service request of a higher priority channel
ECP - Enable Channel Preemption. 0b0..Channel n cannot be suspended by a higher priority channel's service request. 0b1..Channel n can be temporarily suspended by the service request of a higher priority channel.
#define DMA_DCHPRI4_ECP | ( | x | ) | (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI4_ECP_SHIFT)) & DMA_DCHPRI4_ECP_MASK) |
ECP - Enable Channel Preemption. 0b0..Channel n cannot be suspended by a higher priority channel's service request. 0b1..Channel n can be temporarily suspended by the service request of a higher priority channel.
#define DMA_DCHPRI4_ECP | ( | x | ) | (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI4_ECP_SHIFT)) & DMA_DCHPRI4_ECP_MASK) |
ECP - Enable Channel Preemption. 0b0..Channel n cannot be suspended by a higher priority channel's service request. 0b1..Channel n can be temporarily suspended by the service request of a higher priority channel.
#define DMA_DCHPRI4_ECP | ( | x | ) | (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI4_ECP_SHIFT)) & DMA_DCHPRI4_ECP_MASK) |
ECP - Enable Channel Preemption. 0b0..Channel n cannot be suspended by a higher priority channel's service request. 0b1..Channel n can be temporarily suspended by the service request of a higher priority channel.
#define DMA_DCHPRI5_DPA | ( | x | ) | (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI5_DPA_SHIFT)) & DMA_DCHPRI5_DPA_MASK) |
DPA - Disable Preempt Ability 0b0..Channel n can suspend a lower priority channel 0b1..Channel n cannot suspend any channel, regardless of channel priority
DPA - Disable Preempt Ability. 0b0..Channel n can suspend a lower priority channel. 0b1..Channel n cannot suspend any channel, regardless of channel priority.
#define DMA_DCHPRI5_DPA | ( | x | ) | (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI5_DPA_SHIFT)) & DMA_DCHPRI5_DPA_MASK) |
DPA - Disable Preempt Ability 0b0..Channel n can suspend a lower priority channel 0b1..Channel n cannot suspend any channel, regardless of channel priority
DPA - Disable Preempt Ability. 0b0..Channel n can suspend a lower priority channel. 0b1..Channel n cannot suspend any channel, regardless of channel priority.
#define DMA_DCHPRI5_DPA | ( | x | ) | (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI5_DPA_SHIFT)) & DMA_DCHPRI5_DPA_MASK) |
DPA - Disable Preempt Ability. 0b0..Channel n can suspend a lower priority channel. 0b1..Channel n cannot suspend any channel, regardless of channel priority.
#define DMA_DCHPRI5_DPA | ( | x | ) | (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI5_DPA_SHIFT)) & DMA_DCHPRI5_DPA_MASK) |
DPA - Disable Preempt Ability. 0b0..Channel n can suspend a lower priority channel. 0b1..Channel n cannot suspend any channel, regardless of channel priority.
#define DMA_DCHPRI5_DPA | ( | x | ) | (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI5_DPA_SHIFT)) & DMA_DCHPRI5_DPA_MASK) |
DPA - Disable Preempt Ability. 0b0..Channel n can suspend a lower priority channel. 0b1..Channel n cannot suspend any channel, regardless of channel priority.
#define DMA_DCHPRI5_ECP | ( | x | ) | (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI5_ECP_SHIFT)) & DMA_DCHPRI5_ECP_MASK) |
ECP - Enable Channel Preemption 0b0..Channel n cannot be suspended by a higher priority channel's service request 0b1..Channel n can be temporarily suspended by the service request of a higher priority channel
ECP - Enable Channel Preemption. 0b0..Channel n cannot be suspended by a higher priority channel's service request. 0b1..Channel n can be temporarily suspended by the service request of a higher priority channel.
#define DMA_DCHPRI5_ECP | ( | x | ) | (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI5_ECP_SHIFT)) & DMA_DCHPRI5_ECP_MASK) |
ECP - Enable Channel Preemption 0b0..Channel n cannot be suspended by a higher priority channel's service request 0b1..Channel n can be temporarily suspended by the service request of a higher priority channel
ECP - Enable Channel Preemption. 0b0..Channel n cannot be suspended by a higher priority channel's service request. 0b1..Channel n can be temporarily suspended by the service request of a higher priority channel.
#define DMA_DCHPRI5_ECP | ( | x | ) | (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI5_ECP_SHIFT)) & DMA_DCHPRI5_ECP_MASK) |
ECP - Enable Channel Preemption. 0b0..Channel n cannot be suspended by a higher priority channel's service request. 0b1..Channel n can be temporarily suspended by the service request of a higher priority channel.
#define DMA_DCHPRI5_ECP | ( | x | ) | (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI5_ECP_SHIFT)) & DMA_DCHPRI5_ECP_MASK) |
ECP - Enable Channel Preemption. 0b0..Channel n cannot be suspended by a higher priority channel's service request. 0b1..Channel n can be temporarily suspended by the service request of a higher priority channel.
#define DMA_DCHPRI5_ECP | ( | x | ) | (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI5_ECP_SHIFT)) & DMA_DCHPRI5_ECP_MASK) |
ECP - Enable Channel Preemption. 0b0..Channel n cannot be suspended by a higher priority channel's service request. 0b1..Channel n can be temporarily suspended by the service request of a higher priority channel.
#define DMA_DCHPRI6_DPA | ( | x | ) | (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI6_DPA_SHIFT)) & DMA_DCHPRI6_DPA_MASK) |
DPA - Disable Preempt Ability 0b0..Channel n can suspend a lower priority channel 0b1..Channel n cannot suspend any channel, regardless of channel priority
DPA - Disable Preempt Ability. 0b0..Channel n can suspend a lower priority channel. 0b1..Channel n cannot suspend any channel, regardless of channel priority.
#define DMA_DCHPRI6_DPA | ( | x | ) | (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI6_DPA_SHIFT)) & DMA_DCHPRI6_DPA_MASK) |
DPA - Disable Preempt Ability 0b0..Channel n can suspend a lower priority channel 0b1..Channel n cannot suspend any channel, regardless of channel priority
DPA - Disable Preempt Ability. 0b0..Channel n can suspend a lower priority channel. 0b1..Channel n cannot suspend any channel, regardless of channel priority.
#define DMA_DCHPRI6_DPA | ( | x | ) | (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI6_DPA_SHIFT)) & DMA_DCHPRI6_DPA_MASK) |
DPA - Disable Preempt Ability. 0b0..Channel n can suspend a lower priority channel. 0b1..Channel n cannot suspend any channel, regardless of channel priority.
#define DMA_DCHPRI6_DPA | ( | x | ) | (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI6_DPA_SHIFT)) & DMA_DCHPRI6_DPA_MASK) |
DPA - Disable Preempt Ability. 0b0..Channel n can suspend a lower priority channel. 0b1..Channel n cannot suspend any channel, regardless of channel priority.
#define DMA_DCHPRI6_DPA | ( | x | ) | (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI6_DPA_SHIFT)) & DMA_DCHPRI6_DPA_MASK) |
DPA - Disable Preempt Ability. 0b0..Channel n can suspend a lower priority channel. 0b1..Channel n cannot suspend any channel, regardless of channel priority.
#define DMA_DCHPRI6_ECP | ( | x | ) | (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI6_ECP_SHIFT)) & DMA_DCHPRI6_ECP_MASK) |
ECP - Enable Channel Preemption 0b0..Channel n cannot be suspended by a higher priority channel's service request 0b1..Channel n can be temporarily suspended by the service request of a higher priority channel
ECP - Enable Channel Preemption. 0b0..Channel n cannot be suspended by a higher priority channel's service request. 0b1..Channel n can be temporarily suspended by the service request of a higher priority channel.
#define DMA_DCHPRI6_ECP | ( | x | ) | (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI6_ECP_SHIFT)) & DMA_DCHPRI6_ECP_MASK) |
ECP - Enable Channel Preemption 0b0..Channel n cannot be suspended by a higher priority channel's service request 0b1..Channel n can be temporarily suspended by the service request of a higher priority channel
ECP - Enable Channel Preemption. 0b0..Channel n cannot be suspended by a higher priority channel's service request. 0b1..Channel n can be temporarily suspended by the service request of a higher priority channel.
#define DMA_DCHPRI6_ECP | ( | x | ) | (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI6_ECP_SHIFT)) & DMA_DCHPRI6_ECP_MASK) |
ECP - Enable Channel Preemption. 0b0..Channel n cannot be suspended by a higher priority channel's service request. 0b1..Channel n can be temporarily suspended by the service request of a higher priority channel.
#define DMA_DCHPRI6_ECP | ( | x | ) | (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI6_ECP_SHIFT)) & DMA_DCHPRI6_ECP_MASK) |
ECP - Enable Channel Preemption. 0b0..Channel n cannot be suspended by a higher priority channel's service request. 0b1..Channel n can be temporarily suspended by the service request of a higher priority channel.
#define DMA_DCHPRI6_ECP | ( | x | ) | (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI6_ECP_SHIFT)) & DMA_DCHPRI6_ECP_MASK) |
ECP - Enable Channel Preemption. 0b0..Channel n cannot be suspended by a higher priority channel's service request. 0b1..Channel n can be temporarily suspended by the service request of a higher priority channel.
#define DMA_DCHPRI7_DPA | ( | x | ) | (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI7_DPA_SHIFT)) & DMA_DCHPRI7_DPA_MASK) |
DPA - Disable Preempt Ability 0b0..Channel n can suspend a lower priority channel 0b1..Channel n cannot suspend any channel, regardless of channel priority
DPA - Disable Preempt Ability. 0b0..Channel n can suspend a lower priority channel. 0b1..Channel n cannot suspend any channel, regardless of channel priority.
#define DMA_DCHPRI7_DPA | ( | x | ) | (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI7_DPA_SHIFT)) & DMA_DCHPRI7_DPA_MASK) |
DPA - Disable Preempt Ability 0b0..Channel n can suspend a lower priority channel 0b1..Channel n cannot suspend any channel, regardless of channel priority
DPA - Disable Preempt Ability. 0b0..Channel n can suspend a lower priority channel. 0b1..Channel n cannot suspend any channel, regardless of channel priority.
#define DMA_DCHPRI7_DPA | ( | x | ) | (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI7_DPA_SHIFT)) & DMA_DCHPRI7_DPA_MASK) |
DPA - Disable Preempt Ability. 0b0..Channel n can suspend a lower priority channel. 0b1..Channel n cannot suspend any channel, regardless of channel priority.
#define DMA_DCHPRI7_DPA | ( | x | ) | (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI7_DPA_SHIFT)) & DMA_DCHPRI7_DPA_MASK) |
DPA - Disable Preempt Ability. 0b0..Channel n can suspend a lower priority channel. 0b1..Channel n cannot suspend any channel, regardless of channel priority.
#define DMA_DCHPRI7_DPA | ( | x | ) | (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI7_DPA_SHIFT)) & DMA_DCHPRI7_DPA_MASK) |
DPA - Disable Preempt Ability. 0b0..Channel n can suspend a lower priority channel. 0b1..Channel n cannot suspend any channel, regardless of channel priority.
#define DMA_DCHPRI7_ECP | ( | x | ) | (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI7_ECP_SHIFT)) & DMA_DCHPRI7_ECP_MASK) |
ECP - Enable Channel Preemption 0b0..Channel n cannot be suspended by a higher priority channel's service request 0b1..Channel n can be temporarily suspended by the service request of a higher priority channel
ECP - Enable Channel Preemption. 0b0..Channel n cannot be suspended by a higher priority channel's service request. 0b1..Channel n can be temporarily suspended by the service request of a higher priority channel.
#define DMA_DCHPRI7_ECP | ( | x | ) | (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI7_ECP_SHIFT)) & DMA_DCHPRI7_ECP_MASK) |
ECP - Enable Channel Preemption 0b0..Channel n cannot be suspended by a higher priority channel's service request 0b1..Channel n can be temporarily suspended by the service request of a higher priority channel
ECP - Enable Channel Preemption. 0b0..Channel n cannot be suspended by a higher priority channel's service request. 0b1..Channel n can be temporarily suspended by the service request of a higher priority channel.
#define DMA_DCHPRI7_ECP | ( | x | ) | (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI7_ECP_SHIFT)) & DMA_DCHPRI7_ECP_MASK) |
ECP - Enable Channel Preemption. 0b0..Channel n cannot be suspended by a higher priority channel's service request. 0b1..Channel n can be temporarily suspended by the service request of a higher priority channel.
#define DMA_DCHPRI7_ECP | ( | x | ) | (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI7_ECP_SHIFT)) & DMA_DCHPRI7_ECP_MASK) |
ECP - Enable Channel Preemption. 0b0..Channel n cannot be suspended by a higher priority channel's service request. 0b1..Channel n can be temporarily suspended by the service request of a higher priority channel.
#define DMA_DCHPRI7_ECP | ( | x | ) | (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI7_ECP_SHIFT)) & DMA_DCHPRI7_ECP_MASK) |
ECP - Enable Channel Preemption. 0b0..Channel n cannot be suspended by a higher priority channel's service request. 0b1..Channel n can be temporarily suspended by the service request of a higher priority channel.
#define DMA_DCHPRI8_DPA | ( | x | ) | (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI8_DPA_SHIFT)) & DMA_DCHPRI8_DPA_MASK) |
DPA - Disable Preempt Ability 0b0..Channel n can suspend a lower priority channel 0b1..Channel n cannot suspend any channel, regardless of channel priority
DPA - Disable Preempt Ability. 0b0..Channel n can suspend a lower priority channel. 0b1..Channel n cannot suspend any channel, regardless of channel priority.
#define DMA_DCHPRI8_DPA | ( | x | ) | (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI8_DPA_SHIFT)) & DMA_DCHPRI8_DPA_MASK) |
DPA - Disable Preempt Ability 0b0..Channel n can suspend a lower priority channel 0b1..Channel n cannot suspend any channel, regardless of channel priority
DPA - Disable Preempt Ability. 0b0..Channel n can suspend a lower priority channel. 0b1..Channel n cannot suspend any channel, regardless of channel priority.
#define DMA_DCHPRI8_DPA | ( | x | ) | (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI8_DPA_SHIFT)) & DMA_DCHPRI8_DPA_MASK) |
DPA - Disable Preempt Ability. 0b0..Channel n can suspend a lower priority channel. 0b1..Channel n cannot suspend any channel, regardless of channel priority.
#define DMA_DCHPRI8_DPA | ( | x | ) | (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI8_DPA_SHIFT)) & DMA_DCHPRI8_DPA_MASK) |
DPA - Disable Preempt Ability. 0b0..Channel n can suspend a lower priority channel. 0b1..Channel n cannot suspend any channel, regardless of channel priority.
#define DMA_DCHPRI8_DPA | ( | x | ) | (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI8_DPA_SHIFT)) & DMA_DCHPRI8_DPA_MASK) |
DPA - Disable Preempt Ability. 0b0..Channel n can suspend a lower priority channel. 0b1..Channel n cannot suspend any channel, regardless of channel priority.
#define DMA_DCHPRI8_ECP | ( | x | ) | (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI8_ECP_SHIFT)) & DMA_DCHPRI8_ECP_MASK) |
ECP - Enable Channel Preemption 0b0..Channel n cannot be suspended by a higher priority channel's service request 0b1..Channel n can be temporarily suspended by the service request of a higher priority channel
ECP - Enable Channel Preemption. 0b0..Channel n cannot be suspended by a higher priority channel's service request. 0b1..Channel n can be temporarily suspended by the service request of a higher priority channel.
#define DMA_DCHPRI8_ECP | ( | x | ) | (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI8_ECP_SHIFT)) & DMA_DCHPRI8_ECP_MASK) |
ECP - Enable Channel Preemption 0b0..Channel n cannot be suspended by a higher priority channel's service request 0b1..Channel n can be temporarily suspended by the service request of a higher priority channel
ECP - Enable Channel Preemption. 0b0..Channel n cannot be suspended by a higher priority channel's service request. 0b1..Channel n can be temporarily suspended by the service request of a higher priority channel.
#define DMA_DCHPRI8_ECP | ( | x | ) | (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI8_ECP_SHIFT)) & DMA_DCHPRI8_ECP_MASK) |
ECP - Enable Channel Preemption. 0b0..Channel n cannot be suspended by a higher priority channel's service request. 0b1..Channel n can be temporarily suspended by the service request of a higher priority channel.
#define DMA_DCHPRI8_ECP | ( | x | ) | (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI8_ECP_SHIFT)) & DMA_DCHPRI8_ECP_MASK) |
ECP - Enable Channel Preemption. 0b0..Channel n cannot be suspended by a higher priority channel's service request. 0b1..Channel n can be temporarily suspended by the service request of a higher priority channel.
#define DMA_DCHPRI8_ECP | ( | x | ) | (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI8_ECP_SHIFT)) & DMA_DCHPRI8_ECP_MASK) |
ECP - Enable Channel Preemption. 0b0..Channel n cannot be suspended by a higher priority channel's service request. 0b1..Channel n can be temporarily suspended by the service request of a higher priority channel.
#define DMA_DCHPRI9_DPA | ( | x | ) | (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI9_DPA_SHIFT)) & DMA_DCHPRI9_DPA_MASK) |
DPA - Disable Preempt Ability 0b0..Channel n can suspend a lower priority channel 0b1..Channel n cannot suspend any channel, regardless of channel priority
DPA - Disable Preempt Ability. 0b0..Channel n can suspend a lower priority channel. 0b1..Channel n cannot suspend any channel, regardless of channel priority.
#define DMA_DCHPRI9_DPA | ( | x | ) | (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI9_DPA_SHIFT)) & DMA_DCHPRI9_DPA_MASK) |
DPA - Disable Preempt Ability 0b0..Channel n can suspend a lower priority channel 0b1..Channel n cannot suspend any channel, regardless of channel priority
DPA - Disable Preempt Ability. 0b0..Channel n can suspend a lower priority channel. 0b1..Channel n cannot suspend any channel, regardless of channel priority.
#define DMA_DCHPRI9_DPA | ( | x | ) | (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI9_DPA_SHIFT)) & DMA_DCHPRI9_DPA_MASK) |
DPA - Disable Preempt Ability. 0b0..Channel n can suspend a lower priority channel. 0b1..Channel n cannot suspend any channel, regardless of channel priority.
#define DMA_DCHPRI9_DPA | ( | x | ) | (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI9_DPA_SHIFT)) & DMA_DCHPRI9_DPA_MASK) |
DPA - Disable Preempt Ability. 0b0..Channel n can suspend a lower priority channel. 0b1..Channel n cannot suspend any channel, regardless of channel priority.
#define DMA_DCHPRI9_DPA | ( | x | ) | (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI9_DPA_SHIFT)) & DMA_DCHPRI9_DPA_MASK) |
DPA - Disable Preempt Ability. 0b0..Channel n can suspend a lower priority channel. 0b1..Channel n cannot suspend any channel, regardless of channel priority.
#define DMA_DCHPRI9_ECP | ( | x | ) | (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI9_ECP_SHIFT)) & DMA_DCHPRI9_ECP_MASK) |
ECP - Enable Channel Preemption 0b0..Channel n cannot be suspended by a higher priority channel's service request 0b1..Channel n can be temporarily suspended by the service request of a higher priority channel
ECP - Enable Channel Preemption. 0b0..Channel n cannot be suspended by a higher priority channel's service request. 0b1..Channel n can be temporarily suspended by the service request of a higher priority channel.
#define DMA_DCHPRI9_ECP | ( | x | ) | (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI9_ECP_SHIFT)) & DMA_DCHPRI9_ECP_MASK) |
ECP - Enable Channel Preemption 0b0..Channel n cannot be suspended by a higher priority channel's service request 0b1..Channel n can be temporarily suspended by the service request of a higher priority channel
ECP - Enable Channel Preemption. 0b0..Channel n cannot be suspended by a higher priority channel's service request. 0b1..Channel n can be temporarily suspended by the service request of a higher priority channel.
#define DMA_DCHPRI9_ECP | ( | x | ) | (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI9_ECP_SHIFT)) & DMA_DCHPRI9_ECP_MASK) |
ECP - Enable Channel Preemption. 0b0..Channel n cannot be suspended by a higher priority channel's service request. 0b1..Channel n can be temporarily suspended by the service request of a higher priority channel.
#define DMA_DCHPRI9_ECP | ( | x | ) | (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI9_ECP_SHIFT)) & DMA_DCHPRI9_ECP_MASK) |
ECP - Enable Channel Preemption. 0b0..Channel n cannot be suspended by a higher priority channel's service request. 0b1..Channel n can be temporarily suspended by the service request of a higher priority channel.
#define DMA_DCHPRI9_ECP | ( | x | ) | (((uint8_t)(((uint8_t)(x)) << DMA_DCHPRI9_ECP_SHIFT)) & DMA_DCHPRI9_ECP_MASK) |
ECP - Enable Channel Preemption. 0b0..Channel n cannot be suspended by a higher priority channel's service request. 0b1..Channel n can be temporarily suspended by the service request of a higher priority channel.
#define DMA_EARS_EDREQ_0 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_EARS_EDREQ_0_SHIFT)) & DMA_EARS_EDREQ_0_MASK) |
EDREQ_0 - Enable asynchronous DMA request in stop mode for channel 0. 0b0..Disable asynchronous DMA request for channel 0. 0b1..Enable asynchronous DMA request for channel 0.
#define DMA_EARS_EDREQ_0 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_EARS_EDREQ_0_SHIFT)) & DMA_EARS_EDREQ_0_MASK) |
EDREQ_0 - Enable asynchronous DMA request in stop mode for channel 0. 0b0..Disable asynchronous DMA request for channel 0. 0b1..Enable asynchronous DMA request for channel 0.
#define DMA_EARS_EDREQ_0 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_EARS_EDREQ_0_SHIFT)) & DMA_EARS_EDREQ_0_MASK) |
EDREQ_0 - Enable asynchronous DMA request in stop mode for channel 0. 0b0..Disable asynchronous DMA request for channel 0. 0b1..Enable asynchronous DMA request for channel 0.
#define DMA_EARS_EDREQ_1 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_EARS_EDREQ_1_SHIFT)) & DMA_EARS_EDREQ_1_MASK) |
EDREQ_1 - Enable asynchronous DMA request in stop mode for channel 1. 0b0..Disable asynchronous DMA request for channel 1 0b1..Enable asynchronous DMA request for channel 1.
#define DMA_EARS_EDREQ_1 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_EARS_EDREQ_1_SHIFT)) & DMA_EARS_EDREQ_1_MASK) |
EDREQ_1 - Enable asynchronous DMA request in stop mode for channel 1. 0b0..Disable asynchronous DMA request for channel 1 0b1..Enable asynchronous DMA request for channel 1.
#define DMA_EARS_EDREQ_1 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_EARS_EDREQ_1_SHIFT)) & DMA_EARS_EDREQ_1_MASK) |
EDREQ_1 - Enable asynchronous DMA request in stop mode for channel 1. 0b0..Disable asynchronous DMA request for channel 1 0b1..Enable asynchronous DMA request for channel 1.
#define DMA_EARS_EDREQ_10 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_EARS_EDREQ_10_SHIFT)) & DMA_EARS_EDREQ_10_MASK) |
EDREQ_10 - Enable asynchronous DMA request in stop mode for channel 10 0b0..Disable asynchronous DMA request for channel 10. 0b1..Enable asynchronous DMA request for channel 10.
#define DMA_EARS_EDREQ_10 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_EARS_EDREQ_10_SHIFT)) & DMA_EARS_EDREQ_10_MASK) |
EDREQ_10 - Enable asynchronous DMA request in stop mode for channel 10 0b0..Disable asynchronous DMA request for channel 10. 0b1..Enable asynchronous DMA request for channel 10.
#define DMA_EARS_EDREQ_10 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_EARS_EDREQ_10_SHIFT)) & DMA_EARS_EDREQ_10_MASK) |
EDREQ_10 - Enable asynchronous DMA request in stop mode for channel 10 0b0..Disable asynchronous DMA request for channel 10. 0b1..Enable asynchronous DMA request for channel 10.
#define DMA_EARS_EDREQ_11 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_EARS_EDREQ_11_SHIFT)) & DMA_EARS_EDREQ_11_MASK) |
EDREQ_11 - Enable asynchronous DMA request in stop mode for channel 11 0b0..Disable asynchronous DMA request for channel 11. 0b1..Enable asynchronous DMA request for channel 11.
#define DMA_EARS_EDREQ_11 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_EARS_EDREQ_11_SHIFT)) & DMA_EARS_EDREQ_11_MASK) |
EDREQ_11 - Enable asynchronous DMA request in stop mode for channel 11 0b0..Disable asynchronous DMA request for channel 11. 0b1..Enable asynchronous DMA request for channel 11.
#define DMA_EARS_EDREQ_11 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_EARS_EDREQ_11_SHIFT)) & DMA_EARS_EDREQ_11_MASK) |
EDREQ_11 - Enable asynchronous DMA request in stop mode for channel 11 0b0..Disable asynchronous DMA request for channel 11. 0b1..Enable asynchronous DMA request for channel 11.
#define DMA_EARS_EDREQ_12 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_EARS_EDREQ_12_SHIFT)) & DMA_EARS_EDREQ_12_MASK) |
EDREQ_12 - Enable asynchronous DMA request in stop mode for channel 12 0b0..Disable asynchronous DMA request for channel 12. 0b1..Enable asynchronous DMA request for channel 12.
#define DMA_EARS_EDREQ_12 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_EARS_EDREQ_12_SHIFT)) & DMA_EARS_EDREQ_12_MASK) |
EDREQ_12 - Enable asynchronous DMA request in stop mode for channel 12 0b0..Disable asynchronous DMA request for channel 12. 0b1..Enable asynchronous DMA request for channel 12.
#define DMA_EARS_EDREQ_12 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_EARS_EDREQ_12_SHIFT)) & DMA_EARS_EDREQ_12_MASK) |
EDREQ_12 - Enable asynchronous DMA request in stop mode for channel 12 0b0..Disable asynchronous DMA request for channel 12. 0b1..Enable asynchronous DMA request for channel 12.
#define DMA_EARS_EDREQ_13 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_EARS_EDREQ_13_SHIFT)) & DMA_EARS_EDREQ_13_MASK) |
EDREQ_13 - Enable asynchronous DMA request in stop mode for channel 13 0b0..Disable asynchronous DMA request for channel 13. 0b1..Enable asynchronous DMA request for channel 13.
#define DMA_EARS_EDREQ_13 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_EARS_EDREQ_13_SHIFT)) & DMA_EARS_EDREQ_13_MASK) |
EDREQ_13 - Enable asynchronous DMA request in stop mode for channel 13 0b0..Disable asynchronous DMA request for channel 13. 0b1..Enable asynchronous DMA request for channel 13.
#define DMA_EARS_EDREQ_13 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_EARS_EDREQ_13_SHIFT)) & DMA_EARS_EDREQ_13_MASK) |
EDREQ_13 - Enable asynchronous DMA request in stop mode for channel 13 0b0..Disable asynchronous DMA request for channel 13. 0b1..Enable asynchronous DMA request for channel 13.
#define DMA_EARS_EDREQ_14 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_EARS_EDREQ_14_SHIFT)) & DMA_EARS_EDREQ_14_MASK) |
EDREQ_14 - Enable asynchronous DMA request in stop mode for channel 14 0b0..Disable asynchronous DMA request for channel 14. 0b1..Enable asynchronous DMA request for channel 14.
#define DMA_EARS_EDREQ_14 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_EARS_EDREQ_14_SHIFT)) & DMA_EARS_EDREQ_14_MASK) |
EDREQ_14 - Enable asynchronous DMA request in stop mode for channel 14 0b0..Disable asynchronous DMA request for channel 14. 0b1..Enable asynchronous DMA request for channel 14.
#define DMA_EARS_EDREQ_14 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_EARS_EDREQ_14_SHIFT)) & DMA_EARS_EDREQ_14_MASK) |
EDREQ_14 - Enable asynchronous DMA request in stop mode for channel 14 0b0..Disable asynchronous DMA request for channel 14. 0b1..Enable asynchronous DMA request for channel 14.
#define DMA_EARS_EDREQ_15 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_EARS_EDREQ_15_SHIFT)) & DMA_EARS_EDREQ_15_MASK) |
EDREQ_15 - Enable asynchronous DMA request in stop mode for channel 15 0b0..Disable asynchronous DMA request for channel 15. 0b1..Enable asynchronous DMA request for channel 15.
#define DMA_EARS_EDREQ_15 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_EARS_EDREQ_15_SHIFT)) & DMA_EARS_EDREQ_15_MASK) |
EDREQ_15 - Enable asynchronous DMA request in stop mode for channel 15 0b0..Disable asynchronous DMA request for channel 15. 0b1..Enable asynchronous DMA request for channel 15.
#define DMA_EARS_EDREQ_15 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_EARS_EDREQ_15_SHIFT)) & DMA_EARS_EDREQ_15_MASK) |
EDREQ_15 - Enable asynchronous DMA request in stop mode for channel 15 0b0..Disable asynchronous DMA request for channel 15. 0b1..Enable asynchronous DMA request for channel 15.
#define DMA_EARS_EDREQ_16 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_EARS_EDREQ_16_SHIFT)) & DMA_EARS_EDREQ_16_MASK) |
EDREQ_16 - Enable asynchronous DMA request in stop mode for channel 16 0b0..Disable asynchronous DMA request for channel 16 0b1..Enable asynchronous DMA request for channel 16
#define DMA_EARS_EDREQ_16 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_EARS_EDREQ_16_SHIFT)) & DMA_EARS_EDREQ_16_MASK) |
EDREQ_16 - Enable asynchronous DMA request in stop mode for channel 16 0b0..Disable asynchronous DMA request for channel 16 0b1..Enable asynchronous DMA request for channel 16
#define DMA_EARS_EDREQ_16 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_EARS_EDREQ_16_SHIFT)) & DMA_EARS_EDREQ_16_MASK) |
EDREQ_16 - Enable asynchronous DMA request in stop mode for channel 16 0b0..Disable asynchronous DMA request for channel 16 0b1..Enable asynchronous DMA request for channel 16
#define DMA_EARS_EDREQ_17 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_EARS_EDREQ_17_SHIFT)) & DMA_EARS_EDREQ_17_MASK) |
EDREQ_17 - Enable asynchronous DMA request in stop mode for channel 17 0b0..Disable asynchronous DMA request for channel 17 0b1..Enable asynchronous DMA request for channel 17
#define DMA_EARS_EDREQ_17 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_EARS_EDREQ_17_SHIFT)) & DMA_EARS_EDREQ_17_MASK) |
EDREQ_17 - Enable asynchronous DMA request in stop mode for channel 17 0b0..Disable asynchronous DMA request for channel 17 0b1..Enable asynchronous DMA request for channel 17
#define DMA_EARS_EDREQ_17 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_EARS_EDREQ_17_SHIFT)) & DMA_EARS_EDREQ_17_MASK) |
EDREQ_17 - Enable asynchronous DMA request in stop mode for channel 17 0b0..Disable asynchronous DMA request for channel 17 0b1..Enable asynchronous DMA request for channel 17
#define DMA_EARS_EDREQ_18 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_EARS_EDREQ_18_SHIFT)) & DMA_EARS_EDREQ_18_MASK) |
EDREQ_18 - Enable asynchronous DMA request in stop mode for channel 18 0b0..Disable asynchronous DMA request for channel 18 0b1..Enable asynchronous DMA request for channel 18
#define DMA_EARS_EDREQ_18 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_EARS_EDREQ_18_SHIFT)) & DMA_EARS_EDREQ_18_MASK) |
EDREQ_18 - Enable asynchronous DMA request in stop mode for channel 18 0b0..Disable asynchronous DMA request for channel 18 0b1..Enable asynchronous DMA request for channel 18
#define DMA_EARS_EDREQ_18 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_EARS_EDREQ_18_SHIFT)) & DMA_EARS_EDREQ_18_MASK) |
EDREQ_18 - Enable asynchronous DMA request in stop mode for channel 18 0b0..Disable asynchronous DMA request for channel 18 0b1..Enable asynchronous DMA request for channel 18
#define DMA_EARS_EDREQ_19 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_EARS_EDREQ_19_SHIFT)) & DMA_EARS_EDREQ_19_MASK) |
EDREQ_19 - Enable asynchronous DMA request in stop mode for channel 19 0b0..Disable asynchronous DMA request for channel 19 0b1..Enable asynchronous DMA request for channel 19
#define DMA_EARS_EDREQ_19 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_EARS_EDREQ_19_SHIFT)) & DMA_EARS_EDREQ_19_MASK) |
EDREQ_19 - Enable asynchronous DMA request in stop mode for channel 19 0b0..Disable asynchronous DMA request for channel 19 0b1..Enable asynchronous DMA request for channel 19
#define DMA_EARS_EDREQ_19 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_EARS_EDREQ_19_SHIFT)) & DMA_EARS_EDREQ_19_MASK) |
EDREQ_19 - Enable asynchronous DMA request in stop mode for channel 19 0b0..Disable asynchronous DMA request for channel 19 0b1..Enable asynchronous DMA request for channel 19
#define DMA_EARS_EDREQ_2 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_EARS_EDREQ_2_SHIFT)) & DMA_EARS_EDREQ_2_MASK) |
EDREQ_2 - Enable asynchronous DMA request in stop mode for channel 2. 0b0..Disable asynchronous DMA request for channel 2. 0b1..Enable asynchronous DMA request for channel 2.
#define DMA_EARS_EDREQ_2 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_EARS_EDREQ_2_SHIFT)) & DMA_EARS_EDREQ_2_MASK) |
EDREQ_2 - Enable asynchronous DMA request in stop mode for channel 2. 0b0..Disable asynchronous DMA request for channel 2. 0b1..Enable asynchronous DMA request for channel 2.
#define DMA_EARS_EDREQ_2 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_EARS_EDREQ_2_SHIFT)) & DMA_EARS_EDREQ_2_MASK) |
EDREQ_2 - Enable asynchronous DMA request in stop mode for channel 2. 0b0..Disable asynchronous DMA request for channel 2. 0b1..Enable asynchronous DMA request for channel 2.
#define DMA_EARS_EDREQ_20 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_EARS_EDREQ_20_SHIFT)) & DMA_EARS_EDREQ_20_MASK) |
EDREQ_20 - Enable asynchronous DMA request in stop mode for channel 20 0b0..Disable asynchronous DMA request for channel 20 0b1..Enable asynchronous DMA request for channel 20
#define DMA_EARS_EDREQ_20 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_EARS_EDREQ_20_SHIFT)) & DMA_EARS_EDREQ_20_MASK) |
EDREQ_20 - Enable asynchronous DMA request in stop mode for channel 20 0b0..Disable asynchronous DMA request for channel 20 0b1..Enable asynchronous DMA request for channel 20
#define DMA_EARS_EDREQ_20 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_EARS_EDREQ_20_SHIFT)) & DMA_EARS_EDREQ_20_MASK) |
EDREQ_20 - Enable asynchronous DMA request in stop mode for channel 20 0b0..Disable asynchronous DMA request for channel 20 0b1..Enable asynchronous DMA request for channel 20
#define DMA_EARS_EDREQ_21 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_EARS_EDREQ_21_SHIFT)) & DMA_EARS_EDREQ_21_MASK) |
EDREQ_21 - Enable asynchronous DMA request in stop mode for channel 21 0b0..Disable asynchronous DMA request for channel 21 0b1..Enable asynchronous DMA request for channel 21
#define DMA_EARS_EDREQ_21 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_EARS_EDREQ_21_SHIFT)) & DMA_EARS_EDREQ_21_MASK) |
EDREQ_21 - Enable asynchronous DMA request in stop mode for channel 21 0b0..Disable asynchronous DMA request for channel 21 0b1..Enable asynchronous DMA request for channel 21
#define DMA_EARS_EDREQ_21 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_EARS_EDREQ_21_SHIFT)) & DMA_EARS_EDREQ_21_MASK) |
EDREQ_21 - Enable asynchronous DMA request in stop mode for channel 21 0b0..Disable asynchronous DMA request for channel 21 0b1..Enable asynchronous DMA request for channel 21
#define DMA_EARS_EDREQ_22 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_EARS_EDREQ_22_SHIFT)) & DMA_EARS_EDREQ_22_MASK) |
EDREQ_22 - Enable asynchronous DMA request in stop mode for channel 22 0b0..Disable asynchronous DMA request for channel 22 0b1..Enable asynchronous DMA request for channel 22
#define DMA_EARS_EDREQ_22 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_EARS_EDREQ_22_SHIFT)) & DMA_EARS_EDREQ_22_MASK) |
EDREQ_22 - Enable asynchronous DMA request in stop mode for channel 22 0b0..Disable asynchronous DMA request for channel 22 0b1..Enable asynchronous DMA request for channel 22
#define DMA_EARS_EDREQ_22 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_EARS_EDREQ_22_SHIFT)) & DMA_EARS_EDREQ_22_MASK) |
EDREQ_22 - Enable asynchronous DMA request in stop mode for channel 22 0b0..Disable asynchronous DMA request for channel 22 0b1..Enable asynchronous DMA request for channel 22
#define DMA_EARS_EDREQ_23 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_EARS_EDREQ_23_SHIFT)) & DMA_EARS_EDREQ_23_MASK) |
EDREQ_23 - Enable asynchronous DMA request in stop mode for channel 23 0b0..Disable asynchronous DMA request for channel 23 0b1..Enable asynchronous DMA request for channel 23
#define DMA_EARS_EDREQ_23 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_EARS_EDREQ_23_SHIFT)) & DMA_EARS_EDREQ_23_MASK) |
EDREQ_23 - Enable asynchronous DMA request in stop mode for channel 23 0b0..Disable asynchronous DMA request for channel 23 0b1..Enable asynchronous DMA request for channel 23
#define DMA_EARS_EDREQ_23 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_EARS_EDREQ_23_SHIFT)) & DMA_EARS_EDREQ_23_MASK) |
EDREQ_23 - Enable asynchronous DMA request in stop mode for channel 23 0b0..Disable asynchronous DMA request for channel 23 0b1..Enable asynchronous DMA request for channel 23
#define DMA_EARS_EDREQ_24 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_EARS_EDREQ_24_SHIFT)) & DMA_EARS_EDREQ_24_MASK) |
EDREQ_24 - Enable asynchronous DMA request in stop mode for channel 24 0b0..Disable asynchronous DMA request for channel 24 0b1..Enable asynchronous DMA request for channel 24
#define DMA_EARS_EDREQ_24 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_EARS_EDREQ_24_SHIFT)) & DMA_EARS_EDREQ_24_MASK) |
EDREQ_24 - Enable asynchronous DMA request in stop mode for channel 24 0b0..Disable asynchronous DMA request for channel 24 0b1..Enable asynchronous DMA request for channel 24
#define DMA_EARS_EDREQ_24 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_EARS_EDREQ_24_SHIFT)) & DMA_EARS_EDREQ_24_MASK) |
EDREQ_24 - Enable asynchronous DMA request in stop mode for channel 24 0b0..Disable asynchronous DMA request for channel 24 0b1..Enable asynchronous DMA request for channel 24
#define DMA_EARS_EDREQ_25 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_EARS_EDREQ_25_SHIFT)) & DMA_EARS_EDREQ_25_MASK) |
EDREQ_25 - Enable asynchronous DMA request in stop mode for channel 25 0b0..Disable asynchronous DMA request for channel 25 0b1..Enable asynchronous DMA request for channel 25
#define DMA_EARS_EDREQ_25 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_EARS_EDREQ_25_SHIFT)) & DMA_EARS_EDREQ_25_MASK) |
EDREQ_25 - Enable asynchronous DMA request in stop mode for channel 25 0b0..Disable asynchronous DMA request for channel 25 0b1..Enable asynchronous DMA request for channel 25
#define DMA_EARS_EDREQ_25 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_EARS_EDREQ_25_SHIFT)) & DMA_EARS_EDREQ_25_MASK) |
EDREQ_25 - Enable asynchronous DMA request in stop mode for channel 25 0b0..Disable asynchronous DMA request for channel 25 0b1..Enable asynchronous DMA request for channel 25
#define DMA_EARS_EDREQ_26 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_EARS_EDREQ_26_SHIFT)) & DMA_EARS_EDREQ_26_MASK) |
EDREQ_26 - Enable asynchronous DMA request in stop mode for channel 26 0b0..Disable asynchronous DMA request for channel 26 0b1..Enable asynchronous DMA request for channel 26
#define DMA_EARS_EDREQ_26 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_EARS_EDREQ_26_SHIFT)) & DMA_EARS_EDREQ_26_MASK) |
EDREQ_26 - Enable asynchronous DMA request in stop mode for channel 26 0b0..Disable asynchronous DMA request for channel 26 0b1..Enable asynchronous DMA request for channel 26
#define DMA_EARS_EDREQ_26 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_EARS_EDREQ_26_SHIFT)) & DMA_EARS_EDREQ_26_MASK) |
EDREQ_26 - Enable asynchronous DMA request in stop mode for channel 26 0b0..Disable asynchronous DMA request for channel 26 0b1..Enable asynchronous DMA request for channel 26
#define DMA_EARS_EDREQ_27 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_EARS_EDREQ_27_SHIFT)) & DMA_EARS_EDREQ_27_MASK) |
EDREQ_27 - Enable asynchronous DMA request in stop mode for channel 27 0b0..Disable asynchronous DMA request for channel 27 0b1..Enable asynchronous DMA request for channel 27
#define DMA_EARS_EDREQ_27 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_EARS_EDREQ_27_SHIFT)) & DMA_EARS_EDREQ_27_MASK) |
EDREQ_27 - Enable asynchronous DMA request in stop mode for channel 27 0b0..Disable asynchronous DMA request for channel 27 0b1..Enable asynchronous DMA request for channel 27
#define DMA_EARS_EDREQ_27 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_EARS_EDREQ_27_SHIFT)) & DMA_EARS_EDREQ_27_MASK) |
EDREQ_27 - Enable asynchronous DMA request in stop mode for channel 27 0b0..Disable asynchronous DMA request for channel 27 0b1..Enable asynchronous DMA request for channel 27
#define DMA_EARS_EDREQ_28 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_EARS_EDREQ_28_SHIFT)) & DMA_EARS_EDREQ_28_MASK) |
EDREQ_28 - Enable asynchronous DMA request in stop mode for channel 28 0b0..Disable asynchronous DMA request for channel 28 0b1..Enable asynchronous DMA request for channel 28
#define DMA_EARS_EDREQ_28 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_EARS_EDREQ_28_SHIFT)) & DMA_EARS_EDREQ_28_MASK) |
EDREQ_28 - Enable asynchronous DMA request in stop mode for channel 28 0b0..Disable asynchronous DMA request for channel 28 0b1..Enable asynchronous DMA request for channel 28
#define DMA_EARS_EDREQ_28 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_EARS_EDREQ_28_SHIFT)) & DMA_EARS_EDREQ_28_MASK) |
EDREQ_28 - Enable asynchronous DMA request in stop mode for channel 28 0b0..Disable asynchronous DMA request for channel 28 0b1..Enable asynchronous DMA request for channel 28
#define DMA_EARS_EDREQ_29 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_EARS_EDREQ_29_SHIFT)) & DMA_EARS_EDREQ_29_MASK) |
EDREQ_29 - Enable asynchronous DMA request in stop mode for channel 29 0b0..Disable asynchronous DMA request for channel 29 0b1..Enable asynchronous DMA request for channel 29
#define DMA_EARS_EDREQ_29 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_EARS_EDREQ_29_SHIFT)) & DMA_EARS_EDREQ_29_MASK) |
EDREQ_29 - Enable asynchronous DMA request in stop mode for channel 29 0b0..Disable asynchronous DMA request for channel 29 0b1..Enable asynchronous DMA request for channel 29
#define DMA_EARS_EDREQ_29 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_EARS_EDREQ_29_SHIFT)) & DMA_EARS_EDREQ_29_MASK) |
EDREQ_29 - Enable asynchronous DMA request in stop mode for channel 29 0b0..Disable asynchronous DMA request for channel 29 0b1..Enable asynchronous DMA request for channel 29
#define DMA_EARS_EDREQ_3 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_EARS_EDREQ_3_SHIFT)) & DMA_EARS_EDREQ_3_MASK) |
EDREQ_3 - Enable asynchronous DMA request in stop mode for channel 3. 0b0..Disable asynchronous DMA request for channel 3. 0b1..Enable asynchronous DMA request for channel 3.
#define DMA_EARS_EDREQ_3 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_EARS_EDREQ_3_SHIFT)) & DMA_EARS_EDREQ_3_MASK) |
EDREQ_3 - Enable asynchronous DMA request in stop mode for channel 3. 0b0..Disable asynchronous DMA request for channel 3. 0b1..Enable asynchronous DMA request for channel 3.
#define DMA_EARS_EDREQ_3 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_EARS_EDREQ_3_SHIFT)) & DMA_EARS_EDREQ_3_MASK) |
EDREQ_3 - Enable asynchronous DMA request in stop mode for channel 3. 0b0..Disable asynchronous DMA request for channel 3. 0b1..Enable asynchronous DMA request for channel 3.
#define DMA_EARS_EDREQ_30 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_EARS_EDREQ_30_SHIFT)) & DMA_EARS_EDREQ_30_MASK) |
EDREQ_30 - Enable asynchronous DMA request in stop mode for channel 30 0b0..Disable asynchronous DMA request for channel 30 0b1..Enable asynchronous DMA request for channel 30
#define DMA_EARS_EDREQ_30 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_EARS_EDREQ_30_SHIFT)) & DMA_EARS_EDREQ_30_MASK) |
EDREQ_30 - Enable asynchronous DMA request in stop mode for channel 30 0b0..Disable asynchronous DMA request for channel 30 0b1..Enable asynchronous DMA request for channel 30
#define DMA_EARS_EDREQ_30 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_EARS_EDREQ_30_SHIFT)) & DMA_EARS_EDREQ_30_MASK) |
EDREQ_30 - Enable asynchronous DMA request in stop mode for channel 30 0b0..Disable asynchronous DMA request for channel 30 0b1..Enable asynchronous DMA request for channel 30
#define DMA_EARS_EDREQ_31 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_EARS_EDREQ_31_SHIFT)) & DMA_EARS_EDREQ_31_MASK) |
EDREQ_31 - Enable asynchronous DMA request in stop mode for channel 31 0b0..Disable asynchronous DMA request for channel 31 0b1..Enable asynchronous DMA request for channel 31
#define DMA_EARS_EDREQ_31 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_EARS_EDREQ_31_SHIFT)) & DMA_EARS_EDREQ_31_MASK) |
EDREQ_31 - Enable asynchronous DMA request in stop mode for channel 31 0b0..Disable asynchronous DMA request for channel 31 0b1..Enable asynchronous DMA request for channel 31
#define DMA_EARS_EDREQ_31 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_EARS_EDREQ_31_SHIFT)) & DMA_EARS_EDREQ_31_MASK) |
EDREQ_31 - Enable asynchronous DMA request in stop mode for channel 31 0b0..Disable asynchronous DMA request for channel 31 0b1..Enable asynchronous DMA request for channel 31
#define DMA_EARS_EDREQ_4 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_EARS_EDREQ_4_SHIFT)) & DMA_EARS_EDREQ_4_MASK) |
EDREQ_4 - Enable asynchronous DMA request in stop mode for channel 4 0b0..Disable asynchronous DMA request for channel 4. 0b1..Enable asynchronous DMA request for channel 4.
#define DMA_EARS_EDREQ_4 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_EARS_EDREQ_4_SHIFT)) & DMA_EARS_EDREQ_4_MASK) |
EDREQ_4 - Enable asynchronous DMA request in stop mode for channel 4 0b0..Disable asynchronous DMA request for channel 4. 0b1..Enable asynchronous DMA request for channel 4.
#define DMA_EARS_EDREQ_4 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_EARS_EDREQ_4_SHIFT)) & DMA_EARS_EDREQ_4_MASK) |
EDREQ_4 - Enable asynchronous DMA request in stop mode for channel 4 0b0..Disable asynchronous DMA request for channel 4. 0b1..Enable asynchronous DMA request for channel 4.
#define DMA_EARS_EDREQ_5 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_EARS_EDREQ_5_SHIFT)) & DMA_EARS_EDREQ_5_MASK) |
EDREQ_5 - Enable asynchronous DMA request in stop mode for channel 5 0b0..Disable asynchronous DMA request for channel 5. 0b1..Enable asynchronous DMA request for channel 5.
#define DMA_EARS_EDREQ_5 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_EARS_EDREQ_5_SHIFT)) & DMA_EARS_EDREQ_5_MASK) |
EDREQ_5 - Enable asynchronous DMA request in stop mode for channel 5 0b0..Disable asynchronous DMA request for channel 5. 0b1..Enable asynchronous DMA request for channel 5.
#define DMA_EARS_EDREQ_5 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_EARS_EDREQ_5_SHIFT)) & DMA_EARS_EDREQ_5_MASK) |
EDREQ_5 - Enable asynchronous DMA request in stop mode for channel 5 0b0..Disable asynchronous DMA request for channel 5. 0b1..Enable asynchronous DMA request for channel 5.
#define DMA_EARS_EDREQ_6 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_EARS_EDREQ_6_SHIFT)) & DMA_EARS_EDREQ_6_MASK) |
EDREQ_6 - Enable asynchronous DMA request in stop mode for channel 6 0b0..Disable asynchronous DMA request for channel 6. 0b1..Enable asynchronous DMA request for channel 6.
#define DMA_EARS_EDREQ_6 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_EARS_EDREQ_6_SHIFT)) & DMA_EARS_EDREQ_6_MASK) |
EDREQ_6 - Enable asynchronous DMA request in stop mode for channel 6 0b0..Disable asynchronous DMA request for channel 6. 0b1..Enable asynchronous DMA request for channel 6.
#define DMA_EARS_EDREQ_6 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_EARS_EDREQ_6_SHIFT)) & DMA_EARS_EDREQ_6_MASK) |
EDREQ_6 - Enable asynchronous DMA request in stop mode for channel 6 0b0..Disable asynchronous DMA request for channel 6. 0b1..Enable asynchronous DMA request for channel 6.
#define DMA_EARS_EDREQ_7 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_EARS_EDREQ_7_SHIFT)) & DMA_EARS_EDREQ_7_MASK) |
EDREQ_7 - Enable asynchronous DMA request in stop mode for channel 7 0b0..Disable asynchronous DMA request for channel 7. 0b1..Enable asynchronous DMA request for channel 7.
#define DMA_EARS_EDREQ_7 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_EARS_EDREQ_7_SHIFT)) & DMA_EARS_EDREQ_7_MASK) |
EDREQ_7 - Enable asynchronous DMA request in stop mode for channel 7 0b0..Disable asynchronous DMA request for channel 7. 0b1..Enable asynchronous DMA request for channel 7.
#define DMA_EARS_EDREQ_7 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_EARS_EDREQ_7_SHIFT)) & DMA_EARS_EDREQ_7_MASK) |
EDREQ_7 - Enable asynchronous DMA request in stop mode for channel 7 0b0..Disable asynchronous DMA request for channel 7. 0b1..Enable asynchronous DMA request for channel 7.
#define DMA_EARS_EDREQ_8 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_EARS_EDREQ_8_SHIFT)) & DMA_EARS_EDREQ_8_MASK) |
EDREQ_8 - Enable asynchronous DMA request in stop mode for channel 8 0b0..Disable asynchronous DMA request for channel 8. 0b1..Enable asynchronous DMA request for channel 8.
#define DMA_EARS_EDREQ_8 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_EARS_EDREQ_8_SHIFT)) & DMA_EARS_EDREQ_8_MASK) |
EDREQ_8 - Enable asynchronous DMA request in stop mode for channel 8 0b0..Disable asynchronous DMA request for channel 8. 0b1..Enable asynchronous DMA request for channel 8.
#define DMA_EARS_EDREQ_8 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_EARS_EDREQ_8_SHIFT)) & DMA_EARS_EDREQ_8_MASK) |
EDREQ_8 - Enable asynchronous DMA request in stop mode for channel 8 0b0..Disable asynchronous DMA request for channel 8. 0b1..Enable asynchronous DMA request for channel 8.
#define DMA_EARS_EDREQ_9 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_EARS_EDREQ_9_SHIFT)) & DMA_EARS_EDREQ_9_MASK) |
EDREQ_9 - Enable asynchronous DMA request in stop mode for channel 9 0b0..Disable asynchronous DMA request for channel 9. 0b1..Enable asynchronous DMA request for channel 9.
#define DMA_EARS_EDREQ_9 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_EARS_EDREQ_9_SHIFT)) & DMA_EARS_EDREQ_9_MASK) |
EDREQ_9 - Enable asynchronous DMA request in stop mode for channel 9 0b0..Disable asynchronous DMA request for channel 9. 0b1..Enable asynchronous DMA request for channel 9.
#define DMA_EARS_EDREQ_9 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_EARS_EDREQ_9_SHIFT)) & DMA_EARS_EDREQ_9_MASK) |
EDREQ_9 - Enable asynchronous DMA request in stop mode for channel 9 0b0..Disable asynchronous DMA request for channel 9. 0b1..Enable asynchronous DMA request for channel 9.
#define DMA_EEI_EEI0 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_EEI_EEI0_SHIFT)) & DMA_EEI_EEI0_MASK) |
EEI0 - Enable Error Interrupt 0 0b0..The error signal for corresponding channel does not generate an error interrupt 0b1..The assertion of the error signal for corresponding channel generates an error interrupt request
#define DMA_EEI_EEI0 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_EEI_EEI0_SHIFT)) & DMA_EEI_EEI0_MASK) |
EEI0 - Enable Error Interrupt 0 0b0..The error signal for corresponding channel does not generate an error interrupt 0b1..The assertion of the error signal for corresponding channel generates an error interrupt request
#define DMA_EEI_EEI0 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_EEI_EEI0_SHIFT)) & DMA_EEI_EEI0_MASK) |
EEI0 - Enable Error Interrupt 0 0b0..The error signal for corresponding channel does not generate an error interrupt 0b1..The assertion of the error signal for corresponding channel generates an error interrupt request
#define DMA_EEI_EEI0 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_EEI_EEI0_SHIFT)) & DMA_EEI_EEI0_MASK) |
EEI0 - Enable Error Interrupt 0 0b0..The error signal for corresponding channel does not generate an error interrupt 0b1..The assertion of the error signal for corresponding channel generates an error interrupt request
#define DMA_EEI_EEI0 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_EEI_EEI0_SHIFT)) & DMA_EEI_EEI0_MASK) |
EEI0 - Enable Error Interrupt 0 0b0..The error signal for corresponding channel does not generate an error interrupt 0b1..The assertion of the error signal for corresponding channel generates an error interrupt request
#define DMA_EEI_EEI1 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_EEI_EEI1_SHIFT)) & DMA_EEI_EEI1_MASK) |
EEI1 - Enable Error Interrupt 1 0b0..The error signal for corresponding channel does not generate an error interrupt 0b1..The assertion of the error signal for corresponding channel generates an error interrupt request
#define DMA_EEI_EEI1 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_EEI_EEI1_SHIFT)) & DMA_EEI_EEI1_MASK) |
EEI1 - Enable Error Interrupt 1 0b0..The error signal for corresponding channel does not generate an error interrupt 0b1..The assertion of the error signal for corresponding channel generates an error interrupt request
#define DMA_EEI_EEI1 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_EEI_EEI1_SHIFT)) & DMA_EEI_EEI1_MASK) |
EEI1 - Enable Error Interrupt 1 0b0..The error signal for corresponding channel does not generate an error interrupt 0b1..The assertion of the error signal for corresponding channel generates an error interrupt request
#define DMA_EEI_EEI1 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_EEI_EEI1_SHIFT)) & DMA_EEI_EEI1_MASK) |
EEI1 - Enable Error Interrupt 1 0b0..The error signal for corresponding channel does not generate an error interrupt 0b1..The assertion of the error signal for corresponding channel generates an error interrupt request
#define DMA_EEI_EEI1 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_EEI_EEI1_SHIFT)) & DMA_EEI_EEI1_MASK) |
EEI1 - Enable Error Interrupt 1 0b0..The error signal for corresponding channel does not generate an error interrupt 0b1..The assertion of the error signal for corresponding channel generates an error interrupt request
#define DMA_EEI_EEI10 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_EEI_EEI10_SHIFT)) & DMA_EEI_EEI10_MASK) |
EEI10 - Enable Error Interrupt 10 0b0..The error signal for corresponding channel does not generate an error interrupt 0b1..The assertion of the error signal for corresponding channel generates an error interrupt request
#define DMA_EEI_EEI10 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_EEI_EEI10_SHIFT)) & DMA_EEI_EEI10_MASK) |
EEI10 - Enable Error Interrupt 10 0b0..The error signal for corresponding channel does not generate an error interrupt 0b1..The assertion of the error signal for corresponding channel generates an error interrupt request
#define DMA_EEI_EEI10 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_EEI_EEI10_SHIFT)) & DMA_EEI_EEI10_MASK) |
EEI10 - Enable Error Interrupt 10 0b0..The error signal for corresponding channel does not generate an error interrupt 0b1..The assertion of the error signal for corresponding channel generates an error interrupt request
#define DMA_EEI_EEI10 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_EEI_EEI10_SHIFT)) & DMA_EEI_EEI10_MASK) |
EEI10 - Enable Error Interrupt 10 0b0..The error signal for corresponding channel does not generate an error interrupt 0b1..The assertion of the error signal for corresponding channel generates an error interrupt request
#define DMA_EEI_EEI10 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_EEI_EEI10_SHIFT)) & DMA_EEI_EEI10_MASK) |
EEI10 - Enable Error Interrupt 10 0b0..The error signal for corresponding channel does not generate an error interrupt 0b1..The assertion of the error signal for corresponding channel generates an error interrupt request
#define DMA_EEI_EEI11 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_EEI_EEI11_SHIFT)) & DMA_EEI_EEI11_MASK) |
EEI11 - Enable Error Interrupt 11 0b0..The error signal for corresponding channel does not generate an error interrupt 0b1..The assertion of the error signal for corresponding channel generates an error interrupt request
#define DMA_EEI_EEI11 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_EEI_EEI11_SHIFT)) & DMA_EEI_EEI11_MASK) |
EEI11 - Enable Error Interrupt 11 0b0..The error signal for corresponding channel does not generate an error interrupt 0b1..The assertion of the error signal for corresponding channel generates an error interrupt request
#define DMA_EEI_EEI11 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_EEI_EEI11_SHIFT)) & DMA_EEI_EEI11_MASK) |
EEI11 - Enable Error Interrupt 11 0b0..The error signal for corresponding channel does not generate an error interrupt 0b1..The assertion of the error signal for corresponding channel generates an error interrupt request
#define DMA_EEI_EEI11 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_EEI_EEI11_SHIFT)) & DMA_EEI_EEI11_MASK) |
EEI11 - Enable Error Interrupt 11 0b0..The error signal for corresponding channel does not generate an error interrupt 0b1..The assertion of the error signal for corresponding channel generates an error interrupt request
#define DMA_EEI_EEI11 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_EEI_EEI11_SHIFT)) & DMA_EEI_EEI11_MASK) |
EEI11 - Enable Error Interrupt 11 0b0..The error signal for corresponding channel does not generate an error interrupt 0b1..The assertion of the error signal for corresponding channel generates an error interrupt request
#define DMA_EEI_EEI12 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_EEI_EEI12_SHIFT)) & DMA_EEI_EEI12_MASK) |
EEI12 - Enable Error Interrupt 12 0b0..The error signal for corresponding channel does not generate an error interrupt 0b1..The assertion of the error signal for corresponding channel generates an error interrupt request
#define DMA_EEI_EEI12 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_EEI_EEI12_SHIFT)) & DMA_EEI_EEI12_MASK) |
EEI12 - Enable Error Interrupt 12 0b0..The error signal for corresponding channel does not generate an error interrupt 0b1..The assertion of the error signal for corresponding channel generates an error interrupt request
#define DMA_EEI_EEI12 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_EEI_EEI12_SHIFT)) & DMA_EEI_EEI12_MASK) |
EEI12 - Enable Error Interrupt 12 0b0..The error signal for corresponding channel does not generate an error interrupt 0b1..The assertion of the error signal for corresponding channel generates an error interrupt request
#define DMA_EEI_EEI12 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_EEI_EEI12_SHIFT)) & DMA_EEI_EEI12_MASK) |
EEI12 - Enable Error Interrupt 12 0b0..The error signal for corresponding channel does not generate an error interrupt 0b1..The assertion of the error signal for corresponding channel generates an error interrupt request
#define DMA_EEI_EEI12 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_EEI_EEI12_SHIFT)) & DMA_EEI_EEI12_MASK) |
EEI12 - Enable Error Interrupt 12 0b0..The error signal for corresponding channel does not generate an error interrupt 0b1..The assertion of the error signal for corresponding channel generates an error interrupt request
#define DMA_EEI_EEI13 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_EEI_EEI13_SHIFT)) & DMA_EEI_EEI13_MASK) |
EEI13 - Enable Error Interrupt 13 0b0..The error signal for corresponding channel does not generate an error interrupt 0b1..The assertion of the error signal for corresponding channel generates an error interrupt request
#define DMA_EEI_EEI13 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_EEI_EEI13_SHIFT)) & DMA_EEI_EEI13_MASK) |
EEI13 - Enable Error Interrupt 13 0b0..The error signal for corresponding channel does not generate an error interrupt 0b1..The assertion of the error signal for corresponding channel generates an error interrupt request
#define DMA_EEI_EEI13 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_EEI_EEI13_SHIFT)) & DMA_EEI_EEI13_MASK) |
EEI13 - Enable Error Interrupt 13 0b0..The error signal for corresponding channel does not generate an error interrupt 0b1..The assertion of the error signal for corresponding channel generates an error interrupt request
#define DMA_EEI_EEI13 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_EEI_EEI13_SHIFT)) & DMA_EEI_EEI13_MASK) |
EEI13 - Enable Error Interrupt 13 0b0..The error signal for corresponding channel does not generate an error interrupt 0b1..The assertion of the error signal for corresponding channel generates an error interrupt request
#define DMA_EEI_EEI13 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_EEI_EEI13_SHIFT)) & DMA_EEI_EEI13_MASK) |
EEI13 - Enable Error Interrupt 13 0b0..The error signal for corresponding channel does not generate an error interrupt 0b1..The assertion of the error signal for corresponding channel generates an error interrupt request
#define DMA_EEI_EEI14 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_EEI_EEI14_SHIFT)) & DMA_EEI_EEI14_MASK) |
EEI14 - Enable Error Interrupt 14 0b0..The error signal for corresponding channel does not generate an error interrupt 0b1..The assertion of the error signal for corresponding channel generates an error interrupt request
#define DMA_EEI_EEI14 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_EEI_EEI14_SHIFT)) & DMA_EEI_EEI14_MASK) |
EEI14 - Enable Error Interrupt 14 0b0..The error signal for corresponding channel does not generate an error interrupt 0b1..The assertion of the error signal for corresponding channel generates an error interrupt request
#define DMA_EEI_EEI14 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_EEI_EEI14_SHIFT)) & DMA_EEI_EEI14_MASK) |
EEI14 - Enable Error Interrupt 14 0b0..The error signal for corresponding channel does not generate an error interrupt 0b1..The assertion of the error signal for corresponding channel generates an error interrupt request
#define DMA_EEI_EEI14 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_EEI_EEI14_SHIFT)) & DMA_EEI_EEI14_MASK) |
EEI14 - Enable Error Interrupt 14 0b0..The error signal for corresponding channel does not generate an error interrupt 0b1..The assertion of the error signal for corresponding channel generates an error interrupt request
#define DMA_EEI_EEI14 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_EEI_EEI14_SHIFT)) & DMA_EEI_EEI14_MASK) |
EEI14 - Enable Error Interrupt 14 0b0..The error signal for corresponding channel does not generate an error interrupt 0b1..The assertion of the error signal for corresponding channel generates an error interrupt request
#define DMA_EEI_EEI15 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_EEI_EEI15_SHIFT)) & DMA_EEI_EEI15_MASK) |
EEI15 - Enable Error Interrupt 15 0b0..The error signal for corresponding channel does not generate an error interrupt 0b1..The assertion of the error signal for corresponding channel generates an error interrupt request
#define DMA_EEI_EEI15 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_EEI_EEI15_SHIFT)) & DMA_EEI_EEI15_MASK) |
EEI15 - Enable Error Interrupt 15 0b0..The error signal for corresponding channel does not generate an error interrupt 0b1..The assertion of the error signal for corresponding channel generates an error interrupt request
#define DMA_EEI_EEI15 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_EEI_EEI15_SHIFT)) & DMA_EEI_EEI15_MASK) |
EEI15 - Enable Error Interrupt 15 0b0..The error signal for corresponding channel does not generate an error interrupt 0b1..The assertion of the error signal for corresponding channel generates an error interrupt request
#define DMA_EEI_EEI15 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_EEI_EEI15_SHIFT)) & DMA_EEI_EEI15_MASK) |
EEI15 - Enable Error Interrupt 15 0b0..The error signal for corresponding channel does not generate an error interrupt 0b1..The assertion of the error signal for corresponding channel generates an error interrupt request
#define DMA_EEI_EEI15 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_EEI_EEI15_SHIFT)) & DMA_EEI_EEI15_MASK) |
EEI15 - Enable Error Interrupt 15 0b0..The error signal for corresponding channel does not generate an error interrupt 0b1..The assertion of the error signal for corresponding channel generates an error interrupt request
#define DMA_EEI_EEI16 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_EEI_EEI16_SHIFT)) & DMA_EEI_EEI16_MASK) |
EEI16 - Enable Error Interrupt 16 0b0..The error signal for corresponding channel does not generate an error interrupt 0b1..The assertion of the error signal for corresponding channel generates an error interrupt request
#define DMA_EEI_EEI16 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_EEI_EEI16_SHIFT)) & DMA_EEI_EEI16_MASK) |
EEI16 - Enable Error Interrupt 16 0b0..The error signal for corresponding channel does not generate an error interrupt 0b1..The assertion of the error signal for corresponding channel generates an error interrupt request
#define DMA_EEI_EEI16 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_EEI_EEI16_SHIFT)) & DMA_EEI_EEI16_MASK) |
EEI16 - Enable Error Interrupt 16 0b0..The error signal for corresponding channel does not generate an error interrupt 0b1..The assertion of the error signal for corresponding channel generates an error interrupt request
#define DMA_EEI_EEI17 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_EEI_EEI17_SHIFT)) & DMA_EEI_EEI17_MASK) |
EEI17 - Enable Error Interrupt 17 0b0..The error signal for corresponding channel does not generate an error interrupt 0b1..The assertion of the error signal for corresponding channel generates an error interrupt request
#define DMA_EEI_EEI17 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_EEI_EEI17_SHIFT)) & DMA_EEI_EEI17_MASK) |
EEI17 - Enable Error Interrupt 17 0b0..The error signal for corresponding channel does not generate an error interrupt 0b1..The assertion of the error signal for corresponding channel generates an error interrupt request
#define DMA_EEI_EEI17 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_EEI_EEI17_SHIFT)) & DMA_EEI_EEI17_MASK) |
EEI17 - Enable Error Interrupt 17 0b0..The error signal for corresponding channel does not generate an error interrupt 0b1..The assertion of the error signal for corresponding channel generates an error interrupt request
#define DMA_EEI_EEI18 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_EEI_EEI18_SHIFT)) & DMA_EEI_EEI18_MASK) |
EEI18 - Enable Error Interrupt 18 0b0..The error signal for corresponding channel does not generate an error interrupt 0b1..The assertion of the error signal for corresponding channel generates an error interrupt request
#define DMA_EEI_EEI18 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_EEI_EEI18_SHIFT)) & DMA_EEI_EEI18_MASK) |
EEI18 - Enable Error Interrupt 18 0b0..The error signal for corresponding channel does not generate an error interrupt 0b1..The assertion of the error signal for corresponding channel generates an error interrupt request
#define DMA_EEI_EEI18 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_EEI_EEI18_SHIFT)) & DMA_EEI_EEI18_MASK) |
EEI18 - Enable Error Interrupt 18 0b0..The error signal for corresponding channel does not generate an error interrupt 0b1..The assertion of the error signal for corresponding channel generates an error interrupt request
#define DMA_EEI_EEI19 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_EEI_EEI19_SHIFT)) & DMA_EEI_EEI19_MASK) |
EEI19 - Enable Error Interrupt 19 0b0..The error signal for corresponding channel does not generate an error interrupt 0b1..The assertion of the error signal for corresponding channel generates an error interrupt request
#define DMA_EEI_EEI19 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_EEI_EEI19_SHIFT)) & DMA_EEI_EEI19_MASK) |
EEI19 - Enable Error Interrupt 19 0b0..The error signal for corresponding channel does not generate an error interrupt 0b1..The assertion of the error signal for corresponding channel generates an error interrupt request
#define DMA_EEI_EEI19 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_EEI_EEI19_SHIFT)) & DMA_EEI_EEI19_MASK) |
EEI19 - Enable Error Interrupt 19 0b0..The error signal for corresponding channel does not generate an error interrupt 0b1..The assertion of the error signal for corresponding channel generates an error interrupt request
#define DMA_EEI_EEI2 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_EEI_EEI2_SHIFT)) & DMA_EEI_EEI2_MASK) |
EEI2 - Enable Error Interrupt 2 0b0..The error signal for corresponding channel does not generate an error interrupt 0b1..The assertion of the error signal for corresponding channel generates an error interrupt request
#define DMA_EEI_EEI2 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_EEI_EEI2_SHIFT)) & DMA_EEI_EEI2_MASK) |
EEI2 - Enable Error Interrupt 2 0b0..The error signal for corresponding channel does not generate an error interrupt 0b1..The assertion of the error signal for corresponding channel generates an error interrupt request
#define DMA_EEI_EEI2 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_EEI_EEI2_SHIFT)) & DMA_EEI_EEI2_MASK) |
EEI2 - Enable Error Interrupt 2 0b0..The error signal for corresponding channel does not generate an error interrupt 0b1..The assertion of the error signal for corresponding channel generates an error interrupt request
#define DMA_EEI_EEI2 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_EEI_EEI2_SHIFT)) & DMA_EEI_EEI2_MASK) |
EEI2 - Enable Error Interrupt 2 0b0..The error signal for corresponding channel does not generate an error interrupt 0b1..The assertion of the error signal for corresponding channel generates an error interrupt request
#define DMA_EEI_EEI2 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_EEI_EEI2_SHIFT)) & DMA_EEI_EEI2_MASK) |
EEI2 - Enable Error Interrupt 2 0b0..The error signal for corresponding channel does not generate an error interrupt 0b1..The assertion of the error signal for corresponding channel generates an error interrupt request
#define DMA_EEI_EEI20 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_EEI_EEI20_SHIFT)) & DMA_EEI_EEI20_MASK) |
EEI20 - Enable Error Interrupt 20 0b0..The error signal for corresponding channel does not generate an error interrupt 0b1..The assertion of the error signal for corresponding channel generates an error interrupt request
#define DMA_EEI_EEI20 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_EEI_EEI20_SHIFT)) & DMA_EEI_EEI20_MASK) |
EEI20 - Enable Error Interrupt 20 0b0..The error signal for corresponding channel does not generate an error interrupt 0b1..The assertion of the error signal for corresponding channel generates an error interrupt request
#define DMA_EEI_EEI20 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_EEI_EEI20_SHIFT)) & DMA_EEI_EEI20_MASK) |
EEI20 - Enable Error Interrupt 20 0b0..The error signal for corresponding channel does not generate an error interrupt 0b1..The assertion of the error signal for corresponding channel generates an error interrupt request
#define DMA_EEI_EEI21 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_EEI_EEI21_SHIFT)) & DMA_EEI_EEI21_MASK) |
EEI21 - Enable Error Interrupt 21 0b0..The error signal for corresponding channel does not generate an error interrupt 0b1..The assertion of the error signal for corresponding channel generates an error interrupt request
#define DMA_EEI_EEI21 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_EEI_EEI21_SHIFT)) & DMA_EEI_EEI21_MASK) |
EEI21 - Enable Error Interrupt 21 0b0..The error signal for corresponding channel does not generate an error interrupt 0b1..The assertion of the error signal for corresponding channel generates an error interrupt request
#define DMA_EEI_EEI21 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_EEI_EEI21_SHIFT)) & DMA_EEI_EEI21_MASK) |
EEI21 - Enable Error Interrupt 21 0b0..The error signal for corresponding channel does not generate an error interrupt 0b1..The assertion of the error signal for corresponding channel generates an error interrupt request
#define DMA_EEI_EEI22 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_EEI_EEI22_SHIFT)) & DMA_EEI_EEI22_MASK) |
EEI22 - Enable Error Interrupt 22 0b0..The error signal for corresponding channel does not generate an error interrupt 0b1..The assertion of the error signal for corresponding channel generates an error interrupt request
#define DMA_EEI_EEI22 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_EEI_EEI22_SHIFT)) & DMA_EEI_EEI22_MASK) |
EEI22 - Enable Error Interrupt 22 0b0..The error signal for corresponding channel does not generate an error interrupt 0b1..The assertion of the error signal for corresponding channel generates an error interrupt request
#define DMA_EEI_EEI22 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_EEI_EEI22_SHIFT)) & DMA_EEI_EEI22_MASK) |
EEI22 - Enable Error Interrupt 22 0b0..The error signal for corresponding channel does not generate an error interrupt 0b1..The assertion of the error signal for corresponding channel generates an error interrupt request
#define DMA_EEI_EEI23 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_EEI_EEI23_SHIFT)) & DMA_EEI_EEI23_MASK) |
EEI23 - Enable Error Interrupt 23 0b0..The error signal for corresponding channel does not generate an error interrupt 0b1..The assertion of the error signal for corresponding channel generates an error interrupt request
#define DMA_EEI_EEI23 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_EEI_EEI23_SHIFT)) & DMA_EEI_EEI23_MASK) |
EEI23 - Enable Error Interrupt 23 0b0..The error signal for corresponding channel does not generate an error interrupt 0b1..The assertion of the error signal for corresponding channel generates an error interrupt request
#define DMA_EEI_EEI23 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_EEI_EEI23_SHIFT)) & DMA_EEI_EEI23_MASK) |
EEI23 - Enable Error Interrupt 23 0b0..The error signal for corresponding channel does not generate an error interrupt 0b1..The assertion of the error signal for corresponding channel generates an error interrupt request
#define DMA_EEI_EEI24 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_EEI_EEI24_SHIFT)) & DMA_EEI_EEI24_MASK) |
EEI24 - Enable Error Interrupt 24 0b0..The error signal for corresponding channel does not generate an error interrupt 0b1..The assertion of the error signal for corresponding channel generates an error interrupt request
#define DMA_EEI_EEI24 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_EEI_EEI24_SHIFT)) & DMA_EEI_EEI24_MASK) |
EEI24 - Enable Error Interrupt 24 0b0..The error signal for corresponding channel does not generate an error interrupt 0b1..The assertion of the error signal for corresponding channel generates an error interrupt request
#define DMA_EEI_EEI24 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_EEI_EEI24_SHIFT)) & DMA_EEI_EEI24_MASK) |
EEI24 - Enable Error Interrupt 24 0b0..The error signal for corresponding channel does not generate an error interrupt 0b1..The assertion of the error signal for corresponding channel generates an error interrupt request
#define DMA_EEI_EEI25 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_EEI_EEI25_SHIFT)) & DMA_EEI_EEI25_MASK) |
EEI25 - Enable Error Interrupt 25 0b0..The error signal for corresponding channel does not generate an error interrupt 0b1..The assertion of the error signal for corresponding channel generates an error interrupt request
#define DMA_EEI_EEI25 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_EEI_EEI25_SHIFT)) & DMA_EEI_EEI25_MASK) |
EEI25 - Enable Error Interrupt 25 0b0..The error signal for corresponding channel does not generate an error interrupt 0b1..The assertion of the error signal for corresponding channel generates an error interrupt request
#define DMA_EEI_EEI25 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_EEI_EEI25_SHIFT)) & DMA_EEI_EEI25_MASK) |
EEI25 - Enable Error Interrupt 25 0b0..The error signal for corresponding channel does not generate an error interrupt 0b1..The assertion of the error signal for corresponding channel generates an error interrupt request
#define DMA_EEI_EEI26 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_EEI_EEI26_SHIFT)) & DMA_EEI_EEI26_MASK) |
EEI26 - Enable Error Interrupt 26 0b0..The error signal for corresponding channel does not generate an error interrupt 0b1..The assertion of the error signal for corresponding channel generates an error interrupt request
#define DMA_EEI_EEI26 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_EEI_EEI26_SHIFT)) & DMA_EEI_EEI26_MASK) |
EEI26 - Enable Error Interrupt 26 0b0..The error signal for corresponding channel does not generate an error interrupt 0b1..The assertion of the error signal for corresponding channel generates an error interrupt request
#define DMA_EEI_EEI26 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_EEI_EEI26_SHIFT)) & DMA_EEI_EEI26_MASK) |
EEI26 - Enable Error Interrupt 26 0b0..The error signal for corresponding channel does not generate an error interrupt 0b1..The assertion of the error signal for corresponding channel generates an error interrupt request
#define DMA_EEI_EEI27 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_EEI_EEI27_SHIFT)) & DMA_EEI_EEI27_MASK) |
EEI27 - Enable Error Interrupt 27 0b0..The error signal for corresponding channel does not generate an error interrupt 0b1..The assertion of the error signal for corresponding channel generates an error interrupt request
#define DMA_EEI_EEI27 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_EEI_EEI27_SHIFT)) & DMA_EEI_EEI27_MASK) |
EEI27 - Enable Error Interrupt 27 0b0..The error signal for corresponding channel does not generate an error interrupt 0b1..The assertion of the error signal for corresponding channel generates an error interrupt request
#define DMA_EEI_EEI27 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_EEI_EEI27_SHIFT)) & DMA_EEI_EEI27_MASK) |
EEI27 - Enable Error Interrupt 27 0b0..The error signal for corresponding channel does not generate an error interrupt 0b1..The assertion of the error signal for corresponding channel generates an error interrupt request
#define DMA_EEI_EEI28 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_EEI_EEI28_SHIFT)) & DMA_EEI_EEI28_MASK) |
EEI28 - Enable Error Interrupt 28 0b0..The error signal for corresponding channel does not generate an error interrupt 0b1..The assertion of the error signal for corresponding channel generates an error interrupt request
#define DMA_EEI_EEI28 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_EEI_EEI28_SHIFT)) & DMA_EEI_EEI28_MASK) |
EEI28 - Enable Error Interrupt 28 0b0..The error signal for corresponding channel does not generate an error interrupt 0b1..The assertion of the error signal for corresponding channel generates an error interrupt request
#define DMA_EEI_EEI28 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_EEI_EEI28_SHIFT)) & DMA_EEI_EEI28_MASK) |
EEI28 - Enable Error Interrupt 28 0b0..The error signal for corresponding channel does not generate an error interrupt 0b1..The assertion of the error signal for corresponding channel generates an error interrupt request
#define DMA_EEI_EEI29 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_EEI_EEI29_SHIFT)) & DMA_EEI_EEI29_MASK) |
EEI29 - Enable Error Interrupt 29 0b0..The error signal for corresponding channel does not generate an error interrupt 0b1..The assertion of the error signal for corresponding channel generates an error interrupt request
#define DMA_EEI_EEI29 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_EEI_EEI29_SHIFT)) & DMA_EEI_EEI29_MASK) |
EEI29 - Enable Error Interrupt 29 0b0..The error signal for corresponding channel does not generate an error interrupt 0b1..The assertion of the error signal for corresponding channel generates an error interrupt request
#define DMA_EEI_EEI29 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_EEI_EEI29_SHIFT)) & DMA_EEI_EEI29_MASK) |
EEI29 - Enable Error Interrupt 29 0b0..The error signal for corresponding channel does not generate an error interrupt 0b1..The assertion of the error signal for corresponding channel generates an error interrupt request
#define DMA_EEI_EEI3 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_EEI_EEI3_SHIFT)) & DMA_EEI_EEI3_MASK) |
EEI3 - Enable Error Interrupt 3 0b0..The error signal for corresponding channel does not generate an error interrupt 0b1..The assertion of the error signal for corresponding channel generates an error interrupt request
#define DMA_EEI_EEI3 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_EEI_EEI3_SHIFT)) & DMA_EEI_EEI3_MASK) |
EEI3 - Enable Error Interrupt 3 0b0..The error signal for corresponding channel does not generate an error interrupt 0b1..The assertion of the error signal for corresponding channel generates an error interrupt request
#define DMA_EEI_EEI3 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_EEI_EEI3_SHIFT)) & DMA_EEI_EEI3_MASK) |
EEI3 - Enable Error Interrupt 3 0b0..The error signal for corresponding channel does not generate an error interrupt 0b1..The assertion of the error signal for corresponding channel generates an error interrupt request
#define DMA_EEI_EEI3 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_EEI_EEI3_SHIFT)) & DMA_EEI_EEI3_MASK) |
EEI3 - Enable Error Interrupt 3 0b0..The error signal for corresponding channel does not generate an error interrupt 0b1..The assertion of the error signal for corresponding channel generates an error interrupt request
#define DMA_EEI_EEI3 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_EEI_EEI3_SHIFT)) & DMA_EEI_EEI3_MASK) |
EEI3 - Enable Error Interrupt 3 0b0..The error signal for corresponding channel does not generate an error interrupt 0b1..The assertion of the error signal for corresponding channel generates an error interrupt request
#define DMA_EEI_EEI30 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_EEI_EEI30_SHIFT)) & DMA_EEI_EEI30_MASK) |
EEI30 - Enable Error Interrupt 30 0b0..The error signal for corresponding channel does not generate an error interrupt 0b1..The assertion of the error signal for corresponding channel generates an error interrupt request
#define DMA_EEI_EEI30 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_EEI_EEI30_SHIFT)) & DMA_EEI_EEI30_MASK) |
EEI30 - Enable Error Interrupt 30 0b0..The error signal for corresponding channel does not generate an error interrupt 0b1..The assertion of the error signal for corresponding channel generates an error interrupt request
#define DMA_EEI_EEI30 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_EEI_EEI30_SHIFT)) & DMA_EEI_EEI30_MASK) |
EEI30 - Enable Error Interrupt 30 0b0..The error signal for corresponding channel does not generate an error interrupt 0b1..The assertion of the error signal for corresponding channel generates an error interrupt request
#define DMA_EEI_EEI31 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_EEI_EEI31_SHIFT)) & DMA_EEI_EEI31_MASK) |
EEI31 - Enable Error Interrupt 31 0b0..The error signal for corresponding channel does not generate an error interrupt 0b1..The assertion of the error signal for corresponding channel generates an error interrupt request
#define DMA_EEI_EEI31 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_EEI_EEI31_SHIFT)) & DMA_EEI_EEI31_MASK) |
EEI31 - Enable Error Interrupt 31 0b0..The error signal for corresponding channel does not generate an error interrupt 0b1..The assertion of the error signal for corresponding channel generates an error interrupt request
#define DMA_EEI_EEI31 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_EEI_EEI31_SHIFT)) & DMA_EEI_EEI31_MASK) |
EEI31 - Enable Error Interrupt 31 0b0..The error signal for corresponding channel does not generate an error interrupt 0b1..The assertion of the error signal for corresponding channel generates an error interrupt request
#define DMA_EEI_EEI4 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_EEI_EEI4_SHIFT)) & DMA_EEI_EEI4_MASK) |
EEI4 - Enable Error Interrupt 4 0b0..The error signal for corresponding channel does not generate an error interrupt 0b1..The assertion of the error signal for corresponding channel generates an error interrupt request
#define DMA_EEI_EEI4 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_EEI_EEI4_SHIFT)) & DMA_EEI_EEI4_MASK) |
EEI4 - Enable Error Interrupt 4 0b0..The error signal for corresponding channel does not generate an error interrupt 0b1..The assertion of the error signal for corresponding channel generates an error interrupt request
#define DMA_EEI_EEI4 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_EEI_EEI4_SHIFT)) & DMA_EEI_EEI4_MASK) |
EEI4 - Enable Error Interrupt 4 0b0..The error signal for corresponding channel does not generate an error interrupt 0b1..The assertion of the error signal for corresponding channel generates an error interrupt request
#define DMA_EEI_EEI4 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_EEI_EEI4_SHIFT)) & DMA_EEI_EEI4_MASK) |
EEI4 - Enable Error Interrupt 4 0b0..The error signal for corresponding channel does not generate an error interrupt 0b1..The assertion of the error signal for corresponding channel generates an error interrupt request
#define DMA_EEI_EEI4 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_EEI_EEI4_SHIFT)) & DMA_EEI_EEI4_MASK) |
EEI4 - Enable Error Interrupt 4 0b0..The error signal for corresponding channel does not generate an error interrupt 0b1..The assertion of the error signal for corresponding channel generates an error interrupt request
#define DMA_EEI_EEI5 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_EEI_EEI5_SHIFT)) & DMA_EEI_EEI5_MASK) |
EEI5 - Enable Error Interrupt 5 0b0..The error signal for corresponding channel does not generate an error interrupt 0b1..The assertion of the error signal for corresponding channel generates an error interrupt request
#define DMA_EEI_EEI5 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_EEI_EEI5_SHIFT)) & DMA_EEI_EEI5_MASK) |
EEI5 - Enable Error Interrupt 5 0b0..The error signal for corresponding channel does not generate an error interrupt 0b1..The assertion of the error signal for corresponding channel generates an error interrupt request
#define DMA_EEI_EEI5 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_EEI_EEI5_SHIFT)) & DMA_EEI_EEI5_MASK) |
EEI5 - Enable Error Interrupt 5 0b0..The error signal for corresponding channel does not generate an error interrupt 0b1..The assertion of the error signal for corresponding channel generates an error interrupt request
#define DMA_EEI_EEI5 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_EEI_EEI5_SHIFT)) & DMA_EEI_EEI5_MASK) |
EEI5 - Enable Error Interrupt 5 0b0..The error signal for corresponding channel does not generate an error interrupt 0b1..The assertion of the error signal for corresponding channel generates an error interrupt request
#define DMA_EEI_EEI5 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_EEI_EEI5_SHIFT)) & DMA_EEI_EEI5_MASK) |
EEI5 - Enable Error Interrupt 5 0b0..The error signal for corresponding channel does not generate an error interrupt 0b1..The assertion of the error signal for corresponding channel generates an error interrupt request
#define DMA_EEI_EEI6 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_EEI_EEI6_SHIFT)) & DMA_EEI_EEI6_MASK) |
EEI6 - Enable Error Interrupt 6 0b0..The error signal for corresponding channel does not generate an error interrupt 0b1..The assertion of the error signal for corresponding channel generates an error interrupt request
#define DMA_EEI_EEI6 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_EEI_EEI6_SHIFT)) & DMA_EEI_EEI6_MASK) |
EEI6 - Enable Error Interrupt 6 0b0..The error signal for corresponding channel does not generate an error interrupt 0b1..The assertion of the error signal for corresponding channel generates an error interrupt request
#define DMA_EEI_EEI6 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_EEI_EEI6_SHIFT)) & DMA_EEI_EEI6_MASK) |
EEI6 - Enable Error Interrupt 6 0b0..The error signal for corresponding channel does not generate an error interrupt 0b1..The assertion of the error signal for corresponding channel generates an error interrupt request
#define DMA_EEI_EEI6 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_EEI_EEI6_SHIFT)) & DMA_EEI_EEI6_MASK) |
EEI6 - Enable Error Interrupt 6 0b0..The error signal for corresponding channel does not generate an error interrupt 0b1..The assertion of the error signal for corresponding channel generates an error interrupt request
#define DMA_EEI_EEI6 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_EEI_EEI6_SHIFT)) & DMA_EEI_EEI6_MASK) |
EEI6 - Enable Error Interrupt 6 0b0..The error signal for corresponding channel does not generate an error interrupt 0b1..The assertion of the error signal for corresponding channel generates an error interrupt request
#define DMA_EEI_EEI7 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_EEI_EEI7_SHIFT)) & DMA_EEI_EEI7_MASK) |
EEI7 - Enable Error Interrupt 7 0b0..The error signal for corresponding channel does not generate an error interrupt 0b1..The assertion of the error signal for corresponding channel generates an error interrupt request
#define DMA_EEI_EEI7 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_EEI_EEI7_SHIFT)) & DMA_EEI_EEI7_MASK) |
EEI7 - Enable Error Interrupt 7 0b0..The error signal for corresponding channel does not generate an error interrupt 0b1..The assertion of the error signal for corresponding channel generates an error interrupt request
#define DMA_EEI_EEI7 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_EEI_EEI7_SHIFT)) & DMA_EEI_EEI7_MASK) |
EEI7 - Enable Error Interrupt 7 0b0..The error signal for corresponding channel does not generate an error interrupt 0b1..The assertion of the error signal for corresponding channel generates an error interrupt request
#define DMA_EEI_EEI7 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_EEI_EEI7_SHIFT)) & DMA_EEI_EEI7_MASK) |
EEI7 - Enable Error Interrupt 7 0b0..The error signal for corresponding channel does not generate an error interrupt 0b1..The assertion of the error signal for corresponding channel generates an error interrupt request
#define DMA_EEI_EEI7 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_EEI_EEI7_SHIFT)) & DMA_EEI_EEI7_MASK) |
EEI7 - Enable Error Interrupt 7 0b0..The error signal for corresponding channel does not generate an error interrupt 0b1..The assertion of the error signal for corresponding channel generates an error interrupt request
#define DMA_EEI_EEI8 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_EEI_EEI8_SHIFT)) & DMA_EEI_EEI8_MASK) |
EEI8 - Enable Error Interrupt 8 0b0..The error signal for corresponding channel does not generate an error interrupt 0b1..The assertion of the error signal for corresponding channel generates an error interrupt request
#define DMA_EEI_EEI8 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_EEI_EEI8_SHIFT)) & DMA_EEI_EEI8_MASK) |
EEI8 - Enable Error Interrupt 8 0b0..The error signal for corresponding channel does not generate an error interrupt 0b1..The assertion of the error signal for corresponding channel generates an error interrupt request
#define DMA_EEI_EEI8 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_EEI_EEI8_SHIFT)) & DMA_EEI_EEI8_MASK) |
EEI8 - Enable Error Interrupt 8 0b0..The error signal for corresponding channel does not generate an error interrupt 0b1..The assertion of the error signal for corresponding channel generates an error interrupt request
#define DMA_EEI_EEI8 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_EEI_EEI8_SHIFT)) & DMA_EEI_EEI8_MASK) |
EEI8 - Enable Error Interrupt 8 0b0..The error signal for corresponding channel does not generate an error interrupt 0b1..The assertion of the error signal for corresponding channel generates an error interrupt request
#define DMA_EEI_EEI8 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_EEI_EEI8_SHIFT)) & DMA_EEI_EEI8_MASK) |
EEI8 - Enable Error Interrupt 8 0b0..The error signal for corresponding channel does not generate an error interrupt 0b1..The assertion of the error signal for corresponding channel generates an error interrupt request
#define DMA_EEI_EEI9 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_EEI_EEI9_SHIFT)) & DMA_EEI_EEI9_MASK) |
EEI9 - Enable Error Interrupt 9 0b0..The error signal for corresponding channel does not generate an error interrupt 0b1..The assertion of the error signal for corresponding channel generates an error interrupt request
#define DMA_EEI_EEI9 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_EEI_EEI9_SHIFT)) & DMA_EEI_EEI9_MASK) |
EEI9 - Enable Error Interrupt 9 0b0..The error signal for corresponding channel does not generate an error interrupt 0b1..The assertion of the error signal for corresponding channel generates an error interrupt request
#define DMA_EEI_EEI9 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_EEI_EEI9_SHIFT)) & DMA_EEI_EEI9_MASK) |
EEI9 - Enable Error Interrupt 9 0b0..The error signal for corresponding channel does not generate an error interrupt 0b1..The assertion of the error signal for corresponding channel generates an error interrupt request
#define DMA_EEI_EEI9 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_EEI_EEI9_SHIFT)) & DMA_EEI_EEI9_MASK) |
EEI9 - Enable Error Interrupt 9 0b0..The error signal for corresponding channel does not generate an error interrupt 0b1..The assertion of the error signal for corresponding channel generates an error interrupt request
#define DMA_EEI_EEI9 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_EEI_EEI9_SHIFT)) & DMA_EEI_EEI9_MASK) |
EEI9 - Enable Error Interrupt 9 0b0..The error signal for corresponding channel does not generate an error interrupt 0b1..The assertion of the error signal for corresponding channel generates an error interrupt request
#define DMA_ERQ_ERQ0 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_ERQ_ERQ0_SHIFT)) & DMA_ERQ_ERQ0_MASK) |
ERQ0 - Enable DMA Request 0 0b0..The DMA request signal for the corresponding channel is disabled 0b1..The DMA request signal for the corresponding channel is enabled
#define DMA_ERQ_ERQ0 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_ERQ_ERQ0_SHIFT)) & DMA_ERQ_ERQ0_MASK) |
ERQ0 - Enable DMA Request 0 0b0..The DMA request signal for the corresponding channel is disabled 0b1..The DMA request signal for the corresponding channel is enabled
#define DMA_ERQ_ERQ0 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_ERQ_ERQ0_SHIFT)) & DMA_ERQ_ERQ0_MASK) |
ERQ0 - Enable DMA Request 0 0b0..The DMA request signal for the corresponding channel is disabled 0b1..The DMA request signal for the corresponding channel is enabled
#define DMA_ERQ_ERQ0 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_ERQ_ERQ0_SHIFT)) & DMA_ERQ_ERQ0_MASK) |
ERQ0 - Enable DMA Request 0 0b0..The DMA request signal for the corresponding channel is disabled 0b1..The DMA request signal for the corresponding channel is enabled
#define DMA_ERQ_ERQ0 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_ERQ_ERQ0_SHIFT)) & DMA_ERQ_ERQ0_MASK) |
ERQ0 - Enable DMA Request 0 0b0..The DMA request signal for the corresponding channel is disabled 0b1..The DMA request signal for the corresponding channel is enabled
#define DMA_ERQ_ERQ1 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_ERQ_ERQ1_SHIFT)) & DMA_ERQ_ERQ1_MASK) |
ERQ1 - Enable DMA Request 1 0b0..The DMA request signal for the corresponding channel is disabled 0b1..The DMA request signal for the corresponding channel is enabled
#define DMA_ERQ_ERQ1 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_ERQ_ERQ1_SHIFT)) & DMA_ERQ_ERQ1_MASK) |
ERQ1 - Enable DMA Request 1 0b0..The DMA request signal for the corresponding channel is disabled 0b1..The DMA request signal for the corresponding channel is enabled
#define DMA_ERQ_ERQ1 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_ERQ_ERQ1_SHIFT)) & DMA_ERQ_ERQ1_MASK) |
ERQ1 - Enable DMA Request 1 0b0..The DMA request signal for the corresponding channel is disabled 0b1..The DMA request signal for the corresponding channel is enabled
#define DMA_ERQ_ERQ1 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_ERQ_ERQ1_SHIFT)) & DMA_ERQ_ERQ1_MASK) |
ERQ1 - Enable DMA Request 1 0b0..The DMA request signal for the corresponding channel is disabled 0b1..The DMA request signal for the corresponding channel is enabled
#define DMA_ERQ_ERQ1 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_ERQ_ERQ1_SHIFT)) & DMA_ERQ_ERQ1_MASK) |
ERQ1 - Enable DMA Request 1 0b0..The DMA request signal for the corresponding channel is disabled 0b1..The DMA request signal for the corresponding channel is enabled
#define DMA_ERQ_ERQ10 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_ERQ_ERQ10_SHIFT)) & DMA_ERQ_ERQ10_MASK) |
ERQ10 - Enable DMA Request 10 0b0..The DMA request signal for the corresponding channel is disabled 0b1..The DMA request signal for the corresponding channel is enabled
#define DMA_ERQ_ERQ10 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_ERQ_ERQ10_SHIFT)) & DMA_ERQ_ERQ10_MASK) |
ERQ10 - Enable DMA Request 10 0b0..The DMA request signal for the corresponding channel is disabled 0b1..The DMA request signal for the corresponding channel is enabled
#define DMA_ERQ_ERQ10 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_ERQ_ERQ10_SHIFT)) & DMA_ERQ_ERQ10_MASK) |
ERQ10 - Enable DMA Request 10 0b0..The DMA request signal for the corresponding channel is disabled 0b1..The DMA request signal for the corresponding channel is enabled
#define DMA_ERQ_ERQ10 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_ERQ_ERQ10_SHIFT)) & DMA_ERQ_ERQ10_MASK) |
ERQ10 - Enable DMA Request 10 0b0..The DMA request signal for the corresponding channel is disabled 0b1..The DMA request signal for the corresponding channel is enabled
#define DMA_ERQ_ERQ10 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_ERQ_ERQ10_SHIFT)) & DMA_ERQ_ERQ10_MASK) |
ERQ10 - Enable DMA Request 10 0b0..The DMA request signal for the corresponding channel is disabled 0b1..The DMA request signal for the corresponding channel is enabled
#define DMA_ERQ_ERQ11 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_ERQ_ERQ11_SHIFT)) & DMA_ERQ_ERQ11_MASK) |
ERQ11 - Enable DMA Request 11 0b0..The DMA request signal for the corresponding channel is disabled 0b1..The DMA request signal for the corresponding channel is enabled
#define DMA_ERQ_ERQ11 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_ERQ_ERQ11_SHIFT)) & DMA_ERQ_ERQ11_MASK) |
ERQ11 - Enable DMA Request 11 0b0..The DMA request signal for the corresponding channel is disabled 0b1..The DMA request signal for the corresponding channel is enabled
#define DMA_ERQ_ERQ11 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_ERQ_ERQ11_SHIFT)) & DMA_ERQ_ERQ11_MASK) |
ERQ11 - Enable DMA Request 11 0b0..The DMA request signal for the corresponding channel is disabled 0b1..The DMA request signal for the corresponding channel is enabled
#define DMA_ERQ_ERQ11 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_ERQ_ERQ11_SHIFT)) & DMA_ERQ_ERQ11_MASK) |
ERQ11 - Enable DMA Request 11 0b0..The DMA request signal for the corresponding channel is disabled 0b1..The DMA request signal for the corresponding channel is enabled
#define DMA_ERQ_ERQ11 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_ERQ_ERQ11_SHIFT)) & DMA_ERQ_ERQ11_MASK) |
ERQ11 - Enable DMA Request 11 0b0..The DMA request signal for the corresponding channel is disabled 0b1..The DMA request signal for the corresponding channel is enabled
#define DMA_ERQ_ERQ12 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_ERQ_ERQ12_SHIFT)) & DMA_ERQ_ERQ12_MASK) |
ERQ12 - Enable DMA Request 12 0b0..The DMA request signal for the corresponding channel is disabled 0b1..The DMA request signal for the corresponding channel is enabled
#define DMA_ERQ_ERQ12 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_ERQ_ERQ12_SHIFT)) & DMA_ERQ_ERQ12_MASK) |
ERQ12 - Enable DMA Request 12 0b0..The DMA request signal for the corresponding channel is disabled 0b1..The DMA request signal for the corresponding channel is enabled
#define DMA_ERQ_ERQ12 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_ERQ_ERQ12_SHIFT)) & DMA_ERQ_ERQ12_MASK) |
ERQ12 - Enable DMA Request 12 0b0..The DMA request signal for the corresponding channel is disabled 0b1..The DMA request signal for the corresponding channel is enabled
#define DMA_ERQ_ERQ12 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_ERQ_ERQ12_SHIFT)) & DMA_ERQ_ERQ12_MASK) |
ERQ12 - Enable DMA Request 12 0b0..The DMA request signal for the corresponding channel is disabled 0b1..The DMA request signal for the corresponding channel is enabled
#define DMA_ERQ_ERQ12 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_ERQ_ERQ12_SHIFT)) & DMA_ERQ_ERQ12_MASK) |
ERQ12 - Enable DMA Request 12 0b0..The DMA request signal for the corresponding channel is disabled 0b1..The DMA request signal for the corresponding channel is enabled
#define DMA_ERQ_ERQ13 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_ERQ_ERQ13_SHIFT)) & DMA_ERQ_ERQ13_MASK) |
ERQ13 - Enable DMA Request 13 0b0..The DMA request signal for the corresponding channel is disabled 0b1..The DMA request signal for the corresponding channel is enabled
#define DMA_ERQ_ERQ13 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_ERQ_ERQ13_SHIFT)) & DMA_ERQ_ERQ13_MASK) |
ERQ13 - Enable DMA Request 13 0b0..The DMA request signal for the corresponding channel is disabled 0b1..The DMA request signal for the corresponding channel is enabled
#define DMA_ERQ_ERQ13 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_ERQ_ERQ13_SHIFT)) & DMA_ERQ_ERQ13_MASK) |
ERQ13 - Enable DMA Request 13 0b0..The DMA request signal for the corresponding channel is disabled 0b1..The DMA request signal for the corresponding channel is enabled
#define DMA_ERQ_ERQ13 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_ERQ_ERQ13_SHIFT)) & DMA_ERQ_ERQ13_MASK) |
ERQ13 - Enable DMA Request 13 0b0..The DMA request signal for the corresponding channel is disabled 0b1..The DMA request signal for the corresponding channel is enabled
#define DMA_ERQ_ERQ13 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_ERQ_ERQ13_SHIFT)) & DMA_ERQ_ERQ13_MASK) |
ERQ13 - Enable DMA Request 13 0b0..The DMA request signal for the corresponding channel is disabled 0b1..The DMA request signal for the corresponding channel is enabled
#define DMA_ERQ_ERQ14 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_ERQ_ERQ14_SHIFT)) & DMA_ERQ_ERQ14_MASK) |
ERQ14 - Enable DMA Request 14 0b0..The DMA request signal for the corresponding channel is disabled 0b1..The DMA request signal for the corresponding channel is enabled
#define DMA_ERQ_ERQ14 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_ERQ_ERQ14_SHIFT)) & DMA_ERQ_ERQ14_MASK) |
ERQ14 - Enable DMA Request 14 0b0..The DMA request signal for the corresponding channel is disabled 0b1..The DMA request signal for the corresponding channel is enabled
#define DMA_ERQ_ERQ14 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_ERQ_ERQ14_SHIFT)) & DMA_ERQ_ERQ14_MASK) |
ERQ14 - Enable DMA Request 14 0b0..The DMA request signal for the corresponding channel is disabled 0b1..The DMA request signal for the corresponding channel is enabled
#define DMA_ERQ_ERQ14 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_ERQ_ERQ14_SHIFT)) & DMA_ERQ_ERQ14_MASK) |
ERQ14 - Enable DMA Request 14 0b0..The DMA request signal for the corresponding channel is disabled 0b1..The DMA request signal for the corresponding channel is enabled
#define DMA_ERQ_ERQ14 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_ERQ_ERQ14_SHIFT)) & DMA_ERQ_ERQ14_MASK) |
ERQ14 - Enable DMA Request 14 0b0..The DMA request signal for the corresponding channel is disabled 0b1..The DMA request signal for the corresponding channel is enabled
#define DMA_ERQ_ERQ15 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_ERQ_ERQ15_SHIFT)) & DMA_ERQ_ERQ15_MASK) |
ERQ15 - Enable DMA Request 15 0b0..The DMA request signal for the corresponding channel is disabled 0b1..The DMA request signal for the corresponding channel is enabled
#define DMA_ERQ_ERQ15 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_ERQ_ERQ15_SHIFT)) & DMA_ERQ_ERQ15_MASK) |
ERQ15 - Enable DMA Request 15 0b0..The DMA request signal for the corresponding channel is disabled 0b1..The DMA request signal for the corresponding channel is enabled
#define DMA_ERQ_ERQ15 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_ERQ_ERQ15_SHIFT)) & DMA_ERQ_ERQ15_MASK) |
ERQ15 - Enable DMA Request 15 0b0..The DMA request signal for the corresponding channel is disabled 0b1..The DMA request signal for the corresponding channel is enabled
#define DMA_ERQ_ERQ15 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_ERQ_ERQ15_SHIFT)) & DMA_ERQ_ERQ15_MASK) |
ERQ15 - Enable DMA Request 15 0b0..The DMA request signal for the corresponding channel is disabled 0b1..The DMA request signal for the corresponding channel is enabled
#define DMA_ERQ_ERQ15 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_ERQ_ERQ15_SHIFT)) & DMA_ERQ_ERQ15_MASK) |
ERQ15 - Enable DMA Request 15 0b0..The DMA request signal for the corresponding channel is disabled 0b1..The DMA request signal for the corresponding channel is enabled
#define DMA_ERQ_ERQ16 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_ERQ_ERQ16_SHIFT)) & DMA_ERQ_ERQ16_MASK) |
ERQ16 - Enable DMA Request 16 0b0..The DMA request signal for the corresponding channel is disabled 0b1..The DMA request signal for the corresponding channel is enabled
#define DMA_ERQ_ERQ16 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_ERQ_ERQ16_SHIFT)) & DMA_ERQ_ERQ16_MASK) |
ERQ16 - Enable DMA Request 16 0b0..The DMA request signal for the corresponding channel is disabled 0b1..The DMA request signal for the corresponding channel is enabled
#define DMA_ERQ_ERQ16 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_ERQ_ERQ16_SHIFT)) & DMA_ERQ_ERQ16_MASK) |
ERQ16 - Enable DMA Request 16 0b0..The DMA request signal for the corresponding channel is disabled 0b1..The DMA request signal for the corresponding channel is enabled
#define DMA_ERQ_ERQ17 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_ERQ_ERQ17_SHIFT)) & DMA_ERQ_ERQ17_MASK) |
ERQ17 - Enable DMA Request 17 0b0..The DMA request signal for the corresponding channel is disabled 0b1..The DMA request signal for the corresponding channel is enabled
#define DMA_ERQ_ERQ17 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_ERQ_ERQ17_SHIFT)) & DMA_ERQ_ERQ17_MASK) |
ERQ17 - Enable DMA Request 17 0b0..The DMA request signal for the corresponding channel is disabled 0b1..The DMA request signal for the corresponding channel is enabled
#define DMA_ERQ_ERQ17 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_ERQ_ERQ17_SHIFT)) & DMA_ERQ_ERQ17_MASK) |
ERQ17 - Enable DMA Request 17 0b0..The DMA request signal for the corresponding channel is disabled 0b1..The DMA request signal for the corresponding channel is enabled
#define DMA_ERQ_ERQ18 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_ERQ_ERQ18_SHIFT)) & DMA_ERQ_ERQ18_MASK) |
ERQ18 - Enable DMA Request 18 0b0..The DMA request signal for the corresponding channel is disabled 0b1..The DMA request signal for the corresponding channel is enabled
#define DMA_ERQ_ERQ18 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_ERQ_ERQ18_SHIFT)) & DMA_ERQ_ERQ18_MASK) |
ERQ18 - Enable DMA Request 18 0b0..The DMA request signal for the corresponding channel is disabled 0b1..The DMA request signal for the corresponding channel is enabled
#define DMA_ERQ_ERQ18 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_ERQ_ERQ18_SHIFT)) & DMA_ERQ_ERQ18_MASK) |
ERQ18 - Enable DMA Request 18 0b0..The DMA request signal for the corresponding channel is disabled 0b1..The DMA request signal for the corresponding channel is enabled
#define DMA_ERQ_ERQ19 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_ERQ_ERQ19_SHIFT)) & DMA_ERQ_ERQ19_MASK) |
ERQ19 - Enable DMA Request 19 0b0..The DMA request signal for the corresponding channel is disabled 0b1..The DMA request signal for the corresponding channel is enabled
#define DMA_ERQ_ERQ19 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_ERQ_ERQ19_SHIFT)) & DMA_ERQ_ERQ19_MASK) |
ERQ19 - Enable DMA Request 19 0b0..The DMA request signal for the corresponding channel is disabled 0b1..The DMA request signal for the corresponding channel is enabled
#define DMA_ERQ_ERQ19 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_ERQ_ERQ19_SHIFT)) & DMA_ERQ_ERQ19_MASK) |
ERQ19 - Enable DMA Request 19 0b0..The DMA request signal for the corresponding channel is disabled 0b1..The DMA request signal for the corresponding channel is enabled
#define DMA_ERQ_ERQ2 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_ERQ_ERQ2_SHIFT)) & DMA_ERQ_ERQ2_MASK) |
ERQ2 - Enable DMA Request 2 0b0..The DMA request signal for the corresponding channel is disabled 0b1..The DMA request signal for the corresponding channel is enabled
#define DMA_ERQ_ERQ2 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_ERQ_ERQ2_SHIFT)) & DMA_ERQ_ERQ2_MASK) |
ERQ2 - Enable DMA Request 2 0b0..The DMA request signal for the corresponding channel is disabled 0b1..The DMA request signal for the corresponding channel is enabled
#define DMA_ERQ_ERQ2 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_ERQ_ERQ2_SHIFT)) & DMA_ERQ_ERQ2_MASK) |
ERQ2 - Enable DMA Request 2 0b0..The DMA request signal for the corresponding channel is disabled 0b1..The DMA request signal for the corresponding channel is enabled
#define DMA_ERQ_ERQ2 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_ERQ_ERQ2_SHIFT)) & DMA_ERQ_ERQ2_MASK) |
ERQ2 - Enable DMA Request 2 0b0..The DMA request signal for the corresponding channel is disabled 0b1..The DMA request signal for the corresponding channel is enabled
#define DMA_ERQ_ERQ2 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_ERQ_ERQ2_SHIFT)) & DMA_ERQ_ERQ2_MASK) |
ERQ2 - Enable DMA Request 2 0b0..The DMA request signal for the corresponding channel is disabled 0b1..The DMA request signal for the corresponding channel is enabled
#define DMA_ERQ_ERQ20 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_ERQ_ERQ20_SHIFT)) & DMA_ERQ_ERQ20_MASK) |
ERQ20 - Enable DMA Request 20 0b0..The DMA request signal for the corresponding channel is disabled 0b1..The DMA request signal for the corresponding channel is enabled
#define DMA_ERQ_ERQ20 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_ERQ_ERQ20_SHIFT)) & DMA_ERQ_ERQ20_MASK) |
ERQ20 - Enable DMA Request 20 0b0..The DMA request signal for the corresponding channel is disabled 0b1..The DMA request signal for the corresponding channel is enabled
#define DMA_ERQ_ERQ20 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_ERQ_ERQ20_SHIFT)) & DMA_ERQ_ERQ20_MASK) |
ERQ20 - Enable DMA Request 20 0b0..The DMA request signal for the corresponding channel is disabled 0b1..The DMA request signal for the corresponding channel is enabled
#define DMA_ERQ_ERQ21 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_ERQ_ERQ21_SHIFT)) & DMA_ERQ_ERQ21_MASK) |
ERQ21 - Enable DMA Request 21 0b0..The DMA request signal for the corresponding channel is disabled 0b1..The DMA request signal for the corresponding channel is enabled
#define DMA_ERQ_ERQ21 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_ERQ_ERQ21_SHIFT)) & DMA_ERQ_ERQ21_MASK) |
ERQ21 - Enable DMA Request 21 0b0..The DMA request signal for the corresponding channel is disabled 0b1..The DMA request signal for the corresponding channel is enabled
#define DMA_ERQ_ERQ21 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_ERQ_ERQ21_SHIFT)) & DMA_ERQ_ERQ21_MASK) |
ERQ21 - Enable DMA Request 21 0b0..The DMA request signal for the corresponding channel is disabled 0b1..The DMA request signal for the corresponding channel is enabled
#define DMA_ERQ_ERQ22 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_ERQ_ERQ22_SHIFT)) & DMA_ERQ_ERQ22_MASK) |
ERQ22 - Enable DMA Request 22 0b0..The DMA request signal for the corresponding channel is disabled 0b1..The DMA request signal for the corresponding channel is enabled
#define DMA_ERQ_ERQ22 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_ERQ_ERQ22_SHIFT)) & DMA_ERQ_ERQ22_MASK) |
ERQ22 - Enable DMA Request 22 0b0..The DMA request signal for the corresponding channel is disabled 0b1..The DMA request signal for the corresponding channel is enabled
#define DMA_ERQ_ERQ22 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_ERQ_ERQ22_SHIFT)) & DMA_ERQ_ERQ22_MASK) |
ERQ22 - Enable DMA Request 22 0b0..The DMA request signal for the corresponding channel is disabled 0b1..The DMA request signal for the corresponding channel is enabled
#define DMA_ERQ_ERQ23 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_ERQ_ERQ23_SHIFT)) & DMA_ERQ_ERQ23_MASK) |
ERQ23 - Enable DMA Request 23 0b0..The DMA request signal for the corresponding channel is disabled 0b1..The DMA request signal for the corresponding channel is enabled
#define DMA_ERQ_ERQ23 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_ERQ_ERQ23_SHIFT)) & DMA_ERQ_ERQ23_MASK) |
ERQ23 - Enable DMA Request 23 0b0..The DMA request signal for the corresponding channel is disabled 0b1..The DMA request signal for the corresponding channel is enabled
#define DMA_ERQ_ERQ23 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_ERQ_ERQ23_SHIFT)) & DMA_ERQ_ERQ23_MASK) |
ERQ23 - Enable DMA Request 23 0b0..The DMA request signal for the corresponding channel is disabled 0b1..The DMA request signal for the corresponding channel is enabled
#define DMA_ERQ_ERQ24 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_ERQ_ERQ24_SHIFT)) & DMA_ERQ_ERQ24_MASK) |
ERQ24 - Enable DMA Request 24 0b0..The DMA request signal for the corresponding channel is disabled 0b1..The DMA request signal for the corresponding channel is enabled
#define DMA_ERQ_ERQ24 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_ERQ_ERQ24_SHIFT)) & DMA_ERQ_ERQ24_MASK) |
ERQ24 - Enable DMA Request 24 0b0..The DMA request signal for the corresponding channel is disabled 0b1..The DMA request signal for the corresponding channel is enabled
#define DMA_ERQ_ERQ24 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_ERQ_ERQ24_SHIFT)) & DMA_ERQ_ERQ24_MASK) |
ERQ24 - Enable DMA Request 24 0b0..The DMA request signal for the corresponding channel is disabled 0b1..The DMA request signal for the corresponding channel is enabled
#define DMA_ERQ_ERQ25 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_ERQ_ERQ25_SHIFT)) & DMA_ERQ_ERQ25_MASK) |
ERQ25 - Enable DMA Request 25 0b0..The DMA request signal for the corresponding channel is disabled 0b1..The DMA request signal for the corresponding channel is enabled
#define DMA_ERQ_ERQ25 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_ERQ_ERQ25_SHIFT)) & DMA_ERQ_ERQ25_MASK) |
ERQ25 - Enable DMA Request 25 0b0..The DMA request signal for the corresponding channel is disabled 0b1..The DMA request signal for the corresponding channel is enabled
#define DMA_ERQ_ERQ25 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_ERQ_ERQ25_SHIFT)) & DMA_ERQ_ERQ25_MASK) |
ERQ25 - Enable DMA Request 25 0b0..The DMA request signal for the corresponding channel is disabled 0b1..The DMA request signal for the corresponding channel is enabled
#define DMA_ERQ_ERQ26 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_ERQ_ERQ26_SHIFT)) & DMA_ERQ_ERQ26_MASK) |
ERQ26 - Enable DMA Request 26 0b0..The DMA request signal for the corresponding channel is disabled 0b1..The DMA request signal for the corresponding channel is enabled
#define DMA_ERQ_ERQ26 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_ERQ_ERQ26_SHIFT)) & DMA_ERQ_ERQ26_MASK) |
ERQ26 - Enable DMA Request 26 0b0..The DMA request signal for the corresponding channel is disabled 0b1..The DMA request signal for the corresponding channel is enabled
#define DMA_ERQ_ERQ26 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_ERQ_ERQ26_SHIFT)) & DMA_ERQ_ERQ26_MASK) |
ERQ26 - Enable DMA Request 26 0b0..The DMA request signal for the corresponding channel is disabled 0b1..The DMA request signal for the corresponding channel is enabled
#define DMA_ERQ_ERQ27 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_ERQ_ERQ27_SHIFT)) & DMA_ERQ_ERQ27_MASK) |
ERQ27 - Enable DMA Request 27 0b0..The DMA request signal for the corresponding channel is disabled 0b1..The DMA request signal for the corresponding channel is enabled
#define DMA_ERQ_ERQ27 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_ERQ_ERQ27_SHIFT)) & DMA_ERQ_ERQ27_MASK) |
ERQ27 - Enable DMA Request 27 0b0..The DMA request signal for the corresponding channel is disabled 0b1..The DMA request signal for the corresponding channel is enabled
#define DMA_ERQ_ERQ27 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_ERQ_ERQ27_SHIFT)) & DMA_ERQ_ERQ27_MASK) |
ERQ27 - Enable DMA Request 27 0b0..The DMA request signal for the corresponding channel is disabled 0b1..The DMA request signal for the corresponding channel is enabled
#define DMA_ERQ_ERQ28 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_ERQ_ERQ28_SHIFT)) & DMA_ERQ_ERQ28_MASK) |
ERQ28 - Enable DMA Request 28 0b0..The DMA request signal for the corresponding channel is disabled 0b1..The DMA request signal for the corresponding channel is enabled
#define DMA_ERQ_ERQ28 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_ERQ_ERQ28_SHIFT)) & DMA_ERQ_ERQ28_MASK) |
ERQ28 - Enable DMA Request 28 0b0..The DMA request signal for the corresponding channel is disabled 0b1..The DMA request signal for the corresponding channel is enabled
#define DMA_ERQ_ERQ28 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_ERQ_ERQ28_SHIFT)) & DMA_ERQ_ERQ28_MASK) |
ERQ28 - Enable DMA Request 28 0b0..The DMA request signal for the corresponding channel is disabled 0b1..The DMA request signal for the corresponding channel is enabled
#define DMA_ERQ_ERQ29 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_ERQ_ERQ29_SHIFT)) & DMA_ERQ_ERQ29_MASK) |
ERQ29 - Enable DMA Request 29 0b0..The DMA request signal for the corresponding channel is disabled 0b1..The DMA request signal for the corresponding channel is enabled
#define DMA_ERQ_ERQ29 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_ERQ_ERQ29_SHIFT)) & DMA_ERQ_ERQ29_MASK) |
ERQ29 - Enable DMA Request 29 0b0..The DMA request signal for the corresponding channel is disabled 0b1..The DMA request signal for the corresponding channel is enabled
#define DMA_ERQ_ERQ29 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_ERQ_ERQ29_SHIFT)) & DMA_ERQ_ERQ29_MASK) |
ERQ29 - Enable DMA Request 29 0b0..The DMA request signal for the corresponding channel is disabled 0b1..The DMA request signal for the corresponding channel is enabled
#define DMA_ERQ_ERQ3 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_ERQ_ERQ3_SHIFT)) & DMA_ERQ_ERQ3_MASK) |
ERQ3 - Enable DMA Request 3 0b0..The DMA request signal for the corresponding channel is disabled 0b1..The DMA request signal for the corresponding channel is enabled
#define DMA_ERQ_ERQ3 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_ERQ_ERQ3_SHIFT)) & DMA_ERQ_ERQ3_MASK) |
ERQ3 - Enable DMA Request 3 0b0..The DMA request signal for the corresponding channel is disabled 0b1..The DMA request signal for the corresponding channel is enabled
#define DMA_ERQ_ERQ3 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_ERQ_ERQ3_SHIFT)) & DMA_ERQ_ERQ3_MASK) |
ERQ3 - Enable DMA Request 3 0b0..The DMA request signal for the corresponding channel is disabled 0b1..The DMA request signal for the corresponding channel is enabled
#define DMA_ERQ_ERQ3 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_ERQ_ERQ3_SHIFT)) & DMA_ERQ_ERQ3_MASK) |
ERQ3 - Enable DMA Request 3 0b0..The DMA request signal for the corresponding channel is disabled 0b1..The DMA request signal for the corresponding channel is enabled
#define DMA_ERQ_ERQ3 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_ERQ_ERQ3_SHIFT)) & DMA_ERQ_ERQ3_MASK) |
ERQ3 - Enable DMA Request 3 0b0..The DMA request signal for the corresponding channel is disabled 0b1..The DMA request signal for the corresponding channel is enabled
#define DMA_ERQ_ERQ30 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_ERQ_ERQ30_SHIFT)) & DMA_ERQ_ERQ30_MASK) |
ERQ30 - Enable DMA Request 30 0b0..The DMA request signal for the corresponding channel is disabled 0b1..The DMA request signal for the corresponding channel is enabled
#define DMA_ERQ_ERQ30 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_ERQ_ERQ30_SHIFT)) & DMA_ERQ_ERQ30_MASK) |
ERQ30 - Enable DMA Request 30 0b0..The DMA request signal for the corresponding channel is disabled 0b1..The DMA request signal for the corresponding channel is enabled
#define DMA_ERQ_ERQ30 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_ERQ_ERQ30_SHIFT)) & DMA_ERQ_ERQ30_MASK) |
ERQ30 - Enable DMA Request 30 0b0..The DMA request signal for the corresponding channel is disabled 0b1..The DMA request signal for the corresponding channel is enabled
#define DMA_ERQ_ERQ31 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_ERQ_ERQ31_SHIFT)) & DMA_ERQ_ERQ31_MASK) |
ERQ31 - Enable DMA Request 31 0b0..The DMA request signal for the corresponding channel is disabled 0b1..The DMA request signal for the corresponding channel is enabled
#define DMA_ERQ_ERQ31 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_ERQ_ERQ31_SHIFT)) & DMA_ERQ_ERQ31_MASK) |
ERQ31 - Enable DMA Request 31 0b0..The DMA request signal for the corresponding channel is disabled 0b1..The DMA request signal for the corresponding channel is enabled
#define DMA_ERQ_ERQ31 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_ERQ_ERQ31_SHIFT)) & DMA_ERQ_ERQ31_MASK) |
ERQ31 - Enable DMA Request 31 0b0..The DMA request signal for the corresponding channel is disabled 0b1..The DMA request signal for the corresponding channel is enabled
#define DMA_ERQ_ERQ4 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_ERQ_ERQ4_SHIFT)) & DMA_ERQ_ERQ4_MASK) |
ERQ4 - Enable DMA Request 4 0b0..The DMA request signal for the corresponding channel is disabled 0b1..The DMA request signal for the corresponding channel is enabled
#define DMA_ERQ_ERQ4 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_ERQ_ERQ4_SHIFT)) & DMA_ERQ_ERQ4_MASK) |
ERQ4 - Enable DMA Request 4 0b0..The DMA request signal for the corresponding channel is disabled 0b1..The DMA request signal for the corresponding channel is enabled
#define DMA_ERQ_ERQ4 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_ERQ_ERQ4_SHIFT)) & DMA_ERQ_ERQ4_MASK) |
ERQ4 - Enable DMA Request 4 0b0..The DMA request signal for the corresponding channel is disabled 0b1..The DMA request signal for the corresponding channel is enabled
#define DMA_ERQ_ERQ4 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_ERQ_ERQ4_SHIFT)) & DMA_ERQ_ERQ4_MASK) |
ERQ4 - Enable DMA Request 4 0b0..The DMA request signal for the corresponding channel is disabled 0b1..The DMA request signal for the corresponding channel is enabled
#define DMA_ERQ_ERQ4 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_ERQ_ERQ4_SHIFT)) & DMA_ERQ_ERQ4_MASK) |
ERQ4 - Enable DMA Request 4 0b0..The DMA request signal for the corresponding channel is disabled 0b1..The DMA request signal for the corresponding channel is enabled
#define DMA_ERQ_ERQ5 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_ERQ_ERQ5_SHIFT)) & DMA_ERQ_ERQ5_MASK) |
ERQ5 - Enable DMA Request 5 0b0..The DMA request signal for the corresponding channel is disabled 0b1..The DMA request signal for the corresponding channel is enabled
#define DMA_ERQ_ERQ5 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_ERQ_ERQ5_SHIFT)) & DMA_ERQ_ERQ5_MASK) |
ERQ5 - Enable DMA Request 5 0b0..The DMA request signal for the corresponding channel is disabled 0b1..The DMA request signal for the corresponding channel is enabled
#define DMA_ERQ_ERQ5 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_ERQ_ERQ5_SHIFT)) & DMA_ERQ_ERQ5_MASK) |
ERQ5 - Enable DMA Request 5 0b0..The DMA request signal for the corresponding channel is disabled 0b1..The DMA request signal for the corresponding channel is enabled
#define DMA_ERQ_ERQ5 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_ERQ_ERQ5_SHIFT)) & DMA_ERQ_ERQ5_MASK) |
ERQ5 - Enable DMA Request 5 0b0..The DMA request signal for the corresponding channel is disabled 0b1..The DMA request signal for the corresponding channel is enabled
#define DMA_ERQ_ERQ5 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_ERQ_ERQ5_SHIFT)) & DMA_ERQ_ERQ5_MASK) |
ERQ5 - Enable DMA Request 5 0b0..The DMA request signal for the corresponding channel is disabled 0b1..The DMA request signal for the corresponding channel is enabled
#define DMA_ERQ_ERQ6 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_ERQ_ERQ6_SHIFT)) & DMA_ERQ_ERQ6_MASK) |
ERQ6 - Enable DMA Request 6 0b0..The DMA request signal for the corresponding channel is disabled 0b1..The DMA request signal for the corresponding channel is enabled
#define DMA_ERQ_ERQ6 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_ERQ_ERQ6_SHIFT)) & DMA_ERQ_ERQ6_MASK) |
ERQ6 - Enable DMA Request 6 0b0..The DMA request signal for the corresponding channel is disabled 0b1..The DMA request signal for the corresponding channel is enabled
#define DMA_ERQ_ERQ6 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_ERQ_ERQ6_SHIFT)) & DMA_ERQ_ERQ6_MASK) |
ERQ6 - Enable DMA Request 6 0b0..The DMA request signal for the corresponding channel is disabled 0b1..The DMA request signal for the corresponding channel is enabled
#define DMA_ERQ_ERQ6 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_ERQ_ERQ6_SHIFT)) & DMA_ERQ_ERQ6_MASK) |
ERQ6 - Enable DMA Request 6 0b0..The DMA request signal for the corresponding channel is disabled 0b1..The DMA request signal for the corresponding channel is enabled
#define DMA_ERQ_ERQ6 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_ERQ_ERQ6_SHIFT)) & DMA_ERQ_ERQ6_MASK) |
ERQ6 - Enable DMA Request 6 0b0..The DMA request signal for the corresponding channel is disabled 0b1..The DMA request signal for the corresponding channel is enabled
#define DMA_ERQ_ERQ7 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_ERQ_ERQ7_SHIFT)) & DMA_ERQ_ERQ7_MASK) |
ERQ7 - Enable DMA Request 7 0b0..The DMA request signal for the corresponding channel is disabled 0b1..The DMA request signal for the corresponding channel is enabled
#define DMA_ERQ_ERQ7 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_ERQ_ERQ7_SHIFT)) & DMA_ERQ_ERQ7_MASK) |
ERQ7 - Enable DMA Request 7 0b0..The DMA request signal for the corresponding channel is disabled 0b1..The DMA request signal for the corresponding channel is enabled
#define DMA_ERQ_ERQ7 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_ERQ_ERQ7_SHIFT)) & DMA_ERQ_ERQ7_MASK) |
ERQ7 - Enable DMA Request 7 0b0..The DMA request signal for the corresponding channel is disabled 0b1..The DMA request signal for the corresponding channel is enabled
#define DMA_ERQ_ERQ7 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_ERQ_ERQ7_SHIFT)) & DMA_ERQ_ERQ7_MASK) |
ERQ7 - Enable DMA Request 7 0b0..The DMA request signal for the corresponding channel is disabled 0b1..The DMA request signal for the corresponding channel is enabled
#define DMA_ERQ_ERQ7 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_ERQ_ERQ7_SHIFT)) & DMA_ERQ_ERQ7_MASK) |
ERQ7 - Enable DMA Request 7 0b0..The DMA request signal for the corresponding channel is disabled 0b1..The DMA request signal for the corresponding channel is enabled
#define DMA_ERQ_ERQ8 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_ERQ_ERQ8_SHIFT)) & DMA_ERQ_ERQ8_MASK) |
ERQ8 - Enable DMA Request 8 0b0..The DMA request signal for the corresponding channel is disabled 0b1..The DMA request signal for the corresponding channel is enabled
#define DMA_ERQ_ERQ8 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_ERQ_ERQ8_SHIFT)) & DMA_ERQ_ERQ8_MASK) |
ERQ8 - Enable DMA Request 8 0b0..The DMA request signal for the corresponding channel is disabled 0b1..The DMA request signal for the corresponding channel is enabled
#define DMA_ERQ_ERQ8 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_ERQ_ERQ8_SHIFT)) & DMA_ERQ_ERQ8_MASK) |
ERQ8 - Enable DMA Request 8 0b0..The DMA request signal for the corresponding channel is disabled 0b1..The DMA request signal for the corresponding channel is enabled
#define DMA_ERQ_ERQ8 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_ERQ_ERQ8_SHIFT)) & DMA_ERQ_ERQ8_MASK) |
ERQ8 - Enable DMA Request 8 0b0..The DMA request signal for the corresponding channel is disabled 0b1..The DMA request signal for the corresponding channel is enabled
#define DMA_ERQ_ERQ8 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_ERQ_ERQ8_SHIFT)) & DMA_ERQ_ERQ8_MASK) |
ERQ8 - Enable DMA Request 8 0b0..The DMA request signal for the corresponding channel is disabled 0b1..The DMA request signal for the corresponding channel is enabled
#define DMA_ERQ_ERQ9 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_ERQ_ERQ9_SHIFT)) & DMA_ERQ_ERQ9_MASK) |
ERQ9 - Enable DMA Request 9 0b0..The DMA request signal for the corresponding channel is disabled 0b1..The DMA request signal for the corresponding channel is enabled
#define DMA_ERQ_ERQ9 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_ERQ_ERQ9_SHIFT)) & DMA_ERQ_ERQ9_MASK) |
ERQ9 - Enable DMA Request 9 0b0..The DMA request signal for the corresponding channel is disabled 0b1..The DMA request signal for the corresponding channel is enabled
#define DMA_ERQ_ERQ9 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_ERQ_ERQ9_SHIFT)) & DMA_ERQ_ERQ9_MASK) |
ERQ9 - Enable DMA Request 9 0b0..The DMA request signal for the corresponding channel is disabled 0b1..The DMA request signal for the corresponding channel is enabled
#define DMA_ERQ_ERQ9 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_ERQ_ERQ9_SHIFT)) & DMA_ERQ_ERQ9_MASK) |
ERQ9 - Enable DMA Request 9 0b0..The DMA request signal for the corresponding channel is disabled 0b1..The DMA request signal for the corresponding channel is enabled
#define DMA_ERQ_ERQ9 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_ERQ_ERQ9_SHIFT)) & DMA_ERQ_ERQ9_MASK) |
ERQ9 - Enable DMA Request 9 0b0..The DMA request signal for the corresponding channel is disabled 0b1..The DMA request signal for the corresponding channel is enabled
#define DMA_ERR_ERR0 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_ERR_ERR0_SHIFT)) & DMA_ERR_ERR0_MASK) |
ERR0 - Error In Channel 0 0b0..An error in the corresponding channel has not occurred 0b1..An error in the corresponding channel has occurred
ERR0 - Error In Channel 0 0b0..An error in this channel has not occurred 0b1..An error in this channel has occurred
#define DMA_ERR_ERR0 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_ERR_ERR0_SHIFT)) & DMA_ERR_ERR0_MASK) |
ERR0 - Error In Channel 0 0b0..An error in the corresponding channel has not occurred 0b1..An error in the corresponding channel has occurred
ERR0 - Error In Channel 0 0b0..An error in this channel has not occurred 0b1..An error in this channel has occurred
#define DMA_ERR_ERR0 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_ERR_ERR0_SHIFT)) & DMA_ERR_ERR0_MASK) |
ERR0 - Error In Channel 0 0b0..An error in this channel has not occurred 0b1..An error in this channel has occurred
#define DMA_ERR_ERR0 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_ERR_ERR0_SHIFT)) & DMA_ERR_ERR0_MASK) |
ERR0 - Error In Channel 0 0b0..An error in this channel has not occurred 0b1..An error in this channel has occurred
#define DMA_ERR_ERR0 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_ERR_ERR0_SHIFT)) & DMA_ERR_ERR0_MASK) |
ERR0 - Error In Channel 0 0b0..An error in this channel has not occurred 0b1..An error in this channel has occurred
#define DMA_ERR_ERR1 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_ERR_ERR1_SHIFT)) & DMA_ERR_ERR1_MASK) |
ERR1 - Error In Channel 1 0b0..An error in the corresponding channel has not occurred 0b1..An error in the corresponding channel has occurred
ERR1 - Error In Channel 1 0b0..An error in this channel has not occurred 0b1..An error in this channel has occurred
#define DMA_ERR_ERR1 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_ERR_ERR1_SHIFT)) & DMA_ERR_ERR1_MASK) |
ERR1 - Error In Channel 1 0b0..An error in the corresponding channel has not occurred 0b1..An error in the corresponding channel has occurred
ERR1 - Error In Channel 1 0b0..An error in this channel has not occurred 0b1..An error in this channel has occurred
#define DMA_ERR_ERR1 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_ERR_ERR1_SHIFT)) & DMA_ERR_ERR1_MASK) |
ERR1 - Error In Channel 1 0b0..An error in this channel has not occurred 0b1..An error in this channel has occurred
#define DMA_ERR_ERR1 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_ERR_ERR1_SHIFT)) & DMA_ERR_ERR1_MASK) |
ERR1 - Error In Channel 1 0b0..An error in this channel has not occurred 0b1..An error in this channel has occurred
#define DMA_ERR_ERR1 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_ERR_ERR1_SHIFT)) & DMA_ERR_ERR1_MASK) |
ERR1 - Error In Channel 1 0b0..An error in this channel has not occurred 0b1..An error in this channel has occurred
#define DMA_ERR_ERR10 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_ERR_ERR10_SHIFT)) & DMA_ERR_ERR10_MASK) |
ERR10 - Error In Channel 10 0b0..An error in the corresponding channel has not occurred 0b1..An error in the corresponding channel has occurred
ERR10 - Error In Channel 10 0b0..An error in this channel has not occurred 0b1..An error in this channel has occurred
#define DMA_ERR_ERR10 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_ERR_ERR10_SHIFT)) & DMA_ERR_ERR10_MASK) |
ERR10 - Error In Channel 10 0b0..An error in the corresponding channel has not occurred 0b1..An error in the corresponding channel has occurred
ERR10 - Error In Channel 10 0b0..An error in this channel has not occurred 0b1..An error in this channel has occurred
#define DMA_ERR_ERR10 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_ERR_ERR10_SHIFT)) & DMA_ERR_ERR10_MASK) |
ERR10 - Error In Channel 10 0b0..An error in this channel has not occurred 0b1..An error in this channel has occurred
#define DMA_ERR_ERR10 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_ERR_ERR10_SHIFT)) & DMA_ERR_ERR10_MASK) |
ERR10 - Error In Channel 10 0b0..An error in this channel has not occurred 0b1..An error in this channel has occurred
#define DMA_ERR_ERR10 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_ERR_ERR10_SHIFT)) & DMA_ERR_ERR10_MASK) |
ERR10 - Error In Channel 10 0b0..An error in this channel has not occurred 0b1..An error in this channel has occurred
#define DMA_ERR_ERR11 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_ERR_ERR11_SHIFT)) & DMA_ERR_ERR11_MASK) |
ERR11 - Error In Channel 11 0b0..An error in the corresponding channel has not occurred 0b1..An error in the corresponding channel has occurred
ERR11 - Error In Channel 11 0b0..An error in this channel has not occurred 0b1..An error in this channel has occurred
#define DMA_ERR_ERR11 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_ERR_ERR11_SHIFT)) & DMA_ERR_ERR11_MASK) |
ERR11 - Error In Channel 11 0b0..An error in the corresponding channel has not occurred 0b1..An error in the corresponding channel has occurred
ERR11 - Error In Channel 11 0b0..An error in this channel has not occurred 0b1..An error in this channel has occurred
#define DMA_ERR_ERR11 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_ERR_ERR11_SHIFT)) & DMA_ERR_ERR11_MASK) |
ERR11 - Error In Channel 11 0b0..An error in this channel has not occurred 0b1..An error in this channel has occurred
#define DMA_ERR_ERR11 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_ERR_ERR11_SHIFT)) & DMA_ERR_ERR11_MASK) |
ERR11 - Error In Channel 11 0b0..An error in this channel has not occurred 0b1..An error in this channel has occurred
#define DMA_ERR_ERR11 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_ERR_ERR11_SHIFT)) & DMA_ERR_ERR11_MASK) |
ERR11 - Error In Channel 11 0b0..An error in this channel has not occurred 0b1..An error in this channel has occurred
#define DMA_ERR_ERR12 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_ERR_ERR12_SHIFT)) & DMA_ERR_ERR12_MASK) |
ERR12 - Error In Channel 12 0b0..An error in the corresponding channel has not occurred 0b1..An error in the corresponding channel has occurred
ERR12 - Error In Channel 12 0b0..An error in this channel has not occurred 0b1..An error in this channel has occurred
#define DMA_ERR_ERR12 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_ERR_ERR12_SHIFT)) & DMA_ERR_ERR12_MASK) |
ERR12 - Error In Channel 12 0b0..An error in the corresponding channel has not occurred 0b1..An error in the corresponding channel has occurred
ERR12 - Error In Channel 12 0b0..An error in this channel has not occurred 0b1..An error in this channel has occurred
#define DMA_ERR_ERR12 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_ERR_ERR12_SHIFT)) & DMA_ERR_ERR12_MASK) |
ERR12 - Error In Channel 12 0b0..An error in this channel has not occurred 0b1..An error in this channel has occurred
#define DMA_ERR_ERR12 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_ERR_ERR12_SHIFT)) & DMA_ERR_ERR12_MASK) |
ERR12 - Error In Channel 12 0b0..An error in this channel has not occurred 0b1..An error in this channel has occurred
#define DMA_ERR_ERR12 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_ERR_ERR12_SHIFT)) & DMA_ERR_ERR12_MASK) |
ERR12 - Error In Channel 12 0b0..An error in this channel has not occurred 0b1..An error in this channel has occurred
#define DMA_ERR_ERR13 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_ERR_ERR13_SHIFT)) & DMA_ERR_ERR13_MASK) |
ERR13 - Error In Channel 13 0b0..An error in the corresponding channel has not occurred 0b1..An error in the corresponding channel has occurred
ERR13 - Error In Channel 13 0b0..An error in this channel has not occurred 0b1..An error in this channel has occurred
#define DMA_ERR_ERR13 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_ERR_ERR13_SHIFT)) & DMA_ERR_ERR13_MASK) |
ERR13 - Error In Channel 13 0b0..An error in the corresponding channel has not occurred 0b1..An error in the corresponding channel has occurred
ERR13 - Error In Channel 13 0b0..An error in this channel has not occurred 0b1..An error in this channel has occurred
#define DMA_ERR_ERR13 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_ERR_ERR13_SHIFT)) & DMA_ERR_ERR13_MASK) |
ERR13 - Error In Channel 13 0b0..An error in this channel has not occurred 0b1..An error in this channel has occurred
#define DMA_ERR_ERR13 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_ERR_ERR13_SHIFT)) & DMA_ERR_ERR13_MASK) |
ERR13 - Error In Channel 13 0b0..An error in this channel has not occurred 0b1..An error in this channel has occurred
#define DMA_ERR_ERR13 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_ERR_ERR13_SHIFT)) & DMA_ERR_ERR13_MASK) |
ERR13 - Error In Channel 13 0b0..An error in this channel has not occurred 0b1..An error in this channel has occurred
#define DMA_ERR_ERR14 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_ERR_ERR14_SHIFT)) & DMA_ERR_ERR14_MASK) |
ERR14 - Error In Channel 14 0b0..An error in the corresponding channel has not occurred 0b1..An error in the corresponding channel has occurred
ERR14 - Error In Channel 14 0b0..An error in this channel has not occurred 0b1..An error in this channel has occurred
#define DMA_ERR_ERR14 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_ERR_ERR14_SHIFT)) & DMA_ERR_ERR14_MASK) |
ERR14 - Error In Channel 14 0b0..An error in the corresponding channel has not occurred 0b1..An error in the corresponding channel has occurred
ERR14 - Error In Channel 14 0b0..An error in this channel has not occurred 0b1..An error in this channel has occurred
#define DMA_ERR_ERR14 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_ERR_ERR14_SHIFT)) & DMA_ERR_ERR14_MASK) |
ERR14 - Error In Channel 14 0b0..An error in this channel has not occurred 0b1..An error in this channel has occurred
#define DMA_ERR_ERR14 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_ERR_ERR14_SHIFT)) & DMA_ERR_ERR14_MASK) |
ERR14 - Error In Channel 14 0b0..An error in this channel has not occurred 0b1..An error in this channel has occurred
#define DMA_ERR_ERR14 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_ERR_ERR14_SHIFT)) & DMA_ERR_ERR14_MASK) |
ERR14 - Error In Channel 14 0b0..An error in this channel has not occurred 0b1..An error in this channel has occurred
#define DMA_ERR_ERR15 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_ERR_ERR15_SHIFT)) & DMA_ERR_ERR15_MASK) |
ERR15 - Error In Channel 15 0b0..An error in the corresponding channel has not occurred 0b1..An error in the corresponding channel has occurred
ERR15 - Error In Channel 15 0b0..An error in this channel has not occurred 0b1..An error in this channel has occurred
#define DMA_ERR_ERR15 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_ERR_ERR15_SHIFT)) & DMA_ERR_ERR15_MASK) |
ERR15 - Error In Channel 15 0b0..An error in the corresponding channel has not occurred 0b1..An error in the corresponding channel has occurred
ERR15 - Error In Channel 15 0b0..An error in this channel has not occurred 0b1..An error in this channel has occurred
#define DMA_ERR_ERR15 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_ERR_ERR15_SHIFT)) & DMA_ERR_ERR15_MASK) |
ERR15 - Error In Channel 15 0b0..An error in this channel has not occurred 0b1..An error in this channel has occurred
#define DMA_ERR_ERR15 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_ERR_ERR15_SHIFT)) & DMA_ERR_ERR15_MASK) |
ERR15 - Error In Channel 15 0b0..An error in this channel has not occurred 0b1..An error in this channel has occurred
#define DMA_ERR_ERR15 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_ERR_ERR15_SHIFT)) & DMA_ERR_ERR15_MASK) |
ERR15 - Error In Channel 15 0b0..An error in this channel has not occurred 0b1..An error in this channel has occurred
#define DMA_ERR_ERR16 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_ERR_ERR16_SHIFT)) & DMA_ERR_ERR16_MASK) |
ERR16 - Error In Channel 16 0b0..An error in this channel has not occurred 0b1..An error in this channel has occurred
#define DMA_ERR_ERR16 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_ERR_ERR16_SHIFT)) & DMA_ERR_ERR16_MASK) |
ERR16 - Error In Channel 16 0b0..An error in this channel has not occurred 0b1..An error in this channel has occurred
#define DMA_ERR_ERR16 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_ERR_ERR16_SHIFT)) & DMA_ERR_ERR16_MASK) |
ERR16 - Error In Channel 16 0b0..An error in this channel has not occurred 0b1..An error in this channel has occurred
#define DMA_ERR_ERR17 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_ERR_ERR17_SHIFT)) & DMA_ERR_ERR17_MASK) |
ERR17 - Error In Channel 17 0b0..An error in this channel has not occurred 0b1..An error in this channel has occurred
#define DMA_ERR_ERR17 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_ERR_ERR17_SHIFT)) & DMA_ERR_ERR17_MASK) |
ERR17 - Error In Channel 17 0b0..An error in this channel has not occurred 0b1..An error in this channel has occurred
#define DMA_ERR_ERR17 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_ERR_ERR17_SHIFT)) & DMA_ERR_ERR17_MASK) |
ERR17 - Error In Channel 17 0b0..An error in this channel has not occurred 0b1..An error in this channel has occurred
#define DMA_ERR_ERR18 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_ERR_ERR18_SHIFT)) & DMA_ERR_ERR18_MASK) |
ERR18 - Error In Channel 18 0b0..An error in this channel has not occurred 0b1..An error in this channel has occurred
#define DMA_ERR_ERR18 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_ERR_ERR18_SHIFT)) & DMA_ERR_ERR18_MASK) |
ERR18 - Error In Channel 18 0b0..An error in this channel has not occurred 0b1..An error in this channel has occurred
#define DMA_ERR_ERR18 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_ERR_ERR18_SHIFT)) & DMA_ERR_ERR18_MASK) |
ERR18 - Error In Channel 18 0b0..An error in this channel has not occurred 0b1..An error in this channel has occurred
#define DMA_ERR_ERR19 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_ERR_ERR19_SHIFT)) & DMA_ERR_ERR19_MASK) |
ERR19 - Error In Channel 19 0b0..An error in this channel has not occurred 0b1..An error in this channel has occurred
#define DMA_ERR_ERR19 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_ERR_ERR19_SHIFT)) & DMA_ERR_ERR19_MASK) |
ERR19 - Error In Channel 19 0b0..An error in this channel has not occurred 0b1..An error in this channel has occurred
#define DMA_ERR_ERR19 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_ERR_ERR19_SHIFT)) & DMA_ERR_ERR19_MASK) |
ERR19 - Error In Channel 19 0b0..An error in this channel has not occurred 0b1..An error in this channel has occurred
#define DMA_ERR_ERR2 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_ERR_ERR2_SHIFT)) & DMA_ERR_ERR2_MASK) |
ERR2 - Error In Channel 2 0b0..An error in the corresponding channel has not occurred 0b1..An error in the corresponding channel has occurred
ERR2 - Error In Channel 2 0b0..An error in this channel has not occurred 0b1..An error in this channel has occurred
#define DMA_ERR_ERR2 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_ERR_ERR2_SHIFT)) & DMA_ERR_ERR2_MASK) |
ERR2 - Error In Channel 2 0b0..An error in the corresponding channel has not occurred 0b1..An error in the corresponding channel has occurred
ERR2 - Error In Channel 2 0b0..An error in this channel has not occurred 0b1..An error in this channel has occurred
#define DMA_ERR_ERR2 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_ERR_ERR2_SHIFT)) & DMA_ERR_ERR2_MASK) |
ERR2 - Error In Channel 2 0b0..An error in this channel has not occurred 0b1..An error in this channel has occurred
#define DMA_ERR_ERR2 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_ERR_ERR2_SHIFT)) & DMA_ERR_ERR2_MASK) |
ERR2 - Error In Channel 2 0b0..An error in this channel has not occurred 0b1..An error in this channel has occurred
#define DMA_ERR_ERR2 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_ERR_ERR2_SHIFT)) & DMA_ERR_ERR2_MASK) |
ERR2 - Error In Channel 2 0b0..An error in this channel has not occurred 0b1..An error in this channel has occurred
#define DMA_ERR_ERR20 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_ERR_ERR20_SHIFT)) & DMA_ERR_ERR20_MASK) |
ERR20 - Error In Channel 20 0b0..An error in this channel has not occurred 0b1..An error in this channel has occurred
#define DMA_ERR_ERR20 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_ERR_ERR20_SHIFT)) & DMA_ERR_ERR20_MASK) |
ERR20 - Error In Channel 20 0b0..An error in this channel has not occurred 0b1..An error in this channel has occurred
#define DMA_ERR_ERR20 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_ERR_ERR20_SHIFT)) & DMA_ERR_ERR20_MASK) |
ERR20 - Error In Channel 20 0b0..An error in this channel has not occurred 0b1..An error in this channel has occurred
#define DMA_ERR_ERR21 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_ERR_ERR21_SHIFT)) & DMA_ERR_ERR21_MASK) |
ERR21 - Error In Channel 21 0b0..An error in this channel has not occurred 0b1..An error in this channel has occurred
#define DMA_ERR_ERR21 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_ERR_ERR21_SHIFT)) & DMA_ERR_ERR21_MASK) |
ERR21 - Error In Channel 21 0b0..An error in this channel has not occurred 0b1..An error in this channel has occurred
#define DMA_ERR_ERR21 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_ERR_ERR21_SHIFT)) & DMA_ERR_ERR21_MASK) |
ERR21 - Error In Channel 21 0b0..An error in this channel has not occurred 0b1..An error in this channel has occurred
#define DMA_ERR_ERR22 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_ERR_ERR22_SHIFT)) & DMA_ERR_ERR22_MASK) |
ERR22 - Error In Channel 22 0b0..An error in this channel has not occurred 0b1..An error in this channel has occurred
#define DMA_ERR_ERR22 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_ERR_ERR22_SHIFT)) & DMA_ERR_ERR22_MASK) |
ERR22 - Error In Channel 22 0b0..An error in this channel has not occurred 0b1..An error in this channel has occurred
#define DMA_ERR_ERR22 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_ERR_ERR22_SHIFT)) & DMA_ERR_ERR22_MASK) |
ERR22 - Error In Channel 22 0b0..An error in this channel has not occurred 0b1..An error in this channel has occurred
#define DMA_ERR_ERR23 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_ERR_ERR23_SHIFT)) & DMA_ERR_ERR23_MASK) |
ERR23 - Error In Channel 23 0b0..An error in this channel has not occurred 0b1..An error in this channel has occurred
#define DMA_ERR_ERR23 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_ERR_ERR23_SHIFT)) & DMA_ERR_ERR23_MASK) |
ERR23 - Error In Channel 23 0b0..An error in this channel has not occurred 0b1..An error in this channel has occurred
#define DMA_ERR_ERR23 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_ERR_ERR23_SHIFT)) & DMA_ERR_ERR23_MASK) |
ERR23 - Error In Channel 23 0b0..An error in this channel has not occurred 0b1..An error in this channel has occurred
#define DMA_ERR_ERR24 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_ERR_ERR24_SHIFT)) & DMA_ERR_ERR24_MASK) |
ERR24 - Error In Channel 24 0b0..An error in this channel has not occurred 0b1..An error in this channel has occurred
#define DMA_ERR_ERR24 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_ERR_ERR24_SHIFT)) & DMA_ERR_ERR24_MASK) |
ERR24 - Error In Channel 24 0b0..An error in this channel has not occurred 0b1..An error in this channel has occurred
#define DMA_ERR_ERR24 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_ERR_ERR24_SHIFT)) & DMA_ERR_ERR24_MASK) |
ERR24 - Error In Channel 24 0b0..An error in this channel has not occurred 0b1..An error in this channel has occurred
#define DMA_ERR_ERR25 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_ERR_ERR25_SHIFT)) & DMA_ERR_ERR25_MASK) |
ERR25 - Error In Channel 25 0b0..An error in this channel has not occurred 0b1..An error in this channel has occurred
#define DMA_ERR_ERR25 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_ERR_ERR25_SHIFT)) & DMA_ERR_ERR25_MASK) |
ERR25 - Error In Channel 25 0b0..An error in this channel has not occurred 0b1..An error in this channel has occurred
#define DMA_ERR_ERR25 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_ERR_ERR25_SHIFT)) & DMA_ERR_ERR25_MASK) |
ERR25 - Error In Channel 25 0b0..An error in this channel has not occurred 0b1..An error in this channel has occurred
#define DMA_ERR_ERR26 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_ERR_ERR26_SHIFT)) & DMA_ERR_ERR26_MASK) |
ERR26 - Error In Channel 26 0b0..An error in this channel has not occurred 0b1..An error in this channel has occurred
#define DMA_ERR_ERR26 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_ERR_ERR26_SHIFT)) & DMA_ERR_ERR26_MASK) |
ERR26 - Error In Channel 26 0b0..An error in this channel has not occurred 0b1..An error in this channel has occurred
#define DMA_ERR_ERR26 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_ERR_ERR26_SHIFT)) & DMA_ERR_ERR26_MASK) |
ERR26 - Error In Channel 26 0b0..An error in this channel has not occurred 0b1..An error in this channel has occurred
#define DMA_ERR_ERR27 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_ERR_ERR27_SHIFT)) & DMA_ERR_ERR27_MASK) |
ERR27 - Error In Channel 27 0b0..An error in this channel has not occurred 0b1..An error in this channel has occurred
#define DMA_ERR_ERR27 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_ERR_ERR27_SHIFT)) & DMA_ERR_ERR27_MASK) |
ERR27 - Error In Channel 27 0b0..An error in this channel has not occurred 0b1..An error in this channel has occurred
#define DMA_ERR_ERR27 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_ERR_ERR27_SHIFT)) & DMA_ERR_ERR27_MASK) |
ERR27 - Error In Channel 27 0b0..An error in this channel has not occurred 0b1..An error in this channel has occurred
#define DMA_ERR_ERR28 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_ERR_ERR28_SHIFT)) & DMA_ERR_ERR28_MASK) |
ERR28 - Error In Channel 28 0b0..An error in this channel has not occurred 0b1..An error in this channel has occurred
#define DMA_ERR_ERR28 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_ERR_ERR28_SHIFT)) & DMA_ERR_ERR28_MASK) |
ERR28 - Error In Channel 28 0b0..An error in this channel has not occurred 0b1..An error in this channel has occurred
#define DMA_ERR_ERR28 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_ERR_ERR28_SHIFT)) & DMA_ERR_ERR28_MASK) |
ERR28 - Error In Channel 28 0b0..An error in this channel has not occurred 0b1..An error in this channel has occurred
#define DMA_ERR_ERR29 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_ERR_ERR29_SHIFT)) & DMA_ERR_ERR29_MASK) |
ERR29 - Error In Channel 29 0b0..An error in this channel has not occurred 0b1..An error in this channel has occurred
#define DMA_ERR_ERR29 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_ERR_ERR29_SHIFT)) & DMA_ERR_ERR29_MASK) |
ERR29 - Error In Channel 29 0b0..An error in this channel has not occurred 0b1..An error in this channel has occurred
#define DMA_ERR_ERR29 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_ERR_ERR29_SHIFT)) & DMA_ERR_ERR29_MASK) |
ERR29 - Error In Channel 29 0b0..An error in this channel has not occurred 0b1..An error in this channel has occurred
#define DMA_ERR_ERR3 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_ERR_ERR3_SHIFT)) & DMA_ERR_ERR3_MASK) |
ERR3 - Error In Channel 3 0b0..An error in the corresponding channel has not occurred 0b1..An error in the corresponding channel has occurred
ERR3 - Error In Channel 3 0b0..An error in this channel has not occurred 0b1..An error in this channel has occurred
#define DMA_ERR_ERR3 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_ERR_ERR3_SHIFT)) & DMA_ERR_ERR3_MASK) |
ERR3 - Error In Channel 3 0b0..An error in the corresponding channel has not occurred 0b1..An error in the corresponding channel has occurred
ERR3 - Error In Channel 3 0b0..An error in this channel has not occurred 0b1..An error in this channel has occurred
#define DMA_ERR_ERR3 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_ERR_ERR3_SHIFT)) & DMA_ERR_ERR3_MASK) |
ERR3 - Error In Channel 3 0b0..An error in this channel has not occurred 0b1..An error in this channel has occurred
#define DMA_ERR_ERR3 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_ERR_ERR3_SHIFT)) & DMA_ERR_ERR3_MASK) |
ERR3 - Error In Channel 3 0b0..An error in this channel has not occurred 0b1..An error in this channel has occurred
#define DMA_ERR_ERR3 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_ERR_ERR3_SHIFT)) & DMA_ERR_ERR3_MASK) |
ERR3 - Error In Channel 3 0b0..An error in this channel has not occurred 0b1..An error in this channel has occurred
#define DMA_ERR_ERR30 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_ERR_ERR30_SHIFT)) & DMA_ERR_ERR30_MASK) |
ERR30 - Error In Channel 30 0b0..An error in this channel has not occurred 0b1..An error in this channel has occurred
#define DMA_ERR_ERR30 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_ERR_ERR30_SHIFT)) & DMA_ERR_ERR30_MASK) |
ERR30 - Error In Channel 30 0b0..An error in this channel has not occurred 0b1..An error in this channel has occurred
#define DMA_ERR_ERR30 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_ERR_ERR30_SHIFT)) & DMA_ERR_ERR30_MASK) |
ERR30 - Error In Channel 30 0b0..An error in this channel has not occurred 0b1..An error in this channel has occurred
#define DMA_ERR_ERR31 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_ERR_ERR31_SHIFT)) & DMA_ERR_ERR31_MASK) |
ERR31 - Error In Channel 31 0b0..An error in this channel has not occurred 0b1..An error in this channel has occurred
#define DMA_ERR_ERR31 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_ERR_ERR31_SHIFT)) & DMA_ERR_ERR31_MASK) |
ERR31 - Error In Channel 31 0b0..An error in this channel has not occurred 0b1..An error in this channel has occurred
#define DMA_ERR_ERR31 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_ERR_ERR31_SHIFT)) & DMA_ERR_ERR31_MASK) |
ERR31 - Error In Channel 31 0b0..An error in this channel has not occurred 0b1..An error in this channel has occurred
#define DMA_ERR_ERR4 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_ERR_ERR4_SHIFT)) & DMA_ERR_ERR4_MASK) |
ERR4 - Error In Channel 4 0b0..An error in the corresponding channel has not occurred 0b1..An error in the corresponding channel has occurred
ERR4 - Error In Channel 4 0b0..An error in this channel has not occurred 0b1..An error in this channel has occurred
#define DMA_ERR_ERR4 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_ERR_ERR4_SHIFT)) & DMA_ERR_ERR4_MASK) |
ERR4 - Error In Channel 4 0b0..An error in the corresponding channel has not occurred 0b1..An error in the corresponding channel has occurred
ERR4 - Error In Channel 4 0b0..An error in this channel has not occurred 0b1..An error in this channel has occurred
#define DMA_ERR_ERR4 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_ERR_ERR4_SHIFT)) & DMA_ERR_ERR4_MASK) |
ERR4 - Error In Channel 4 0b0..An error in this channel has not occurred 0b1..An error in this channel has occurred
#define DMA_ERR_ERR4 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_ERR_ERR4_SHIFT)) & DMA_ERR_ERR4_MASK) |
ERR4 - Error In Channel 4 0b0..An error in this channel has not occurred 0b1..An error in this channel has occurred
#define DMA_ERR_ERR4 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_ERR_ERR4_SHIFT)) & DMA_ERR_ERR4_MASK) |
ERR4 - Error In Channel 4 0b0..An error in this channel has not occurred 0b1..An error in this channel has occurred
#define DMA_ERR_ERR5 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_ERR_ERR5_SHIFT)) & DMA_ERR_ERR5_MASK) |
ERR5 - Error In Channel 5 0b0..An error in the corresponding channel has not occurred 0b1..An error in the corresponding channel has occurred
ERR5 - Error In Channel 5 0b0..An error in this channel has not occurred 0b1..An error in this channel has occurred
#define DMA_ERR_ERR5 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_ERR_ERR5_SHIFT)) & DMA_ERR_ERR5_MASK) |
ERR5 - Error In Channel 5 0b0..An error in the corresponding channel has not occurred 0b1..An error in the corresponding channel has occurred
ERR5 - Error In Channel 5 0b0..An error in this channel has not occurred 0b1..An error in this channel has occurred
#define DMA_ERR_ERR5 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_ERR_ERR5_SHIFT)) & DMA_ERR_ERR5_MASK) |
ERR5 - Error In Channel 5 0b0..An error in this channel has not occurred 0b1..An error in this channel has occurred
#define DMA_ERR_ERR5 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_ERR_ERR5_SHIFT)) & DMA_ERR_ERR5_MASK) |
ERR5 - Error In Channel 5 0b0..An error in this channel has not occurred 0b1..An error in this channel has occurred
#define DMA_ERR_ERR5 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_ERR_ERR5_SHIFT)) & DMA_ERR_ERR5_MASK) |
ERR5 - Error In Channel 5 0b0..An error in this channel has not occurred 0b1..An error in this channel has occurred
#define DMA_ERR_ERR6 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_ERR_ERR6_SHIFT)) & DMA_ERR_ERR6_MASK) |
ERR6 - Error In Channel 6 0b0..An error in the corresponding channel has not occurred 0b1..An error in the corresponding channel has occurred
ERR6 - Error In Channel 6 0b0..An error in this channel has not occurred 0b1..An error in this channel has occurred
#define DMA_ERR_ERR6 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_ERR_ERR6_SHIFT)) & DMA_ERR_ERR6_MASK) |
ERR6 - Error In Channel 6 0b0..An error in the corresponding channel has not occurred 0b1..An error in the corresponding channel has occurred
ERR6 - Error In Channel 6 0b0..An error in this channel has not occurred 0b1..An error in this channel has occurred
#define DMA_ERR_ERR6 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_ERR_ERR6_SHIFT)) & DMA_ERR_ERR6_MASK) |
ERR6 - Error In Channel 6 0b0..An error in this channel has not occurred 0b1..An error in this channel has occurred
#define DMA_ERR_ERR6 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_ERR_ERR6_SHIFT)) & DMA_ERR_ERR6_MASK) |
ERR6 - Error In Channel 6 0b0..An error in this channel has not occurred 0b1..An error in this channel has occurred
#define DMA_ERR_ERR6 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_ERR_ERR6_SHIFT)) & DMA_ERR_ERR6_MASK) |
ERR6 - Error In Channel 6 0b0..An error in this channel has not occurred 0b1..An error in this channel has occurred
#define DMA_ERR_ERR7 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_ERR_ERR7_SHIFT)) & DMA_ERR_ERR7_MASK) |
ERR7 - Error In Channel 7 0b0..An error in the corresponding channel has not occurred 0b1..An error in the corresponding channel has occurred
ERR7 - Error In Channel 7 0b0..An error in this channel has not occurred 0b1..An error in this channel has occurred
#define DMA_ERR_ERR7 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_ERR_ERR7_SHIFT)) & DMA_ERR_ERR7_MASK) |
ERR7 - Error In Channel 7 0b0..An error in the corresponding channel has not occurred 0b1..An error in the corresponding channel has occurred
ERR7 - Error In Channel 7 0b0..An error in this channel has not occurred 0b1..An error in this channel has occurred
#define DMA_ERR_ERR7 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_ERR_ERR7_SHIFT)) & DMA_ERR_ERR7_MASK) |
ERR7 - Error In Channel 7 0b0..An error in this channel has not occurred 0b1..An error in this channel has occurred
#define DMA_ERR_ERR7 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_ERR_ERR7_SHIFT)) & DMA_ERR_ERR7_MASK) |
ERR7 - Error In Channel 7 0b0..An error in this channel has not occurred 0b1..An error in this channel has occurred
#define DMA_ERR_ERR7 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_ERR_ERR7_SHIFT)) & DMA_ERR_ERR7_MASK) |
ERR7 - Error In Channel 7 0b0..An error in this channel has not occurred 0b1..An error in this channel has occurred
#define DMA_ERR_ERR8 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_ERR_ERR8_SHIFT)) & DMA_ERR_ERR8_MASK) |
ERR8 - Error In Channel 8 0b0..An error in the corresponding channel has not occurred 0b1..An error in the corresponding channel has occurred
ERR8 - Error In Channel 8 0b0..An error in this channel has not occurred 0b1..An error in this channel has occurred
#define DMA_ERR_ERR8 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_ERR_ERR8_SHIFT)) & DMA_ERR_ERR8_MASK) |
ERR8 - Error In Channel 8 0b0..An error in the corresponding channel has not occurred 0b1..An error in the corresponding channel has occurred
ERR8 - Error In Channel 8 0b0..An error in this channel has not occurred 0b1..An error in this channel has occurred
#define DMA_ERR_ERR8 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_ERR_ERR8_SHIFT)) & DMA_ERR_ERR8_MASK) |
ERR8 - Error In Channel 8 0b0..An error in this channel has not occurred 0b1..An error in this channel has occurred
#define DMA_ERR_ERR8 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_ERR_ERR8_SHIFT)) & DMA_ERR_ERR8_MASK) |
ERR8 - Error In Channel 8 0b0..An error in this channel has not occurred 0b1..An error in this channel has occurred
#define DMA_ERR_ERR8 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_ERR_ERR8_SHIFT)) & DMA_ERR_ERR8_MASK) |
ERR8 - Error In Channel 8 0b0..An error in this channel has not occurred 0b1..An error in this channel has occurred
#define DMA_ERR_ERR9 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_ERR_ERR9_SHIFT)) & DMA_ERR_ERR9_MASK) |
ERR9 - Error In Channel 9 0b0..An error in the corresponding channel has not occurred 0b1..An error in the corresponding channel has occurred
ERR9 - Error In Channel 9 0b0..An error in this channel has not occurred 0b1..An error in this channel has occurred
#define DMA_ERR_ERR9 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_ERR_ERR9_SHIFT)) & DMA_ERR_ERR9_MASK) |
ERR9 - Error In Channel 9 0b0..An error in the corresponding channel has not occurred 0b1..An error in the corresponding channel has occurred
ERR9 - Error In Channel 9 0b0..An error in this channel has not occurred 0b1..An error in this channel has occurred
#define DMA_ERR_ERR9 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_ERR_ERR9_SHIFT)) & DMA_ERR_ERR9_MASK) |
ERR9 - Error In Channel 9 0b0..An error in this channel has not occurred 0b1..An error in this channel has occurred
#define DMA_ERR_ERR9 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_ERR_ERR9_SHIFT)) & DMA_ERR_ERR9_MASK) |
ERR9 - Error In Channel 9 0b0..An error in this channel has not occurred 0b1..An error in this channel has occurred
#define DMA_ERR_ERR9 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_ERR_ERR9_SHIFT)) & DMA_ERR_ERR9_MASK) |
ERR9 - Error In Channel 9 0b0..An error in this channel has not occurred 0b1..An error in this channel has occurred
#define DMA_ES_CPE | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_ES_CPE_SHIFT)) & DMA_ES_CPE_MASK) |
CPE - Channel Priority Error 0b0..No channel priority error 0b1..The last recorded error was a configuration error in the channel priorities . Channel priorities are not unique.
CPE - Channel Priority Error 0b0..No channel priority error 0b1..The last recorded error was a configuration error in the channel priorities within a group. Channel priorities within a group are not unique.
#define DMA_ES_CPE | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_ES_CPE_SHIFT)) & DMA_ES_CPE_MASK) |
CPE - Channel Priority Error 0b0..No channel priority error 0b1..The last recorded error was a configuration error in the channel priorities . Channel priorities are not unique.
CPE - Channel Priority Error 0b0..No channel priority error 0b1..The last recorded error was a configuration error in the channel priorities within a group. Channel priorities within a group are not unique.
#define DMA_ES_CPE | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_ES_CPE_SHIFT)) & DMA_ES_CPE_MASK) |
CPE - Channel Priority Error 0b0..No channel priority error 0b1..The last recorded error was a configuration error in the channel priorities within a group. Channel priorities within a group are not unique.
#define DMA_ES_CPE | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_ES_CPE_SHIFT)) & DMA_ES_CPE_MASK) |
CPE - Channel Priority Error 0b0..No channel priority error 0b1..The last recorded error was a configuration error in the channel priorities within a group. Channel priorities within a group are not unique.
#define DMA_ES_CPE | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_ES_CPE_SHIFT)) & DMA_ES_CPE_MASK) |
CPE - Channel Priority Error 0b0..No channel priority error 0b1..The last recorded error was a configuration error in the channel priorities within a group. Channel priorities within a group are not unique.
#define DMA_ES_DAE | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_ES_DAE_SHIFT)) & DMA_ES_DAE_MASK) |
DAE - Destination Address Error 0b0..No destination address configuration error 0b1..The last recorded error was a configuration error detected in the TCDn_DADDR field. TCDn_DADDR is inconsistent with TCDn_ATTR[DSIZE].
#define DMA_ES_DAE | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_ES_DAE_SHIFT)) & DMA_ES_DAE_MASK) |
DAE - Destination Address Error 0b0..No destination address configuration error 0b1..The last recorded error was a configuration error detected in the TCDn_DADDR field. TCDn_DADDR is inconsistent with TCDn_ATTR[DSIZE].
#define DMA_ES_DAE | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_ES_DAE_SHIFT)) & DMA_ES_DAE_MASK) |
DAE - Destination Address Error 0b0..No destination address configuration error 0b1..The last recorded error was a configuration error detected in the TCDn_DADDR field. TCDn_DADDR is inconsistent with TCDn_ATTR[DSIZE].
#define DMA_ES_DAE | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_ES_DAE_SHIFT)) & DMA_ES_DAE_MASK) |
DAE - Destination Address Error 0b0..No destination address configuration error 0b1..The last recorded error was a configuration error detected in the TCDn_DADDR field. TCDn_DADDR is inconsistent with TCDn_ATTR[DSIZE].
#define DMA_ES_DAE | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_ES_DAE_SHIFT)) & DMA_ES_DAE_MASK) |
DAE - Destination Address Error 0b0..No destination address configuration error 0b1..The last recorded error was a configuration error detected in the TCDn_DADDR field. TCDn_DADDR is inconsistent with TCDn_ATTR[DSIZE].
#define DMA_ES_DBE | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_ES_DBE_SHIFT)) & DMA_ES_DBE_MASK) |
DBE - Destination Bus Error 0b0..No destination bus error 0b1..The last recorded error was a bus error on a destination write
#define DMA_ES_DBE | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_ES_DBE_SHIFT)) & DMA_ES_DBE_MASK) |
DBE - Destination Bus Error 0b0..No destination bus error 0b1..The last recorded error was a bus error on a destination write
#define DMA_ES_DBE | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_ES_DBE_SHIFT)) & DMA_ES_DBE_MASK) |
DBE - Destination Bus Error 0b0..No destination bus error 0b1..The last recorded error was a bus error on a destination write
#define DMA_ES_DBE | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_ES_DBE_SHIFT)) & DMA_ES_DBE_MASK) |
DBE - Destination Bus Error 0b0..No destination bus error 0b1..The last recorded error was a bus error on a destination write
#define DMA_ES_DBE | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_ES_DBE_SHIFT)) & DMA_ES_DBE_MASK) |
DBE - Destination Bus Error 0b0..No destination bus error 0b1..The last recorded error was a bus error on a destination write
#define DMA_ES_DOE | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_ES_DOE_SHIFT)) & DMA_ES_DOE_MASK) |
DOE - Destination Offset Error 0b0..No destination offset configuration error 0b1..The last recorded error was a configuration error detected in the TCDn_DOFF field. TCDn_DOFF is inconsistent with TCDn_ATTR[DSIZE].
#define DMA_ES_DOE | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_ES_DOE_SHIFT)) & DMA_ES_DOE_MASK) |
DOE - Destination Offset Error 0b0..No destination offset configuration error 0b1..The last recorded error was a configuration error detected in the TCDn_DOFF field. TCDn_DOFF is inconsistent with TCDn_ATTR[DSIZE].
#define DMA_ES_DOE | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_ES_DOE_SHIFT)) & DMA_ES_DOE_MASK) |
DOE - Destination Offset Error 0b0..No destination offset configuration error 0b1..The last recorded error was a configuration error detected in the TCDn_DOFF field. TCDn_DOFF is inconsistent with TCDn_ATTR[DSIZE].
#define DMA_ES_DOE | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_ES_DOE_SHIFT)) & DMA_ES_DOE_MASK) |
DOE - Destination Offset Error 0b0..No destination offset configuration error 0b1..The last recorded error was a configuration error detected in the TCDn_DOFF field. TCDn_DOFF is inconsistent with TCDn_ATTR[DSIZE].
#define DMA_ES_DOE | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_ES_DOE_SHIFT)) & DMA_ES_DOE_MASK) |
DOE - Destination Offset Error 0b0..No destination offset configuration error 0b1..The last recorded error was a configuration error detected in the TCDn_DOFF field. TCDn_DOFF is inconsistent with TCDn_ATTR[DSIZE].
#define DMA_ES_ECX | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_ES_ECX_SHIFT)) & DMA_ES_ECX_MASK) |
ECX - Transfer Canceled 0b0..No canceled transfers 0b1..The last recorded entry was a canceled transfer by the error cancel transfer input
#define DMA_ES_ECX | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_ES_ECX_SHIFT)) & DMA_ES_ECX_MASK) |
ECX - Transfer Canceled 0b0..No canceled transfers 0b1..The last recorded entry was a canceled transfer by the error cancel transfer input
#define DMA_ES_ECX | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_ES_ECX_SHIFT)) & DMA_ES_ECX_MASK) |
ECX - Transfer Canceled 0b0..No canceled transfers 0b1..The last recorded entry was a canceled transfer by the error cancel transfer input
#define DMA_ES_ECX | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_ES_ECX_SHIFT)) & DMA_ES_ECX_MASK) |
ECX - Transfer Canceled 0b0..No canceled transfers 0b1..The last recorded entry was a canceled transfer by the error cancel transfer input
#define DMA_ES_ECX | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_ES_ECX_SHIFT)) & DMA_ES_ECX_MASK) |
ECX - Transfer Canceled 0b0..No canceled transfers 0b1..The last recorded entry was a canceled transfer by the error cancel transfer input
#define DMA_ES_GPE | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_ES_GPE_SHIFT)) & DMA_ES_GPE_MASK) |
GPE - Group Priority Error 0b0..No group priority error 0b1..The last recorded error was a configuration error among the group priorities. All group priorities are not unique.
#define DMA_ES_GPE | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_ES_GPE_SHIFT)) & DMA_ES_GPE_MASK) |
GPE - Group Priority Error 0b0..No group priority error 0b1..The last recorded error was a configuration error among the group priorities. All group priorities are not unique.
#define DMA_ES_GPE | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_ES_GPE_SHIFT)) & DMA_ES_GPE_MASK) |
GPE - Group Priority Error 0b0..No group priority error 0b1..The last recorded error was a configuration error among the group priorities. All group priorities are not unique.
#define DMA_ES_NCE | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_ES_NCE_SHIFT)) & DMA_ES_NCE_MASK) |
NCE - NBYTES/CITER Configuration Error 0b0..No NBYTES/CITER configuration error 0b1..The last recorded error was a configuration error detected in the TCDn_NBYTES or TCDn_CITER fields. TCDn_NBYTES is not a multiple of TCDn_ATTR[SSIZE] and TCDn_ATTR[DSIZE], or TCDn_CITER[CITER] is equal to zero, or TCDn_CITER[ELINK] is not equal to TCDn_BITER[ELINK]
#define DMA_ES_NCE | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_ES_NCE_SHIFT)) & DMA_ES_NCE_MASK) |
NCE - NBYTES/CITER Configuration Error 0b0..No NBYTES/CITER configuration error 0b1..The last recorded error was a configuration error detected in the TCDn_NBYTES or TCDn_CITER fields. TCDn_NBYTES is not a multiple of TCDn_ATTR[SSIZE] and TCDn_ATTR[DSIZE], or TCDn_CITER[CITER] is equal to zero, or TCDn_CITER[ELINK] is not equal to TCDn_BITER[ELINK]
#define DMA_ES_NCE | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_ES_NCE_SHIFT)) & DMA_ES_NCE_MASK) |
NCE - NBYTES/CITER Configuration Error 0b0..No NBYTES/CITER configuration error 0b1..The last recorded error was a configuration error detected in the TCDn_NBYTES or TCDn_CITER fields. TCDn_NBYTES is not a multiple of TCDn_ATTR[SSIZE] and TCDn_ATTR[DSIZE], or TCDn_CITER[CITER] is equal to zero, or TCDn_CITER[ELINK] is not equal to TCDn_BITER[ELINK]
#define DMA_ES_NCE | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_ES_NCE_SHIFT)) & DMA_ES_NCE_MASK) |
NCE - NBYTES/CITER Configuration Error 0b0..No NBYTES/CITER configuration error 0b1..The last recorded error was a configuration error detected in the TCDn_NBYTES or TCDn_CITER fields. TCDn_NBYTES is not a multiple of TCDn_ATTR[SSIZE] and TCDn_ATTR[DSIZE], or TCDn_CITER[CITER] is equal to zero, or TCDn_CITER[ELINK] is not equal to TCDn_BITER[ELINK]
#define DMA_ES_NCE | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_ES_NCE_SHIFT)) & DMA_ES_NCE_MASK) |
NCE - NBYTES/CITER Configuration Error 0b0..No NBYTES/CITER configuration error 0b1..The last recorded error was a configuration error detected in the TCDn_NBYTES or TCDn_CITER fields. TCDn_NBYTES is not a multiple of TCDn_ATTR[SSIZE] and TCDn_ATTR[DSIZE], or TCDn_CITER[CITER] is equal to zero, or TCDn_CITER[ELINK] is not equal to TCDn_BITER[ELINK]
#define DMA_ES_SAE | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_ES_SAE_SHIFT)) & DMA_ES_SAE_MASK) |
SAE - Source Address Error 0b0..No source address configuration error. 0b1..The last recorded error was a configuration error detected in the TCDn_SADDR field. TCDn_SADDR is inconsistent with TCDn_ATTR[SSIZE].
#define DMA_ES_SAE | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_ES_SAE_SHIFT)) & DMA_ES_SAE_MASK) |
SAE - Source Address Error 0b0..No source address configuration error. 0b1..The last recorded error was a configuration error detected in the TCDn_SADDR field. TCDn_SADDR is inconsistent with TCDn_ATTR[SSIZE].
#define DMA_ES_SAE | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_ES_SAE_SHIFT)) & DMA_ES_SAE_MASK) |
SAE - Source Address Error 0b0..No source address configuration error. 0b1..The last recorded error was a configuration error detected in the TCDn_SADDR field. TCDn_SADDR is inconsistent with TCDn_ATTR[SSIZE].
#define DMA_ES_SAE | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_ES_SAE_SHIFT)) & DMA_ES_SAE_MASK) |
SAE - Source Address Error 0b0..No source address configuration error. 0b1..The last recorded error was a configuration error detected in the TCDn_SADDR field. TCDn_SADDR is inconsistent with TCDn_ATTR[SSIZE].
#define DMA_ES_SAE | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_ES_SAE_SHIFT)) & DMA_ES_SAE_MASK) |
SAE - Source Address Error 0b0..No source address configuration error. 0b1..The last recorded error was a configuration error detected in the TCDn_SADDR field. TCDn_SADDR is inconsistent with TCDn_ATTR[SSIZE].
#define DMA_ES_SBE | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_ES_SBE_SHIFT)) & DMA_ES_SBE_MASK) |
SBE - Source Bus Error 0b0..No source bus error 0b1..The last recorded error was a bus error on a source read
#define DMA_ES_SBE | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_ES_SBE_SHIFT)) & DMA_ES_SBE_MASK) |
SBE - Source Bus Error 0b0..No source bus error 0b1..The last recorded error was a bus error on a source read
#define DMA_ES_SBE | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_ES_SBE_SHIFT)) & DMA_ES_SBE_MASK) |
SBE - Source Bus Error 0b0..No source bus error 0b1..The last recorded error was a bus error on a source read
#define DMA_ES_SBE | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_ES_SBE_SHIFT)) & DMA_ES_SBE_MASK) |
SBE - Source Bus Error 0b0..No source bus error 0b1..The last recorded error was a bus error on a source read
#define DMA_ES_SBE | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_ES_SBE_SHIFT)) & DMA_ES_SBE_MASK) |
SBE - Source Bus Error 0b0..No source bus error 0b1..The last recorded error was a bus error on a source read
#define DMA_ES_SGE | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_ES_SGE_SHIFT)) & DMA_ES_SGE_MASK) |
SGE - Scatter/Gather Configuration Error 0b0..No scatter/gather configuration error 0b1..The last recorded error was a configuration error detected in the TCDn_DLASTSGA field. This field is checked at the beginning of a scatter/gather operation after major loop completion if TCDn_CSR[ESG] is enabled. TCDn_DLASTSGA is not on a 32 byte boundary.
#define DMA_ES_SGE | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_ES_SGE_SHIFT)) & DMA_ES_SGE_MASK) |
SGE - Scatter/Gather Configuration Error 0b0..No scatter/gather configuration error 0b1..The last recorded error was a configuration error detected in the TCDn_DLASTSGA field. This field is checked at the beginning of a scatter/gather operation after major loop completion if TCDn_CSR[ESG] is enabled. TCDn_DLASTSGA is not on a 32 byte boundary.
#define DMA_ES_SGE | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_ES_SGE_SHIFT)) & DMA_ES_SGE_MASK) |
SGE - Scatter/Gather Configuration Error 0b0..No scatter/gather configuration error 0b1..The last recorded error was a configuration error detected in the TCDn_DLASTSGA field. This field is checked at the beginning of a scatter/gather operation after major loop completion if TCDn_CSR[ESG] is enabled. TCDn_DLASTSGA is not on a 32 byte boundary.
#define DMA_ES_SGE | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_ES_SGE_SHIFT)) & DMA_ES_SGE_MASK) |
SGE - Scatter/Gather Configuration Error 0b0..No scatter/gather configuration error 0b1..The last recorded error was a configuration error detected in the TCDn_DLASTSGA field. This field is checked at the beginning of a scatter/gather operation after major loop completion if TCDn_CSR[ESG] is enabled. TCDn_DLASTSGA is not on a 32 byte boundary.
#define DMA_ES_SGE | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_ES_SGE_SHIFT)) & DMA_ES_SGE_MASK) |
SGE - Scatter/Gather Configuration Error 0b0..No scatter/gather configuration error 0b1..The last recorded error was a configuration error detected in the TCDn_DLASTSGA field. This field is checked at the beginning of a scatter/gather operation after major loop completion if TCDn_CSR[ESG] is enabled. TCDn_DLASTSGA is not on a 32 byte boundary.
#define DMA_ES_SOE | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_ES_SOE_SHIFT)) & DMA_ES_SOE_MASK) |
SOE - Source Offset Error 0b0..No source offset configuration error 0b1..The last recorded error was a configuration error detected in the TCDn_SOFF field. TCDn_SOFF is inconsistent with TCDn_ATTR[SSIZE].
#define DMA_ES_SOE | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_ES_SOE_SHIFT)) & DMA_ES_SOE_MASK) |
SOE - Source Offset Error 0b0..No source offset configuration error 0b1..The last recorded error was a configuration error detected in the TCDn_SOFF field. TCDn_SOFF is inconsistent with TCDn_ATTR[SSIZE].
#define DMA_ES_SOE | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_ES_SOE_SHIFT)) & DMA_ES_SOE_MASK) |
SOE - Source Offset Error 0b0..No source offset configuration error 0b1..The last recorded error was a configuration error detected in the TCDn_SOFF field. TCDn_SOFF is inconsistent with TCDn_ATTR[SSIZE].
#define DMA_ES_SOE | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_ES_SOE_SHIFT)) & DMA_ES_SOE_MASK) |
SOE - Source Offset Error 0b0..No source offset configuration error 0b1..The last recorded error was a configuration error detected in the TCDn_SOFF field. TCDn_SOFF is inconsistent with TCDn_ATTR[SSIZE].
#define DMA_ES_SOE | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_ES_SOE_SHIFT)) & DMA_ES_SOE_MASK) |
SOE - Source Offset Error 0b0..No source offset configuration error 0b1..The last recorded error was a configuration error detected in the TCDn_SOFF field. TCDn_SOFF is inconsistent with TCDn_ATTR[SSIZE].
#define DMA_ES_VLD | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_ES_VLD_SHIFT)) & DMA_ES_VLD_MASK) |
VLD 0b0..No ERR bits are set 0b1..At least one ERR bit is set indicating a valid error exists that has not been cleared
VLD 0b0..No ERR bits are set. 0b1..At least one ERR bit is set indicating a valid error exists that has not been cleared.
#define DMA_ES_VLD | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_ES_VLD_SHIFT)) & DMA_ES_VLD_MASK) |
VLD 0b0..No ERR bits are set 0b1..At least one ERR bit is set indicating a valid error exists that has not been cleared
VLD 0b0..No ERR bits are set. 0b1..At least one ERR bit is set indicating a valid error exists that has not been cleared.
#define DMA_ES_VLD | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_ES_VLD_SHIFT)) & DMA_ES_VLD_MASK) |
VLD 0b0..No ERR bits are set. 0b1..At least one ERR bit is set indicating a valid error exists that has not been cleared.
#define DMA_ES_VLD | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_ES_VLD_SHIFT)) & DMA_ES_VLD_MASK) |
VLD 0b0..No ERR bits are set. 0b1..At least one ERR bit is set indicating a valid error exists that has not been cleared.
#define DMA_ES_VLD | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_ES_VLD_SHIFT)) & DMA_ES_VLD_MASK) |
VLD 0b0..No ERR bits are set. 0b1..At least one ERR bit is set indicating a valid error exists that has not been cleared.
#define DMA_HRS_HRS0 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_HRS_HRS0_SHIFT)) & DMA_HRS_HRS0_MASK) |
HRS0 - Hardware Request Status Channel 0 0b0..A hardware service request for channel 0 is not present 0b1..A hardware service request for channel 0 is present
#define DMA_HRS_HRS0 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_HRS_HRS0_SHIFT)) & DMA_HRS_HRS0_MASK) |
HRS0 - Hardware Request Status Channel 0 0b0..A hardware service request for channel 0 is not present 0b1..A hardware service request for channel 0 is present
#define DMA_HRS_HRS0 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_HRS_HRS0_SHIFT)) & DMA_HRS_HRS0_MASK) |
HRS0 - Hardware Request Status Channel 0 0b0..A hardware service request for channel 0 is not present 0b1..A hardware service request for channel 0 is present
#define DMA_HRS_HRS0 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_HRS_HRS0_SHIFT)) & DMA_HRS_HRS0_MASK) |
HRS0 - Hardware Request Status Channel 0 0b0..A hardware service request for channel 0 is not present 0b1..A hardware service request for channel 0 is present
#define DMA_HRS_HRS0 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_HRS_HRS0_SHIFT)) & DMA_HRS_HRS0_MASK) |
HRS0 - Hardware Request Status Channel 0 0b0..A hardware service request for channel 0 is not present 0b1..A hardware service request for channel 0 is present
#define DMA_HRS_HRS1 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_HRS_HRS1_SHIFT)) & DMA_HRS_HRS1_MASK) |
HRS1 - Hardware Request Status Channel 1 0b0..A hardware service request for channel 1 is not present 0b1..A hardware service request for channel 1 is present
#define DMA_HRS_HRS1 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_HRS_HRS1_SHIFT)) & DMA_HRS_HRS1_MASK) |
HRS1 - Hardware Request Status Channel 1 0b0..A hardware service request for channel 1 is not present 0b1..A hardware service request for channel 1 is present
#define DMA_HRS_HRS1 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_HRS_HRS1_SHIFT)) & DMA_HRS_HRS1_MASK) |
HRS1 - Hardware Request Status Channel 1 0b0..A hardware service request for channel 1 is not present 0b1..A hardware service request for channel 1 is present
#define DMA_HRS_HRS1 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_HRS_HRS1_SHIFT)) & DMA_HRS_HRS1_MASK) |
HRS1 - Hardware Request Status Channel 1 0b0..A hardware service request for channel 1 is not present 0b1..A hardware service request for channel 1 is present
#define DMA_HRS_HRS1 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_HRS_HRS1_SHIFT)) & DMA_HRS_HRS1_MASK) |
HRS1 - Hardware Request Status Channel 1 0b0..A hardware service request for channel 1 is not present 0b1..A hardware service request for channel 1 is present
#define DMA_HRS_HRS10 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_HRS_HRS10_SHIFT)) & DMA_HRS_HRS10_MASK) |
HRS10 - Hardware Request Status Channel 10 0b0..A hardware service request for channel 10 is not present 0b1..A hardware service request for channel 10 is present
#define DMA_HRS_HRS10 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_HRS_HRS10_SHIFT)) & DMA_HRS_HRS10_MASK) |
HRS10 - Hardware Request Status Channel 10 0b0..A hardware service request for channel 10 is not present 0b1..A hardware service request for channel 10 is present
#define DMA_HRS_HRS10 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_HRS_HRS10_SHIFT)) & DMA_HRS_HRS10_MASK) |
HRS10 - Hardware Request Status Channel 10 0b0..A hardware service request for channel 10 is not present 0b1..A hardware service request for channel 10 is present
#define DMA_HRS_HRS10 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_HRS_HRS10_SHIFT)) & DMA_HRS_HRS10_MASK) |
HRS10 - Hardware Request Status Channel 10 0b0..A hardware service request for channel 10 is not present 0b1..A hardware service request for channel 10 is present
#define DMA_HRS_HRS10 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_HRS_HRS10_SHIFT)) & DMA_HRS_HRS10_MASK) |
HRS10 - Hardware Request Status Channel 10 0b0..A hardware service request for channel 10 is not present 0b1..A hardware service request for channel 10 is present
#define DMA_HRS_HRS11 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_HRS_HRS11_SHIFT)) & DMA_HRS_HRS11_MASK) |
HRS11 - Hardware Request Status Channel 11 0b0..A hardware service request for channel 11 is not present 0b1..A hardware service request for channel 11 is present
#define DMA_HRS_HRS11 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_HRS_HRS11_SHIFT)) & DMA_HRS_HRS11_MASK) |
HRS11 - Hardware Request Status Channel 11 0b0..A hardware service request for channel 11 is not present 0b1..A hardware service request for channel 11 is present
#define DMA_HRS_HRS11 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_HRS_HRS11_SHIFT)) & DMA_HRS_HRS11_MASK) |
HRS11 - Hardware Request Status Channel 11 0b0..A hardware service request for channel 11 is not present 0b1..A hardware service request for channel 11 is present
#define DMA_HRS_HRS11 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_HRS_HRS11_SHIFT)) & DMA_HRS_HRS11_MASK) |
HRS11 - Hardware Request Status Channel 11 0b0..A hardware service request for channel 11 is not present 0b1..A hardware service request for channel 11 is present
#define DMA_HRS_HRS11 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_HRS_HRS11_SHIFT)) & DMA_HRS_HRS11_MASK) |
HRS11 - Hardware Request Status Channel 11 0b0..A hardware service request for channel 11 is not present 0b1..A hardware service request for channel 11 is present
#define DMA_HRS_HRS12 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_HRS_HRS12_SHIFT)) & DMA_HRS_HRS12_MASK) |
HRS12 - Hardware Request Status Channel 12 0b0..A hardware service request for channel 12 is not present 0b1..A hardware service request for channel 12 is present
#define DMA_HRS_HRS12 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_HRS_HRS12_SHIFT)) & DMA_HRS_HRS12_MASK) |
HRS12 - Hardware Request Status Channel 12 0b0..A hardware service request for channel 12 is not present 0b1..A hardware service request for channel 12 is present
#define DMA_HRS_HRS12 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_HRS_HRS12_SHIFT)) & DMA_HRS_HRS12_MASK) |
HRS12 - Hardware Request Status Channel 12 0b0..A hardware service request for channel 12 is not present 0b1..A hardware service request for channel 12 is present
#define DMA_HRS_HRS12 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_HRS_HRS12_SHIFT)) & DMA_HRS_HRS12_MASK) |
HRS12 - Hardware Request Status Channel 12 0b0..A hardware service request for channel 12 is not present 0b1..A hardware service request for channel 12 is present
#define DMA_HRS_HRS12 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_HRS_HRS12_SHIFT)) & DMA_HRS_HRS12_MASK) |
HRS12 - Hardware Request Status Channel 12 0b0..A hardware service request for channel 12 is not present 0b1..A hardware service request for channel 12 is present
#define DMA_HRS_HRS13 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_HRS_HRS13_SHIFT)) & DMA_HRS_HRS13_MASK) |
HRS13 - Hardware Request Status Channel 13 0b0..A hardware service request for channel 13 is not present 0b1..A hardware service request for channel 13 is present
#define DMA_HRS_HRS13 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_HRS_HRS13_SHIFT)) & DMA_HRS_HRS13_MASK) |
HRS13 - Hardware Request Status Channel 13 0b0..A hardware service request for channel 13 is not present 0b1..A hardware service request for channel 13 is present
#define DMA_HRS_HRS13 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_HRS_HRS13_SHIFT)) & DMA_HRS_HRS13_MASK) |
HRS13 - Hardware Request Status Channel 13 0b0..A hardware service request for channel 13 is not present 0b1..A hardware service request for channel 13 is present
#define DMA_HRS_HRS13 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_HRS_HRS13_SHIFT)) & DMA_HRS_HRS13_MASK) |
HRS13 - Hardware Request Status Channel 13 0b0..A hardware service request for channel 13 is not present 0b1..A hardware service request for channel 13 is present
#define DMA_HRS_HRS13 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_HRS_HRS13_SHIFT)) & DMA_HRS_HRS13_MASK) |
HRS13 - Hardware Request Status Channel 13 0b0..A hardware service request for channel 13 is not present 0b1..A hardware service request for channel 13 is present
#define DMA_HRS_HRS14 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_HRS_HRS14_SHIFT)) & DMA_HRS_HRS14_MASK) |
HRS14 - Hardware Request Status Channel 14 0b0..A hardware service request for channel 14 is not present 0b1..A hardware service request for channel 14 is present
#define DMA_HRS_HRS14 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_HRS_HRS14_SHIFT)) & DMA_HRS_HRS14_MASK) |
HRS14 - Hardware Request Status Channel 14 0b0..A hardware service request for channel 14 is not present 0b1..A hardware service request for channel 14 is present
#define DMA_HRS_HRS14 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_HRS_HRS14_SHIFT)) & DMA_HRS_HRS14_MASK) |
HRS14 - Hardware Request Status Channel 14 0b0..A hardware service request for channel 14 is not present 0b1..A hardware service request for channel 14 is present
#define DMA_HRS_HRS14 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_HRS_HRS14_SHIFT)) & DMA_HRS_HRS14_MASK) |
HRS14 - Hardware Request Status Channel 14 0b0..A hardware service request for channel 14 is not present 0b1..A hardware service request for channel 14 is present
#define DMA_HRS_HRS14 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_HRS_HRS14_SHIFT)) & DMA_HRS_HRS14_MASK) |
HRS14 - Hardware Request Status Channel 14 0b0..A hardware service request for channel 14 is not present 0b1..A hardware service request for channel 14 is present
#define DMA_HRS_HRS15 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_HRS_HRS15_SHIFT)) & DMA_HRS_HRS15_MASK) |
HRS15 - Hardware Request Status Channel 15 0b0..A hardware service request for channel 15 is not present 0b1..A hardware service request for channel 15 is present
#define DMA_HRS_HRS15 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_HRS_HRS15_SHIFT)) & DMA_HRS_HRS15_MASK) |
HRS15 - Hardware Request Status Channel 15 0b0..A hardware service request for channel 15 is not present 0b1..A hardware service request for channel 15 is present
#define DMA_HRS_HRS15 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_HRS_HRS15_SHIFT)) & DMA_HRS_HRS15_MASK) |
HRS15 - Hardware Request Status Channel 15 0b0..A hardware service request for channel 15 is not present 0b1..A hardware service request for channel 15 is present
#define DMA_HRS_HRS15 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_HRS_HRS15_SHIFT)) & DMA_HRS_HRS15_MASK) |
HRS15 - Hardware Request Status Channel 15 0b0..A hardware service request for channel 15 is not present 0b1..A hardware service request for channel 15 is present
#define DMA_HRS_HRS15 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_HRS_HRS15_SHIFT)) & DMA_HRS_HRS15_MASK) |
HRS15 - Hardware Request Status Channel 15 0b0..A hardware service request for channel 15 is not present 0b1..A hardware service request for channel 15 is present
#define DMA_HRS_HRS16 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_HRS_HRS16_SHIFT)) & DMA_HRS_HRS16_MASK) |
HRS16 - Hardware Request Status Channel 16 0b0..A hardware service request for channel 16 is not present 0b1..A hardware service request for channel 16 is present
#define DMA_HRS_HRS16 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_HRS_HRS16_SHIFT)) & DMA_HRS_HRS16_MASK) |
HRS16 - Hardware Request Status Channel 16 0b0..A hardware service request for channel 16 is not present 0b1..A hardware service request for channel 16 is present
#define DMA_HRS_HRS16 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_HRS_HRS16_SHIFT)) & DMA_HRS_HRS16_MASK) |
HRS16 - Hardware Request Status Channel 16 0b0..A hardware service request for channel 16 is not present 0b1..A hardware service request for channel 16 is present
#define DMA_HRS_HRS17 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_HRS_HRS17_SHIFT)) & DMA_HRS_HRS17_MASK) |
HRS17 - Hardware Request Status Channel 17 0b0..A hardware service request for channel 17 is not present 0b1..A hardware service request for channel 17 is present
#define DMA_HRS_HRS17 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_HRS_HRS17_SHIFT)) & DMA_HRS_HRS17_MASK) |
HRS17 - Hardware Request Status Channel 17 0b0..A hardware service request for channel 17 is not present 0b1..A hardware service request for channel 17 is present
#define DMA_HRS_HRS17 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_HRS_HRS17_SHIFT)) & DMA_HRS_HRS17_MASK) |
HRS17 - Hardware Request Status Channel 17 0b0..A hardware service request for channel 17 is not present 0b1..A hardware service request for channel 17 is present
#define DMA_HRS_HRS18 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_HRS_HRS18_SHIFT)) & DMA_HRS_HRS18_MASK) |
HRS18 - Hardware Request Status Channel 18 0b0..A hardware service request for channel 18 is not present 0b1..A hardware service request for channel 18 is present
#define DMA_HRS_HRS18 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_HRS_HRS18_SHIFT)) & DMA_HRS_HRS18_MASK) |
HRS18 - Hardware Request Status Channel 18 0b0..A hardware service request for channel 18 is not present 0b1..A hardware service request for channel 18 is present
#define DMA_HRS_HRS18 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_HRS_HRS18_SHIFT)) & DMA_HRS_HRS18_MASK) |
HRS18 - Hardware Request Status Channel 18 0b0..A hardware service request for channel 18 is not present 0b1..A hardware service request for channel 18 is present
#define DMA_HRS_HRS19 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_HRS_HRS19_SHIFT)) & DMA_HRS_HRS19_MASK) |
HRS19 - Hardware Request Status Channel 19 0b0..A hardware service request for channel 19 is not present 0b1..A hardware service request for channel 19 is present
#define DMA_HRS_HRS19 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_HRS_HRS19_SHIFT)) & DMA_HRS_HRS19_MASK) |
HRS19 - Hardware Request Status Channel 19 0b0..A hardware service request for channel 19 is not present 0b1..A hardware service request for channel 19 is present
#define DMA_HRS_HRS19 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_HRS_HRS19_SHIFT)) & DMA_HRS_HRS19_MASK) |
HRS19 - Hardware Request Status Channel 19 0b0..A hardware service request for channel 19 is not present 0b1..A hardware service request for channel 19 is present
#define DMA_HRS_HRS2 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_HRS_HRS2_SHIFT)) & DMA_HRS_HRS2_MASK) |
HRS2 - Hardware Request Status Channel 2 0b0..A hardware service request for channel 2 is not present 0b1..A hardware service request for channel 2 is present
#define DMA_HRS_HRS2 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_HRS_HRS2_SHIFT)) & DMA_HRS_HRS2_MASK) |
HRS2 - Hardware Request Status Channel 2 0b0..A hardware service request for channel 2 is not present 0b1..A hardware service request for channel 2 is present
#define DMA_HRS_HRS2 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_HRS_HRS2_SHIFT)) & DMA_HRS_HRS2_MASK) |
HRS2 - Hardware Request Status Channel 2 0b0..A hardware service request for channel 2 is not present 0b1..A hardware service request for channel 2 is present
#define DMA_HRS_HRS2 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_HRS_HRS2_SHIFT)) & DMA_HRS_HRS2_MASK) |
HRS2 - Hardware Request Status Channel 2 0b0..A hardware service request for channel 2 is not present 0b1..A hardware service request for channel 2 is present
#define DMA_HRS_HRS2 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_HRS_HRS2_SHIFT)) & DMA_HRS_HRS2_MASK) |
HRS2 - Hardware Request Status Channel 2 0b0..A hardware service request for channel 2 is not present 0b1..A hardware service request for channel 2 is present
#define DMA_HRS_HRS20 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_HRS_HRS20_SHIFT)) & DMA_HRS_HRS20_MASK) |
HRS20 - Hardware Request Status Channel 20 0b0..A hardware service request for channel 20 is not present 0b1..A hardware service request for channel 20 is present
#define DMA_HRS_HRS20 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_HRS_HRS20_SHIFT)) & DMA_HRS_HRS20_MASK) |
HRS20 - Hardware Request Status Channel 20 0b0..A hardware service request for channel 20 is not present 0b1..A hardware service request for channel 20 is present
#define DMA_HRS_HRS20 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_HRS_HRS20_SHIFT)) & DMA_HRS_HRS20_MASK) |
HRS20 - Hardware Request Status Channel 20 0b0..A hardware service request for channel 20 is not present 0b1..A hardware service request for channel 20 is present
#define DMA_HRS_HRS21 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_HRS_HRS21_SHIFT)) & DMA_HRS_HRS21_MASK) |
HRS21 - Hardware Request Status Channel 21 0b0..A hardware service request for channel 21 is not present 0b1..A hardware service request for channel 21 is present
#define DMA_HRS_HRS21 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_HRS_HRS21_SHIFT)) & DMA_HRS_HRS21_MASK) |
HRS21 - Hardware Request Status Channel 21 0b0..A hardware service request for channel 21 is not present 0b1..A hardware service request for channel 21 is present
#define DMA_HRS_HRS21 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_HRS_HRS21_SHIFT)) & DMA_HRS_HRS21_MASK) |
HRS21 - Hardware Request Status Channel 21 0b0..A hardware service request for channel 21 is not present 0b1..A hardware service request for channel 21 is present
#define DMA_HRS_HRS22 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_HRS_HRS22_SHIFT)) & DMA_HRS_HRS22_MASK) |
HRS22 - Hardware Request Status Channel 22 0b0..A hardware service request for channel 22 is not present 0b1..A hardware service request for channel 22 is present
#define DMA_HRS_HRS22 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_HRS_HRS22_SHIFT)) & DMA_HRS_HRS22_MASK) |
HRS22 - Hardware Request Status Channel 22 0b0..A hardware service request for channel 22 is not present 0b1..A hardware service request for channel 22 is present
#define DMA_HRS_HRS22 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_HRS_HRS22_SHIFT)) & DMA_HRS_HRS22_MASK) |
HRS22 - Hardware Request Status Channel 22 0b0..A hardware service request for channel 22 is not present 0b1..A hardware service request for channel 22 is present
#define DMA_HRS_HRS23 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_HRS_HRS23_SHIFT)) & DMA_HRS_HRS23_MASK) |
HRS23 - Hardware Request Status Channel 23 0b0..A hardware service request for channel 23 is not present 0b1..A hardware service request for channel 23 is present
#define DMA_HRS_HRS23 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_HRS_HRS23_SHIFT)) & DMA_HRS_HRS23_MASK) |
HRS23 - Hardware Request Status Channel 23 0b0..A hardware service request for channel 23 is not present 0b1..A hardware service request for channel 23 is present
#define DMA_HRS_HRS23 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_HRS_HRS23_SHIFT)) & DMA_HRS_HRS23_MASK) |
HRS23 - Hardware Request Status Channel 23 0b0..A hardware service request for channel 23 is not present 0b1..A hardware service request for channel 23 is present
#define DMA_HRS_HRS24 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_HRS_HRS24_SHIFT)) & DMA_HRS_HRS24_MASK) |
HRS24 - Hardware Request Status Channel 24 0b0..A hardware service request for channel 24 is not present 0b1..A hardware service request for channel 24 is present
#define DMA_HRS_HRS24 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_HRS_HRS24_SHIFT)) & DMA_HRS_HRS24_MASK) |
HRS24 - Hardware Request Status Channel 24 0b0..A hardware service request for channel 24 is not present 0b1..A hardware service request for channel 24 is present
#define DMA_HRS_HRS24 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_HRS_HRS24_SHIFT)) & DMA_HRS_HRS24_MASK) |
HRS24 - Hardware Request Status Channel 24 0b0..A hardware service request for channel 24 is not present 0b1..A hardware service request for channel 24 is present
#define DMA_HRS_HRS25 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_HRS_HRS25_SHIFT)) & DMA_HRS_HRS25_MASK) |
HRS25 - Hardware Request Status Channel 25 0b0..A hardware service request for channel 25 is not present 0b1..A hardware service request for channel 25 is present
#define DMA_HRS_HRS25 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_HRS_HRS25_SHIFT)) & DMA_HRS_HRS25_MASK) |
HRS25 - Hardware Request Status Channel 25 0b0..A hardware service request for channel 25 is not present 0b1..A hardware service request for channel 25 is present
#define DMA_HRS_HRS25 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_HRS_HRS25_SHIFT)) & DMA_HRS_HRS25_MASK) |
HRS25 - Hardware Request Status Channel 25 0b0..A hardware service request for channel 25 is not present 0b1..A hardware service request for channel 25 is present
#define DMA_HRS_HRS26 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_HRS_HRS26_SHIFT)) & DMA_HRS_HRS26_MASK) |
HRS26 - Hardware Request Status Channel 26 0b0..A hardware service request for channel 26 is not present 0b1..A hardware service request for channel 26 is present
#define DMA_HRS_HRS26 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_HRS_HRS26_SHIFT)) & DMA_HRS_HRS26_MASK) |
HRS26 - Hardware Request Status Channel 26 0b0..A hardware service request for channel 26 is not present 0b1..A hardware service request for channel 26 is present
#define DMA_HRS_HRS26 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_HRS_HRS26_SHIFT)) & DMA_HRS_HRS26_MASK) |
HRS26 - Hardware Request Status Channel 26 0b0..A hardware service request for channel 26 is not present 0b1..A hardware service request for channel 26 is present
#define DMA_HRS_HRS27 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_HRS_HRS27_SHIFT)) & DMA_HRS_HRS27_MASK) |
HRS27 - Hardware Request Status Channel 27 0b0..A hardware service request for channel 27 is not present 0b1..A hardware service request for channel 27 is present
#define DMA_HRS_HRS27 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_HRS_HRS27_SHIFT)) & DMA_HRS_HRS27_MASK) |
HRS27 - Hardware Request Status Channel 27 0b0..A hardware service request for channel 27 is not present 0b1..A hardware service request for channel 27 is present
#define DMA_HRS_HRS27 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_HRS_HRS27_SHIFT)) & DMA_HRS_HRS27_MASK) |
HRS27 - Hardware Request Status Channel 27 0b0..A hardware service request for channel 27 is not present 0b1..A hardware service request for channel 27 is present
#define DMA_HRS_HRS28 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_HRS_HRS28_SHIFT)) & DMA_HRS_HRS28_MASK) |
HRS28 - Hardware Request Status Channel 28 0b0..A hardware service request for channel 28 is not present 0b1..A hardware service request for channel 28 is present
#define DMA_HRS_HRS28 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_HRS_HRS28_SHIFT)) & DMA_HRS_HRS28_MASK) |
HRS28 - Hardware Request Status Channel 28 0b0..A hardware service request for channel 28 is not present 0b1..A hardware service request for channel 28 is present
#define DMA_HRS_HRS28 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_HRS_HRS28_SHIFT)) & DMA_HRS_HRS28_MASK) |
HRS28 - Hardware Request Status Channel 28 0b0..A hardware service request for channel 28 is not present 0b1..A hardware service request for channel 28 is present
#define DMA_HRS_HRS29 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_HRS_HRS29_SHIFT)) & DMA_HRS_HRS29_MASK) |
HRS29 - Hardware Request Status Channel 29 0b0..A hardware service request for channel 29 is not preset 0b1..A hardware service request for channel 29 is present
#define DMA_HRS_HRS29 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_HRS_HRS29_SHIFT)) & DMA_HRS_HRS29_MASK) |
HRS29 - Hardware Request Status Channel 29 0b0..A hardware service request for channel 29 is not preset 0b1..A hardware service request for channel 29 is present
#define DMA_HRS_HRS29 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_HRS_HRS29_SHIFT)) & DMA_HRS_HRS29_MASK) |
HRS29 - Hardware Request Status Channel 29 0b0..A hardware service request for channel 29 is not preset 0b1..A hardware service request for channel 29 is present
#define DMA_HRS_HRS3 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_HRS_HRS3_SHIFT)) & DMA_HRS_HRS3_MASK) |
HRS3 - Hardware Request Status Channel 3 0b0..A hardware service request for channel 3 is not present 0b1..A hardware service request for channel 3 is present
#define DMA_HRS_HRS3 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_HRS_HRS3_SHIFT)) & DMA_HRS_HRS3_MASK) |
HRS3 - Hardware Request Status Channel 3 0b0..A hardware service request for channel 3 is not present 0b1..A hardware service request for channel 3 is present
#define DMA_HRS_HRS3 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_HRS_HRS3_SHIFT)) & DMA_HRS_HRS3_MASK) |
HRS3 - Hardware Request Status Channel 3 0b0..A hardware service request for channel 3 is not present 0b1..A hardware service request for channel 3 is present
#define DMA_HRS_HRS3 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_HRS_HRS3_SHIFT)) & DMA_HRS_HRS3_MASK) |
HRS3 - Hardware Request Status Channel 3 0b0..A hardware service request for channel 3 is not present 0b1..A hardware service request for channel 3 is present
#define DMA_HRS_HRS3 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_HRS_HRS3_SHIFT)) & DMA_HRS_HRS3_MASK) |
HRS3 - Hardware Request Status Channel 3 0b0..A hardware service request for channel 3 is not present 0b1..A hardware service request for channel 3 is present
#define DMA_HRS_HRS30 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_HRS_HRS30_SHIFT)) & DMA_HRS_HRS30_MASK) |
HRS30 - Hardware Request Status Channel 30 0b0..A hardware service request for channel 30 is not present 0b1..A hardware service request for for channel 30 is present
#define DMA_HRS_HRS30 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_HRS_HRS30_SHIFT)) & DMA_HRS_HRS30_MASK) |
HRS30 - Hardware Request Status Channel 30 0b0..A hardware service request for channel 30 is not present 0b1..A hardware service request for for channel 30 is present
#define DMA_HRS_HRS30 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_HRS_HRS30_SHIFT)) & DMA_HRS_HRS30_MASK) |
HRS30 - Hardware Request Status Channel 30 0b0..A hardware service request for channel 30 is not present 0b1..A hardware service request for for channel 30 is present
#define DMA_HRS_HRS31 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_HRS_HRS31_SHIFT)) & DMA_HRS_HRS31_MASK) |
HRS31 - Hardware Request Status Channel 31 0b0..A hardware service request for channel 31 is not present 0b1..A hardware service request for channel 31 is present
#define DMA_HRS_HRS31 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_HRS_HRS31_SHIFT)) & DMA_HRS_HRS31_MASK) |
HRS31 - Hardware Request Status Channel 31 0b0..A hardware service request for channel 31 is not present 0b1..A hardware service request for channel 31 is present
#define DMA_HRS_HRS31 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_HRS_HRS31_SHIFT)) & DMA_HRS_HRS31_MASK) |
HRS31 - Hardware Request Status Channel 31 0b0..A hardware service request for channel 31 is not present 0b1..A hardware service request for channel 31 is present
#define DMA_HRS_HRS4 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_HRS_HRS4_SHIFT)) & DMA_HRS_HRS4_MASK) |
HRS4 - Hardware Request Status Channel 4 0b0..A hardware service request for channel 4 is not present 0b1..A hardware service request for channel 4 is present
#define DMA_HRS_HRS4 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_HRS_HRS4_SHIFT)) & DMA_HRS_HRS4_MASK) |
HRS4 - Hardware Request Status Channel 4 0b0..A hardware service request for channel 4 is not present 0b1..A hardware service request for channel 4 is present
#define DMA_HRS_HRS4 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_HRS_HRS4_SHIFT)) & DMA_HRS_HRS4_MASK) |
HRS4 - Hardware Request Status Channel 4 0b0..A hardware service request for channel 4 is not present 0b1..A hardware service request for channel 4 is present
#define DMA_HRS_HRS4 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_HRS_HRS4_SHIFT)) & DMA_HRS_HRS4_MASK) |
HRS4 - Hardware Request Status Channel 4 0b0..A hardware service request for channel 4 is not present 0b1..A hardware service request for channel 4 is present
#define DMA_HRS_HRS4 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_HRS_HRS4_SHIFT)) & DMA_HRS_HRS4_MASK) |
HRS4 - Hardware Request Status Channel 4 0b0..A hardware service request for channel 4 is not present 0b1..A hardware service request for channel 4 is present
#define DMA_HRS_HRS5 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_HRS_HRS5_SHIFT)) & DMA_HRS_HRS5_MASK) |
HRS5 - Hardware Request Status Channel 5 0b0..A hardware service request for channel 5 is not present 0b1..A hardware service request for channel 5 is present
#define DMA_HRS_HRS5 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_HRS_HRS5_SHIFT)) & DMA_HRS_HRS5_MASK) |
HRS5 - Hardware Request Status Channel 5 0b0..A hardware service request for channel 5 is not present 0b1..A hardware service request for channel 5 is present
#define DMA_HRS_HRS5 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_HRS_HRS5_SHIFT)) & DMA_HRS_HRS5_MASK) |
HRS5 - Hardware Request Status Channel 5 0b0..A hardware service request for channel 5 is not present 0b1..A hardware service request for channel 5 is present
#define DMA_HRS_HRS5 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_HRS_HRS5_SHIFT)) & DMA_HRS_HRS5_MASK) |
HRS5 - Hardware Request Status Channel 5 0b0..A hardware service request for channel 5 is not present 0b1..A hardware service request for channel 5 is present
#define DMA_HRS_HRS5 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_HRS_HRS5_SHIFT)) & DMA_HRS_HRS5_MASK) |
HRS5 - Hardware Request Status Channel 5 0b0..A hardware service request for channel 5 is not present 0b1..A hardware service request for channel 5 is present
#define DMA_HRS_HRS6 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_HRS_HRS6_SHIFT)) & DMA_HRS_HRS6_MASK) |
HRS6 - Hardware Request Status Channel 6 0b0..A hardware service request for channel 6 is not present 0b1..A hardware service request for channel 6 is present
#define DMA_HRS_HRS6 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_HRS_HRS6_SHIFT)) & DMA_HRS_HRS6_MASK) |
HRS6 - Hardware Request Status Channel 6 0b0..A hardware service request for channel 6 is not present 0b1..A hardware service request for channel 6 is present
#define DMA_HRS_HRS6 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_HRS_HRS6_SHIFT)) & DMA_HRS_HRS6_MASK) |
HRS6 - Hardware Request Status Channel 6 0b0..A hardware service request for channel 6 is not present 0b1..A hardware service request for channel 6 is present
#define DMA_HRS_HRS6 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_HRS_HRS6_SHIFT)) & DMA_HRS_HRS6_MASK) |
HRS6 - Hardware Request Status Channel 6 0b0..A hardware service request for channel 6 is not present 0b1..A hardware service request for channel 6 is present
#define DMA_HRS_HRS6 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_HRS_HRS6_SHIFT)) & DMA_HRS_HRS6_MASK) |
HRS6 - Hardware Request Status Channel 6 0b0..A hardware service request for channel 6 is not present 0b1..A hardware service request for channel 6 is present
#define DMA_HRS_HRS7 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_HRS_HRS7_SHIFT)) & DMA_HRS_HRS7_MASK) |
HRS7 - Hardware Request Status Channel 7 0b0..A hardware service request for channel 7 is not present 0b1..A hardware service request for channel 7 is present
#define DMA_HRS_HRS7 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_HRS_HRS7_SHIFT)) & DMA_HRS_HRS7_MASK) |
HRS7 - Hardware Request Status Channel 7 0b0..A hardware service request for channel 7 is not present 0b1..A hardware service request for channel 7 is present
#define DMA_HRS_HRS7 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_HRS_HRS7_SHIFT)) & DMA_HRS_HRS7_MASK) |
HRS7 - Hardware Request Status Channel 7 0b0..A hardware service request for channel 7 is not present 0b1..A hardware service request for channel 7 is present
#define DMA_HRS_HRS7 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_HRS_HRS7_SHIFT)) & DMA_HRS_HRS7_MASK) |
HRS7 - Hardware Request Status Channel 7 0b0..A hardware service request for channel 7 is not present 0b1..A hardware service request for channel 7 is present
#define DMA_HRS_HRS7 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_HRS_HRS7_SHIFT)) & DMA_HRS_HRS7_MASK) |
HRS7 - Hardware Request Status Channel 7 0b0..A hardware service request for channel 7 is not present 0b1..A hardware service request for channel 7 is present
#define DMA_HRS_HRS8 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_HRS_HRS8_SHIFT)) & DMA_HRS_HRS8_MASK) |
HRS8 - Hardware Request Status Channel 8 0b0..A hardware service request for channel 8 is not present 0b1..A hardware service request for channel 8 is present
#define DMA_HRS_HRS8 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_HRS_HRS8_SHIFT)) & DMA_HRS_HRS8_MASK) |
HRS8 - Hardware Request Status Channel 8 0b0..A hardware service request for channel 8 is not present 0b1..A hardware service request for channel 8 is present
#define DMA_HRS_HRS8 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_HRS_HRS8_SHIFT)) & DMA_HRS_HRS8_MASK) |
HRS8 - Hardware Request Status Channel 8 0b0..A hardware service request for channel 8 is not present 0b1..A hardware service request for channel 8 is present
#define DMA_HRS_HRS8 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_HRS_HRS8_SHIFT)) & DMA_HRS_HRS8_MASK) |
HRS8 - Hardware Request Status Channel 8 0b0..A hardware service request for channel 8 is not present 0b1..A hardware service request for channel 8 is present
#define DMA_HRS_HRS8 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_HRS_HRS8_SHIFT)) & DMA_HRS_HRS8_MASK) |
HRS8 - Hardware Request Status Channel 8 0b0..A hardware service request for channel 8 is not present 0b1..A hardware service request for channel 8 is present
#define DMA_HRS_HRS9 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_HRS_HRS9_SHIFT)) & DMA_HRS_HRS9_MASK) |
HRS9 - Hardware Request Status Channel 9 0b0..A hardware service request for channel 9 is not present 0b1..A hardware service request for channel 9 is present
#define DMA_HRS_HRS9 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_HRS_HRS9_SHIFT)) & DMA_HRS_HRS9_MASK) |
HRS9 - Hardware Request Status Channel 9 0b0..A hardware service request for channel 9 is not present 0b1..A hardware service request for channel 9 is present
#define DMA_HRS_HRS9 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_HRS_HRS9_SHIFT)) & DMA_HRS_HRS9_MASK) |
HRS9 - Hardware Request Status Channel 9 0b0..A hardware service request for channel 9 is not present 0b1..A hardware service request for channel 9 is present
#define DMA_HRS_HRS9 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_HRS_HRS9_SHIFT)) & DMA_HRS_HRS9_MASK) |
HRS9 - Hardware Request Status Channel 9 0b0..A hardware service request for channel 9 is not present 0b1..A hardware service request for channel 9 is present
#define DMA_HRS_HRS9 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_HRS_HRS9_SHIFT)) & DMA_HRS_HRS9_MASK) |
HRS9 - Hardware Request Status Channel 9 0b0..A hardware service request for channel 9 is not present 0b1..A hardware service request for channel 9 is present
#define DMA_INT_INT0 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_INT_INT0_SHIFT)) & DMA_INT_INT0_MASK) |
INT0 - Interrupt Request 0 0b0..The interrupt request for corresponding channel is cleared 0b1..The interrupt request for corresponding channel is active
#define DMA_INT_INT0 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_INT_INT0_SHIFT)) & DMA_INT_INT0_MASK) |
INT0 - Interrupt Request 0 0b0..The interrupt request for corresponding channel is cleared 0b1..The interrupt request for corresponding channel is active
#define DMA_INT_INT0 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_INT_INT0_SHIFT)) & DMA_INT_INT0_MASK) |
INT0 - Interrupt Request 0 0b0..The interrupt request for corresponding channel is cleared 0b1..The interrupt request for corresponding channel is active
#define DMA_INT_INT0 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_INT_INT0_SHIFT)) & DMA_INT_INT0_MASK) |
INT0 - Interrupt Request 0 0b0..The interrupt request for corresponding channel is cleared 0b1..The interrupt request for corresponding channel is active
#define DMA_INT_INT0 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_INT_INT0_SHIFT)) & DMA_INT_INT0_MASK) |
INT0 - Interrupt Request 0 0b0..The interrupt request for corresponding channel is cleared 0b1..The interrupt request for corresponding channel is active
#define DMA_INT_INT1 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_INT_INT1_SHIFT)) & DMA_INT_INT1_MASK) |
INT1 - Interrupt Request 1 0b0..The interrupt request for corresponding channel is cleared 0b1..The interrupt request for corresponding channel is active
#define DMA_INT_INT1 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_INT_INT1_SHIFT)) & DMA_INT_INT1_MASK) |
INT1 - Interrupt Request 1 0b0..The interrupt request for corresponding channel is cleared 0b1..The interrupt request for corresponding channel is active
#define DMA_INT_INT1 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_INT_INT1_SHIFT)) & DMA_INT_INT1_MASK) |
INT1 - Interrupt Request 1 0b0..The interrupt request for corresponding channel is cleared 0b1..The interrupt request for corresponding channel is active
#define DMA_INT_INT1 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_INT_INT1_SHIFT)) & DMA_INT_INT1_MASK) |
INT1 - Interrupt Request 1 0b0..The interrupt request for corresponding channel is cleared 0b1..The interrupt request for corresponding channel is active
#define DMA_INT_INT1 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_INT_INT1_SHIFT)) & DMA_INT_INT1_MASK) |
INT1 - Interrupt Request 1 0b0..The interrupt request for corresponding channel is cleared 0b1..The interrupt request for corresponding channel is active
#define DMA_INT_INT10 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_INT_INT10_SHIFT)) & DMA_INT_INT10_MASK) |
INT10 - Interrupt Request 10 0b0..The interrupt request for corresponding channel is cleared 0b1..The interrupt request for corresponding channel is active
#define DMA_INT_INT10 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_INT_INT10_SHIFT)) & DMA_INT_INT10_MASK) |
INT10 - Interrupt Request 10 0b0..The interrupt request for corresponding channel is cleared 0b1..The interrupt request for corresponding channel is active
#define DMA_INT_INT10 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_INT_INT10_SHIFT)) & DMA_INT_INT10_MASK) |
INT10 - Interrupt Request 10 0b0..The interrupt request for corresponding channel is cleared 0b1..The interrupt request for corresponding channel is active
#define DMA_INT_INT10 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_INT_INT10_SHIFT)) & DMA_INT_INT10_MASK) |
INT10 - Interrupt Request 10 0b0..The interrupt request for corresponding channel is cleared 0b1..The interrupt request for corresponding channel is active
#define DMA_INT_INT10 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_INT_INT10_SHIFT)) & DMA_INT_INT10_MASK) |
INT10 - Interrupt Request 10 0b0..The interrupt request for corresponding channel is cleared 0b1..The interrupt request for corresponding channel is active
#define DMA_INT_INT11 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_INT_INT11_SHIFT)) & DMA_INT_INT11_MASK) |
INT11 - Interrupt Request 11 0b0..The interrupt request for corresponding channel is cleared 0b1..The interrupt request for corresponding channel is active
#define DMA_INT_INT11 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_INT_INT11_SHIFT)) & DMA_INT_INT11_MASK) |
INT11 - Interrupt Request 11 0b0..The interrupt request for corresponding channel is cleared 0b1..The interrupt request for corresponding channel is active
#define DMA_INT_INT11 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_INT_INT11_SHIFT)) & DMA_INT_INT11_MASK) |
INT11 - Interrupt Request 11 0b0..The interrupt request for corresponding channel is cleared 0b1..The interrupt request for corresponding channel is active
#define DMA_INT_INT11 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_INT_INT11_SHIFT)) & DMA_INT_INT11_MASK) |
INT11 - Interrupt Request 11 0b0..The interrupt request for corresponding channel is cleared 0b1..The interrupt request for corresponding channel is active
#define DMA_INT_INT11 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_INT_INT11_SHIFT)) & DMA_INT_INT11_MASK) |
INT11 - Interrupt Request 11 0b0..The interrupt request for corresponding channel is cleared 0b1..The interrupt request for corresponding channel is active
#define DMA_INT_INT12 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_INT_INT12_SHIFT)) & DMA_INT_INT12_MASK) |
INT12 - Interrupt Request 12 0b0..The interrupt request for corresponding channel is cleared 0b1..The interrupt request for corresponding channel is active
#define DMA_INT_INT12 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_INT_INT12_SHIFT)) & DMA_INT_INT12_MASK) |
INT12 - Interrupt Request 12 0b0..The interrupt request for corresponding channel is cleared 0b1..The interrupt request for corresponding channel is active
#define DMA_INT_INT12 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_INT_INT12_SHIFT)) & DMA_INT_INT12_MASK) |
INT12 - Interrupt Request 12 0b0..The interrupt request for corresponding channel is cleared 0b1..The interrupt request for corresponding channel is active
#define DMA_INT_INT12 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_INT_INT12_SHIFT)) & DMA_INT_INT12_MASK) |
INT12 - Interrupt Request 12 0b0..The interrupt request for corresponding channel is cleared 0b1..The interrupt request for corresponding channel is active
#define DMA_INT_INT12 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_INT_INT12_SHIFT)) & DMA_INT_INT12_MASK) |
INT12 - Interrupt Request 12 0b0..The interrupt request for corresponding channel is cleared 0b1..The interrupt request for corresponding channel is active
#define DMA_INT_INT13 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_INT_INT13_SHIFT)) & DMA_INT_INT13_MASK) |
INT13 - Interrupt Request 13 0b0..The interrupt request for corresponding channel is cleared 0b1..The interrupt request for corresponding channel is active
#define DMA_INT_INT13 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_INT_INT13_SHIFT)) & DMA_INT_INT13_MASK) |
INT13 - Interrupt Request 13 0b0..The interrupt request for corresponding channel is cleared 0b1..The interrupt request for corresponding channel is active
#define DMA_INT_INT13 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_INT_INT13_SHIFT)) & DMA_INT_INT13_MASK) |
INT13 - Interrupt Request 13 0b0..The interrupt request for corresponding channel is cleared 0b1..The interrupt request for corresponding channel is active
#define DMA_INT_INT13 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_INT_INT13_SHIFT)) & DMA_INT_INT13_MASK) |
INT13 - Interrupt Request 13 0b0..The interrupt request for corresponding channel is cleared 0b1..The interrupt request for corresponding channel is active
#define DMA_INT_INT13 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_INT_INT13_SHIFT)) & DMA_INT_INT13_MASK) |
INT13 - Interrupt Request 13 0b0..The interrupt request for corresponding channel is cleared 0b1..The interrupt request for corresponding channel is active
#define DMA_INT_INT14 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_INT_INT14_SHIFT)) & DMA_INT_INT14_MASK) |
INT14 - Interrupt Request 14 0b0..The interrupt request for corresponding channel is cleared 0b1..The interrupt request for corresponding channel is active
#define DMA_INT_INT14 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_INT_INT14_SHIFT)) & DMA_INT_INT14_MASK) |
INT14 - Interrupt Request 14 0b0..The interrupt request for corresponding channel is cleared 0b1..The interrupt request for corresponding channel is active
#define DMA_INT_INT14 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_INT_INT14_SHIFT)) & DMA_INT_INT14_MASK) |
INT14 - Interrupt Request 14 0b0..The interrupt request for corresponding channel is cleared 0b1..The interrupt request for corresponding channel is active
#define DMA_INT_INT14 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_INT_INT14_SHIFT)) & DMA_INT_INT14_MASK) |
INT14 - Interrupt Request 14 0b0..The interrupt request for corresponding channel is cleared 0b1..The interrupt request for corresponding channel is active
#define DMA_INT_INT14 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_INT_INT14_SHIFT)) & DMA_INT_INT14_MASK) |
INT14 - Interrupt Request 14 0b0..The interrupt request for corresponding channel is cleared 0b1..The interrupt request for corresponding channel is active
#define DMA_INT_INT15 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_INT_INT15_SHIFT)) & DMA_INT_INT15_MASK) |
INT15 - Interrupt Request 15 0b0..The interrupt request for corresponding channel is cleared 0b1..The interrupt request for corresponding channel is active
#define DMA_INT_INT15 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_INT_INT15_SHIFT)) & DMA_INT_INT15_MASK) |
INT15 - Interrupt Request 15 0b0..The interrupt request for corresponding channel is cleared 0b1..The interrupt request for corresponding channel is active
#define DMA_INT_INT15 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_INT_INT15_SHIFT)) & DMA_INT_INT15_MASK) |
INT15 - Interrupt Request 15 0b0..The interrupt request for corresponding channel is cleared 0b1..The interrupt request for corresponding channel is active
#define DMA_INT_INT15 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_INT_INT15_SHIFT)) & DMA_INT_INT15_MASK) |
INT15 - Interrupt Request 15 0b0..The interrupt request for corresponding channel is cleared 0b1..The interrupt request for corresponding channel is active
#define DMA_INT_INT15 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_INT_INT15_SHIFT)) & DMA_INT_INT15_MASK) |
INT15 - Interrupt Request 15 0b0..The interrupt request for corresponding channel is cleared 0b1..The interrupt request for corresponding channel is active
#define DMA_INT_INT16 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_INT_INT16_SHIFT)) & DMA_INT_INT16_MASK) |
INT16 - Interrupt Request 16 0b0..The interrupt request for corresponding channel is cleared 0b1..The interrupt request for corresponding channel is active
#define DMA_INT_INT16 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_INT_INT16_SHIFT)) & DMA_INT_INT16_MASK) |
INT16 - Interrupt Request 16 0b0..The interrupt request for corresponding channel is cleared 0b1..The interrupt request for corresponding channel is active
#define DMA_INT_INT16 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_INT_INT16_SHIFT)) & DMA_INT_INT16_MASK) |
INT16 - Interrupt Request 16 0b0..The interrupt request for corresponding channel is cleared 0b1..The interrupt request for corresponding channel is active
#define DMA_INT_INT17 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_INT_INT17_SHIFT)) & DMA_INT_INT17_MASK) |
INT17 - Interrupt Request 17 0b0..The interrupt request for corresponding channel is cleared 0b1..The interrupt request for corresponding channel is active
#define DMA_INT_INT17 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_INT_INT17_SHIFT)) & DMA_INT_INT17_MASK) |
INT17 - Interrupt Request 17 0b0..The interrupt request for corresponding channel is cleared 0b1..The interrupt request for corresponding channel is active
#define DMA_INT_INT17 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_INT_INT17_SHIFT)) & DMA_INT_INT17_MASK) |
INT17 - Interrupt Request 17 0b0..The interrupt request for corresponding channel is cleared 0b1..The interrupt request for corresponding channel is active
#define DMA_INT_INT18 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_INT_INT18_SHIFT)) & DMA_INT_INT18_MASK) |
INT18 - Interrupt Request 18 0b0..The interrupt request for corresponding channel is cleared 0b1..The interrupt request for corresponding channel is active
#define DMA_INT_INT18 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_INT_INT18_SHIFT)) & DMA_INT_INT18_MASK) |
INT18 - Interrupt Request 18 0b0..The interrupt request for corresponding channel is cleared 0b1..The interrupt request for corresponding channel is active
#define DMA_INT_INT18 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_INT_INT18_SHIFT)) & DMA_INT_INT18_MASK) |
INT18 - Interrupt Request 18 0b0..The interrupt request for corresponding channel is cleared 0b1..The interrupt request for corresponding channel is active
#define DMA_INT_INT19 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_INT_INT19_SHIFT)) & DMA_INT_INT19_MASK) |
INT19 - Interrupt Request 19 0b0..The interrupt request for corresponding channel is cleared 0b1..The interrupt request for corresponding channel is active
#define DMA_INT_INT19 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_INT_INT19_SHIFT)) & DMA_INT_INT19_MASK) |
INT19 - Interrupt Request 19 0b0..The interrupt request for corresponding channel is cleared 0b1..The interrupt request for corresponding channel is active
#define DMA_INT_INT19 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_INT_INT19_SHIFT)) & DMA_INT_INT19_MASK) |
INT19 - Interrupt Request 19 0b0..The interrupt request for corresponding channel is cleared 0b1..The interrupt request for corresponding channel is active
#define DMA_INT_INT2 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_INT_INT2_SHIFT)) & DMA_INT_INT2_MASK) |
INT2 - Interrupt Request 2 0b0..The interrupt request for corresponding channel is cleared 0b1..The interrupt request for corresponding channel is active
#define DMA_INT_INT2 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_INT_INT2_SHIFT)) & DMA_INT_INT2_MASK) |
INT2 - Interrupt Request 2 0b0..The interrupt request for corresponding channel is cleared 0b1..The interrupt request for corresponding channel is active
#define DMA_INT_INT2 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_INT_INT2_SHIFT)) & DMA_INT_INT2_MASK) |
INT2 - Interrupt Request 2 0b0..The interrupt request for corresponding channel is cleared 0b1..The interrupt request for corresponding channel is active
#define DMA_INT_INT2 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_INT_INT2_SHIFT)) & DMA_INT_INT2_MASK) |
INT2 - Interrupt Request 2 0b0..The interrupt request for corresponding channel is cleared 0b1..The interrupt request for corresponding channel is active
#define DMA_INT_INT2 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_INT_INT2_SHIFT)) & DMA_INT_INT2_MASK) |
INT2 - Interrupt Request 2 0b0..The interrupt request for corresponding channel is cleared 0b1..The interrupt request for corresponding channel is active
#define DMA_INT_INT20 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_INT_INT20_SHIFT)) & DMA_INT_INT20_MASK) |
INT20 - Interrupt Request 20 0b0..The interrupt request for corresponding channel is cleared 0b1..The interrupt request for corresponding channel is active
#define DMA_INT_INT20 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_INT_INT20_SHIFT)) & DMA_INT_INT20_MASK) |
INT20 - Interrupt Request 20 0b0..The interrupt request for corresponding channel is cleared 0b1..The interrupt request for corresponding channel is active
#define DMA_INT_INT20 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_INT_INT20_SHIFT)) & DMA_INT_INT20_MASK) |
INT20 - Interrupt Request 20 0b0..The interrupt request for corresponding channel is cleared 0b1..The interrupt request for corresponding channel is active
#define DMA_INT_INT21 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_INT_INT21_SHIFT)) & DMA_INT_INT21_MASK) |
INT21 - Interrupt Request 21 0b0..The interrupt request for corresponding channel is cleared 0b1..The interrupt request for corresponding channel is active
#define DMA_INT_INT21 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_INT_INT21_SHIFT)) & DMA_INT_INT21_MASK) |
INT21 - Interrupt Request 21 0b0..The interrupt request for corresponding channel is cleared 0b1..The interrupt request for corresponding channel is active
#define DMA_INT_INT21 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_INT_INT21_SHIFT)) & DMA_INT_INT21_MASK) |
INT21 - Interrupt Request 21 0b0..The interrupt request for corresponding channel is cleared 0b1..The interrupt request for corresponding channel is active
#define DMA_INT_INT22 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_INT_INT22_SHIFT)) & DMA_INT_INT22_MASK) |
INT22 - Interrupt Request 22 0b0..The interrupt request for corresponding channel is cleared 0b1..The interrupt request for corresponding channel is active
#define DMA_INT_INT22 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_INT_INT22_SHIFT)) & DMA_INT_INT22_MASK) |
INT22 - Interrupt Request 22 0b0..The interrupt request for corresponding channel is cleared 0b1..The interrupt request for corresponding channel is active
#define DMA_INT_INT22 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_INT_INT22_SHIFT)) & DMA_INT_INT22_MASK) |
INT22 - Interrupt Request 22 0b0..The interrupt request for corresponding channel is cleared 0b1..The interrupt request for corresponding channel is active
#define DMA_INT_INT23 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_INT_INT23_SHIFT)) & DMA_INT_INT23_MASK) |
INT23 - Interrupt Request 23 0b0..The interrupt request for corresponding channel is cleared 0b1..The interrupt request for corresponding channel is active
#define DMA_INT_INT23 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_INT_INT23_SHIFT)) & DMA_INT_INT23_MASK) |
INT23 - Interrupt Request 23 0b0..The interrupt request for corresponding channel is cleared 0b1..The interrupt request for corresponding channel is active
#define DMA_INT_INT23 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_INT_INT23_SHIFT)) & DMA_INT_INT23_MASK) |
INT23 - Interrupt Request 23 0b0..The interrupt request for corresponding channel is cleared 0b1..The interrupt request for corresponding channel is active
#define DMA_INT_INT24 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_INT_INT24_SHIFT)) & DMA_INT_INT24_MASK) |
INT24 - Interrupt Request 24 0b0..The interrupt request for corresponding channel is cleared 0b1..The interrupt request for corresponding channel is active
#define DMA_INT_INT24 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_INT_INT24_SHIFT)) & DMA_INT_INT24_MASK) |
INT24 - Interrupt Request 24 0b0..The interrupt request for corresponding channel is cleared 0b1..The interrupt request for corresponding channel is active
#define DMA_INT_INT24 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_INT_INT24_SHIFT)) & DMA_INT_INT24_MASK) |
INT24 - Interrupt Request 24 0b0..The interrupt request for corresponding channel is cleared 0b1..The interrupt request for corresponding channel is active
#define DMA_INT_INT25 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_INT_INT25_SHIFT)) & DMA_INT_INT25_MASK) |
INT25 - Interrupt Request 25 0b0..The interrupt request for corresponding channel is cleared 0b1..The interrupt request for corresponding channel is active
#define DMA_INT_INT25 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_INT_INT25_SHIFT)) & DMA_INT_INT25_MASK) |
INT25 - Interrupt Request 25 0b0..The interrupt request for corresponding channel is cleared 0b1..The interrupt request for corresponding channel is active
#define DMA_INT_INT25 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_INT_INT25_SHIFT)) & DMA_INT_INT25_MASK) |
INT25 - Interrupt Request 25 0b0..The interrupt request for corresponding channel is cleared 0b1..The interrupt request for corresponding channel is active
#define DMA_INT_INT26 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_INT_INT26_SHIFT)) & DMA_INT_INT26_MASK) |
INT26 - Interrupt Request 26 0b0..The interrupt request for corresponding channel is cleared 0b1..The interrupt request for corresponding channel is active
#define DMA_INT_INT26 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_INT_INT26_SHIFT)) & DMA_INT_INT26_MASK) |
INT26 - Interrupt Request 26 0b0..The interrupt request for corresponding channel is cleared 0b1..The interrupt request for corresponding channel is active
#define DMA_INT_INT26 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_INT_INT26_SHIFT)) & DMA_INT_INT26_MASK) |
INT26 - Interrupt Request 26 0b0..The interrupt request for corresponding channel is cleared 0b1..The interrupt request for corresponding channel is active
#define DMA_INT_INT27 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_INT_INT27_SHIFT)) & DMA_INT_INT27_MASK) |
INT27 - Interrupt Request 27 0b0..The interrupt request for corresponding channel is cleared 0b1..The interrupt request for corresponding channel is active
#define DMA_INT_INT27 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_INT_INT27_SHIFT)) & DMA_INT_INT27_MASK) |
INT27 - Interrupt Request 27 0b0..The interrupt request for corresponding channel is cleared 0b1..The interrupt request for corresponding channel is active
#define DMA_INT_INT27 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_INT_INT27_SHIFT)) & DMA_INT_INT27_MASK) |
INT27 - Interrupt Request 27 0b0..The interrupt request for corresponding channel is cleared 0b1..The interrupt request for corresponding channel is active
#define DMA_INT_INT28 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_INT_INT28_SHIFT)) & DMA_INT_INT28_MASK) |
INT28 - Interrupt Request 28 0b0..The interrupt request for corresponding channel is cleared 0b1..The interrupt request for corresponding channel is active
#define DMA_INT_INT28 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_INT_INT28_SHIFT)) & DMA_INT_INT28_MASK) |
INT28 - Interrupt Request 28 0b0..The interrupt request for corresponding channel is cleared 0b1..The interrupt request for corresponding channel is active
#define DMA_INT_INT28 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_INT_INT28_SHIFT)) & DMA_INT_INT28_MASK) |
INT28 - Interrupt Request 28 0b0..The interrupt request for corresponding channel is cleared 0b1..The interrupt request for corresponding channel is active
#define DMA_INT_INT29 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_INT_INT29_SHIFT)) & DMA_INT_INT29_MASK) |
INT29 - Interrupt Request 29 0b0..The interrupt request for corresponding channel is cleared 0b1..The interrupt request for corresponding channel is active
#define DMA_INT_INT29 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_INT_INT29_SHIFT)) & DMA_INT_INT29_MASK) |
INT29 - Interrupt Request 29 0b0..The interrupt request for corresponding channel is cleared 0b1..The interrupt request for corresponding channel is active
#define DMA_INT_INT29 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_INT_INT29_SHIFT)) & DMA_INT_INT29_MASK) |
INT29 - Interrupt Request 29 0b0..The interrupt request for corresponding channel is cleared 0b1..The interrupt request for corresponding channel is active
#define DMA_INT_INT3 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_INT_INT3_SHIFT)) & DMA_INT_INT3_MASK) |
INT3 - Interrupt Request 3 0b0..The interrupt request for corresponding channel is cleared 0b1..The interrupt request for corresponding channel is active
#define DMA_INT_INT3 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_INT_INT3_SHIFT)) & DMA_INT_INT3_MASK) |
INT3 - Interrupt Request 3 0b0..The interrupt request for corresponding channel is cleared 0b1..The interrupt request for corresponding channel is active
#define DMA_INT_INT3 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_INT_INT3_SHIFT)) & DMA_INT_INT3_MASK) |
INT3 - Interrupt Request 3 0b0..The interrupt request for corresponding channel is cleared 0b1..The interrupt request for corresponding channel is active
#define DMA_INT_INT3 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_INT_INT3_SHIFT)) & DMA_INT_INT3_MASK) |
INT3 - Interrupt Request 3 0b0..The interrupt request for corresponding channel is cleared 0b1..The interrupt request for corresponding channel is active
#define DMA_INT_INT3 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_INT_INT3_SHIFT)) & DMA_INT_INT3_MASK) |
INT3 - Interrupt Request 3 0b0..The interrupt request for corresponding channel is cleared 0b1..The interrupt request for corresponding channel is active
#define DMA_INT_INT30 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_INT_INT30_SHIFT)) & DMA_INT_INT30_MASK) |
INT30 - Interrupt Request 30 0b0..The interrupt request for corresponding channel is cleared 0b1..The interrupt request for corresponding channel is active
#define DMA_INT_INT30 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_INT_INT30_SHIFT)) & DMA_INT_INT30_MASK) |
INT30 - Interrupt Request 30 0b0..The interrupt request for corresponding channel is cleared 0b1..The interrupt request for corresponding channel is active
#define DMA_INT_INT30 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_INT_INT30_SHIFT)) & DMA_INT_INT30_MASK) |
INT30 - Interrupt Request 30 0b0..The interrupt request for corresponding channel is cleared 0b1..The interrupt request for corresponding channel is active
#define DMA_INT_INT31 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_INT_INT31_SHIFT)) & DMA_INT_INT31_MASK) |
INT31 - Interrupt Request 31 0b0..The interrupt request for corresponding channel is cleared 0b1..The interrupt request for corresponding channel is active
#define DMA_INT_INT31 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_INT_INT31_SHIFT)) & DMA_INT_INT31_MASK) |
INT31 - Interrupt Request 31 0b0..The interrupt request for corresponding channel is cleared 0b1..The interrupt request for corresponding channel is active
#define DMA_INT_INT31 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_INT_INT31_SHIFT)) & DMA_INT_INT31_MASK) |
INT31 - Interrupt Request 31 0b0..The interrupt request for corresponding channel is cleared 0b1..The interrupt request for corresponding channel is active
#define DMA_INT_INT4 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_INT_INT4_SHIFT)) & DMA_INT_INT4_MASK) |
INT4 - Interrupt Request 4 0b0..The interrupt request for corresponding channel is cleared 0b1..The interrupt request for corresponding channel is active
#define DMA_INT_INT4 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_INT_INT4_SHIFT)) & DMA_INT_INT4_MASK) |
INT4 - Interrupt Request 4 0b0..The interrupt request for corresponding channel is cleared 0b1..The interrupt request for corresponding channel is active
#define DMA_INT_INT4 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_INT_INT4_SHIFT)) & DMA_INT_INT4_MASK) |
INT4 - Interrupt Request 4 0b0..The interrupt request for corresponding channel is cleared 0b1..The interrupt request for corresponding channel is active
#define DMA_INT_INT4 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_INT_INT4_SHIFT)) & DMA_INT_INT4_MASK) |
INT4 - Interrupt Request 4 0b0..The interrupt request for corresponding channel is cleared 0b1..The interrupt request for corresponding channel is active
#define DMA_INT_INT4 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_INT_INT4_SHIFT)) & DMA_INT_INT4_MASK) |
INT4 - Interrupt Request 4 0b0..The interrupt request for corresponding channel is cleared 0b1..The interrupt request for corresponding channel is active
#define DMA_INT_INT5 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_INT_INT5_SHIFT)) & DMA_INT_INT5_MASK) |
INT5 - Interrupt Request 5 0b0..The interrupt request for corresponding channel is cleared 0b1..The interrupt request for corresponding channel is active
#define DMA_INT_INT5 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_INT_INT5_SHIFT)) & DMA_INT_INT5_MASK) |
INT5 - Interrupt Request 5 0b0..The interrupt request for corresponding channel is cleared 0b1..The interrupt request for corresponding channel is active
#define DMA_INT_INT5 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_INT_INT5_SHIFT)) & DMA_INT_INT5_MASK) |
INT5 - Interrupt Request 5 0b0..The interrupt request for corresponding channel is cleared 0b1..The interrupt request for corresponding channel is active
#define DMA_INT_INT5 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_INT_INT5_SHIFT)) & DMA_INT_INT5_MASK) |
INT5 - Interrupt Request 5 0b0..The interrupt request for corresponding channel is cleared 0b1..The interrupt request for corresponding channel is active
#define DMA_INT_INT5 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_INT_INT5_SHIFT)) & DMA_INT_INT5_MASK) |
INT5 - Interrupt Request 5 0b0..The interrupt request for corresponding channel is cleared 0b1..The interrupt request for corresponding channel is active
#define DMA_INT_INT6 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_INT_INT6_SHIFT)) & DMA_INT_INT6_MASK) |
INT6 - Interrupt Request 6 0b0..The interrupt request for corresponding channel is cleared 0b1..The interrupt request for corresponding channel is active
#define DMA_INT_INT6 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_INT_INT6_SHIFT)) & DMA_INT_INT6_MASK) |
INT6 - Interrupt Request 6 0b0..The interrupt request for corresponding channel is cleared 0b1..The interrupt request for corresponding channel is active
#define DMA_INT_INT6 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_INT_INT6_SHIFT)) & DMA_INT_INT6_MASK) |
INT6 - Interrupt Request 6 0b0..The interrupt request for corresponding channel is cleared 0b1..The interrupt request for corresponding channel is active
#define DMA_INT_INT6 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_INT_INT6_SHIFT)) & DMA_INT_INT6_MASK) |
INT6 - Interrupt Request 6 0b0..The interrupt request for corresponding channel is cleared 0b1..The interrupt request for corresponding channel is active
#define DMA_INT_INT6 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_INT_INT6_SHIFT)) & DMA_INT_INT6_MASK) |
INT6 - Interrupt Request 6 0b0..The interrupt request for corresponding channel is cleared 0b1..The interrupt request for corresponding channel is active
#define DMA_INT_INT7 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_INT_INT7_SHIFT)) & DMA_INT_INT7_MASK) |
INT7 - Interrupt Request 7 0b0..The interrupt request for corresponding channel is cleared 0b1..The interrupt request for corresponding channel is active
#define DMA_INT_INT7 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_INT_INT7_SHIFT)) & DMA_INT_INT7_MASK) |
INT7 - Interrupt Request 7 0b0..The interrupt request for corresponding channel is cleared 0b1..The interrupt request for corresponding channel is active
#define DMA_INT_INT7 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_INT_INT7_SHIFT)) & DMA_INT_INT7_MASK) |
INT7 - Interrupt Request 7 0b0..The interrupt request for corresponding channel is cleared 0b1..The interrupt request for corresponding channel is active
#define DMA_INT_INT7 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_INT_INT7_SHIFT)) & DMA_INT_INT7_MASK) |
INT7 - Interrupt Request 7 0b0..The interrupt request for corresponding channel is cleared 0b1..The interrupt request for corresponding channel is active
#define DMA_INT_INT7 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_INT_INT7_SHIFT)) & DMA_INT_INT7_MASK) |
INT7 - Interrupt Request 7 0b0..The interrupt request for corresponding channel is cleared 0b1..The interrupt request for corresponding channel is active
#define DMA_INT_INT8 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_INT_INT8_SHIFT)) & DMA_INT_INT8_MASK) |
INT8 - Interrupt Request 8 0b0..The interrupt request for corresponding channel is cleared 0b1..The interrupt request for corresponding channel is active
#define DMA_INT_INT8 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_INT_INT8_SHIFT)) & DMA_INT_INT8_MASK) |
INT8 - Interrupt Request 8 0b0..The interrupt request for corresponding channel is cleared 0b1..The interrupt request for corresponding channel is active
#define DMA_INT_INT8 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_INT_INT8_SHIFT)) & DMA_INT_INT8_MASK) |
INT8 - Interrupt Request 8 0b0..The interrupt request for corresponding channel is cleared 0b1..The interrupt request for corresponding channel is active
#define DMA_INT_INT8 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_INT_INT8_SHIFT)) & DMA_INT_INT8_MASK) |
INT8 - Interrupt Request 8 0b0..The interrupt request for corresponding channel is cleared 0b1..The interrupt request for corresponding channel is active
#define DMA_INT_INT8 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_INT_INT8_SHIFT)) & DMA_INT_INT8_MASK) |
INT8 - Interrupt Request 8 0b0..The interrupt request for corresponding channel is cleared 0b1..The interrupt request for corresponding channel is active
#define DMA_INT_INT9 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_INT_INT9_SHIFT)) & DMA_INT_INT9_MASK) |
INT9 - Interrupt Request 9 0b0..The interrupt request for corresponding channel is cleared 0b1..The interrupt request for corresponding channel is active
#define DMA_INT_INT9 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_INT_INT9_SHIFT)) & DMA_INT_INT9_MASK) |
INT9 - Interrupt Request 9 0b0..The interrupt request for corresponding channel is cleared 0b1..The interrupt request for corresponding channel is active
#define DMA_INT_INT9 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_INT_INT9_SHIFT)) & DMA_INT_INT9_MASK) |
INT9 - Interrupt Request 9 0b0..The interrupt request for corresponding channel is cleared 0b1..The interrupt request for corresponding channel is active
#define DMA_INT_INT9 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_INT_INT9_SHIFT)) & DMA_INT_INT9_MASK) |
INT9 - Interrupt Request 9 0b0..The interrupt request for corresponding channel is cleared 0b1..The interrupt request for corresponding channel is active
#define DMA_INT_INT9 | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_INT_INT9_SHIFT)) & DMA_INT_INT9_MASK) |
INT9 - Interrupt Request 9 0b0..The interrupt request for corresponding channel is cleared 0b1..The interrupt request for corresponding channel is active
#define DMA_NBYTES_MLOFFNO_DMLOE | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_NBYTES_MLOFFNO_DMLOE_SHIFT)) & DMA_NBYTES_MLOFFNO_DMLOE_MASK) |
DMLOE - Destination Minor Loop Offset enable 0b0..The minor loop offset is not applied to the DADDR 0b1..The minor loop offset is applied to the DADDR
#define DMA_NBYTES_MLOFFNO_DMLOE | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_NBYTES_MLOFFNO_DMLOE_SHIFT)) & DMA_NBYTES_MLOFFNO_DMLOE_MASK) |
DMLOE - Destination Minor Loop Offset enable 0b0..The minor loop offset is not applied to the DADDR 0b1..The minor loop offset is applied to the DADDR
#define DMA_NBYTES_MLOFFNO_DMLOE | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_NBYTES_MLOFFNO_DMLOE_SHIFT)) & DMA_NBYTES_MLOFFNO_DMLOE_MASK) |
DMLOE - Destination Minor Loop Offset enable 0b0..The minor loop offset is not applied to the DADDR 0b1..The minor loop offset is applied to the DADDR
#define DMA_NBYTES_MLOFFNO_DMLOE | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_NBYTES_MLOFFNO_DMLOE_SHIFT)) & DMA_NBYTES_MLOFFNO_DMLOE_MASK) |
DMLOE - Destination Minor Loop Offset enable 0b0..The minor loop offset is not applied to the DADDR 0b1..The minor loop offset is applied to the DADDR
#define DMA_NBYTES_MLOFFNO_DMLOE | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_NBYTES_MLOFFNO_DMLOE_SHIFT)) & DMA_NBYTES_MLOFFNO_DMLOE_MASK) |
DMLOE - Destination Minor Loop Offset enable 0b0..The minor loop offset is not applied to the DADDR 0b1..The minor loop offset is applied to the DADDR
#define DMA_NBYTES_MLOFFNO_SMLOE | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_NBYTES_MLOFFNO_SMLOE_SHIFT)) & DMA_NBYTES_MLOFFNO_SMLOE_MASK) |
SMLOE - Source Minor Loop Offset Enable 0b0..The minor loop offset is not applied to the SADDR 0b1..The minor loop offset is applied to the SADDR
#define DMA_NBYTES_MLOFFNO_SMLOE | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_NBYTES_MLOFFNO_SMLOE_SHIFT)) & DMA_NBYTES_MLOFFNO_SMLOE_MASK) |
SMLOE - Source Minor Loop Offset Enable 0b0..The minor loop offset is not applied to the SADDR 0b1..The minor loop offset is applied to the SADDR
#define DMA_NBYTES_MLOFFNO_SMLOE | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_NBYTES_MLOFFNO_SMLOE_SHIFT)) & DMA_NBYTES_MLOFFNO_SMLOE_MASK) |
SMLOE - Source Minor Loop Offset Enable 0b0..The minor loop offset is not applied to the SADDR 0b1..The minor loop offset is applied to the SADDR
#define DMA_NBYTES_MLOFFNO_SMLOE | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_NBYTES_MLOFFNO_SMLOE_SHIFT)) & DMA_NBYTES_MLOFFNO_SMLOE_MASK) |
SMLOE - Source Minor Loop Offset Enable 0b0..The minor loop offset is not applied to the SADDR 0b1..The minor loop offset is applied to the SADDR
#define DMA_NBYTES_MLOFFNO_SMLOE | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_NBYTES_MLOFFNO_SMLOE_SHIFT)) & DMA_NBYTES_MLOFFNO_SMLOE_MASK) |
SMLOE - Source Minor Loop Offset Enable 0b0..The minor loop offset is not applied to the SADDR 0b1..The minor loop offset is applied to the SADDR
#define DMA_NBYTES_MLOFFYES_DMLOE | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_NBYTES_MLOFFYES_DMLOE_SHIFT)) & DMA_NBYTES_MLOFFYES_DMLOE_MASK) |
DMLOE - Destination Minor Loop Offset enable 0b0..The minor loop offset is not applied to the DADDR 0b1..The minor loop offset is applied to the DADDR
#define DMA_NBYTES_MLOFFYES_DMLOE | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_NBYTES_MLOFFYES_DMLOE_SHIFT)) & DMA_NBYTES_MLOFFYES_DMLOE_MASK) |
DMLOE - Destination Minor Loop Offset enable 0b0..The minor loop offset is not applied to the DADDR 0b1..The minor loop offset is applied to the DADDR
#define DMA_NBYTES_MLOFFYES_DMLOE | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_NBYTES_MLOFFYES_DMLOE_SHIFT)) & DMA_NBYTES_MLOFFYES_DMLOE_MASK) |
DMLOE - Destination Minor Loop Offset enable 0b0..The minor loop offset is not applied to the DADDR 0b1..The minor loop offset is applied to the DADDR
#define DMA_NBYTES_MLOFFYES_DMLOE | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_NBYTES_MLOFFYES_DMLOE_SHIFT)) & DMA_NBYTES_MLOFFYES_DMLOE_MASK) |
DMLOE - Destination Minor Loop Offset enable 0b0..The minor loop offset is not applied to the DADDR 0b1..The minor loop offset is applied to the DADDR
#define DMA_NBYTES_MLOFFYES_DMLOE | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_NBYTES_MLOFFYES_DMLOE_SHIFT)) & DMA_NBYTES_MLOFFYES_DMLOE_MASK) |
DMLOE - Destination Minor Loop Offset enable 0b0..The minor loop offset is not applied to the DADDR 0b1..The minor loop offset is applied to the DADDR
#define DMA_NBYTES_MLOFFYES_SMLOE | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_NBYTES_MLOFFYES_SMLOE_SHIFT)) & DMA_NBYTES_MLOFFYES_SMLOE_MASK) |
SMLOE - Source Minor Loop Offset Enable 0b0..The minor loop offset is not applied to the SADDR 0b1..The minor loop offset is applied to the SADDR
#define DMA_NBYTES_MLOFFYES_SMLOE | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_NBYTES_MLOFFYES_SMLOE_SHIFT)) & DMA_NBYTES_MLOFFYES_SMLOE_MASK) |
SMLOE - Source Minor Loop Offset Enable 0b0..The minor loop offset is not applied to the SADDR 0b1..The minor loop offset is applied to the SADDR
#define DMA_NBYTES_MLOFFYES_SMLOE | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_NBYTES_MLOFFYES_SMLOE_SHIFT)) & DMA_NBYTES_MLOFFYES_SMLOE_MASK) |
SMLOE - Source Minor Loop Offset Enable 0b0..The minor loop offset is not applied to the SADDR 0b1..The minor loop offset is applied to the SADDR
#define DMA_NBYTES_MLOFFYES_SMLOE | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_NBYTES_MLOFFYES_SMLOE_SHIFT)) & DMA_NBYTES_MLOFFYES_SMLOE_MASK) |
SMLOE - Source Minor Loop Offset Enable 0b0..The minor loop offset is not applied to the SADDR 0b1..The minor loop offset is applied to the SADDR
#define DMA_NBYTES_MLOFFYES_SMLOE | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << DMA_NBYTES_MLOFFYES_SMLOE_SHIFT)) & DMA_NBYTES_MLOFFYES_SMLOE_MASK) |
SMLOE - Source Minor Loop Offset Enable 0b0..The minor loop offset is not applied to the SADDR 0b1..The minor loop offset is applied to the SADDR
#define DMA_SEEI_NOP | ( | x | ) | (((uint8_t)(((uint8_t)(x)) << DMA_SEEI_NOP_SHIFT)) & DMA_SEEI_NOP_MASK) |
NOP - No Op enable 0b0..Normal operation 0b1..No operation, ignore the other bits in this register
#define DMA_SEEI_NOP | ( | x | ) | (((uint8_t)(((uint8_t)(x)) << DMA_SEEI_NOP_SHIFT)) & DMA_SEEI_NOP_MASK) |
NOP - No Op enable 0b0..Normal operation 0b1..No operation, ignore the other bits in this register
#define DMA_SEEI_NOP | ( | x | ) | (((uint8_t)(((uint8_t)(x)) << DMA_SEEI_NOP_SHIFT)) & DMA_SEEI_NOP_MASK) |
NOP - No Op enable 0b0..Normal operation 0b1..No operation, ignore the other bits in this register
#define DMA_SEEI_NOP | ( | x | ) | (((uint8_t)(((uint8_t)(x)) << DMA_SEEI_NOP_SHIFT)) & DMA_SEEI_NOP_MASK) |
NOP - No Op enable 0b0..Normal operation 0b1..No operation, ignore the other bits in this register
#define DMA_SEEI_NOP | ( | x | ) | (((uint8_t)(((uint8_t)(x)) << DMA_SEEI_NOP_SHIFT)) & DMA_SEEI_NOP_MASK) |
NOP - No Op enable 0b0..Normal operation 0b1..No operation, ignore the other bits in this register
#define DMA_SEEI_SAEE | ( | x | ) | (((uint8_t)(((uint8_t)(x)) << DMA_SEEI_SAEE_SHIFT)) & DMA_SEEI_SAEE_MASK) |
SAEE - Sets All Enable Error Interrupts 0b0..Set only the EEI bit specified in the SEEI field. 0b1..Sets all bits in EEI
#define DMA_SEEI_SAEE | ( | x | ) | (((uint8_t)(((uint8_t)(x)) << DMA_SEEI_SAEE_SHIFT)) & DMA_SEEI_SAEE_MASK) |
SAEE - Sets All Enable Error Interrupts 0b0..Set only the EEI bit specified in the SEEI field. 0b1..Sets all bits in EEI
#define DMA_SEEI_SAEE | ( | x | ) | (((uint8_t)(((uint8_t)(x)) << DMA_SEEI_SAEE_SHIFT)) & DMA_SEEI_SAEE_MASK) |
SAEE - Sets All Enable Error Interrupts 0b0..Set only the EEI bit specified in the SEEI field. 0b1..Sets all bits in EEI
#define DMA_SEEI_SAEE | ( | x | ) | (((uint8_t)(((uint8_t)(x)) << DMA_SEEI_SAEE_SHIFT)) & DMA_SEEI_SAEE_MASK) |
SAEE - Sets All Enable Error Interrupts 0b0..Set only the EEI bit specified in the SEEI field. 0b1..Sets all bits in EEI
#define DMA_SEEI_SAEE | ( | x | ) | (((uint8_t)(((uint8_t)(x)) << DMA_SEEI_SAEE_SHIFT)) & DMA_SEEI_SAEE_MASK) |
SAEE - Sets All Enable Error Interrupts 0b0..Set only the EEI bit specified in the SEEI field. 0b1..Sets all bits in EEI
#define DMA_SERQ_NOP | ( | x | ) | (((uint8_t)(((uint8_t)(x)) << DMA_SERQ_NOP_SHIFT)) & DMA_SERQ_NOP_MASK) |
NOP - No Op enable 0b0..Normal operation 0b1..No operation, ignore the other bits in this register
#define DMA_SERQ_NOP | ( | x | ) | (((uint8_t)(((uint8_t)(x)) << DMA_SERQ_NOP_SHIFT)) & DMA_SERQ_NOP_MASK) |
NOP - No Op enable 0b0..Normal operation 0b1..No operation, ignore the other bits in this register
#define DMA_SERQ_NOP | ( | x | ) | (((uint8_t)(((uint8_t)(x)) << DMA_SERQ_NOP_SHIFT)) & DMA_SERQ_NOP_MASK) |
NOP - No Op enable 0b0..Normal operation 0b1..No operation, ignore the other bits in this register
#define DMA_SERQ_NOP | ( | x | ) | (((uint8_t)(((uint8_t)(x)) << DMA_SERQ_NOP_SHIFT)) & DMA_SERQ_NOP_MASK) |
NOP - No Op enable 0b0..Normal operation 0b1..No operation, ignore the other bits in this register
#define DMA_SERQ_NOP | ( | x | ) | (((uint8_t)(((uint8_t)(x)) << DMA_SERQ_NOP_SHIFT)) & DMA_SERQ_NOP_MASK) |
NOP - No Op enable 0b0..Normal operation 0b1..No operation, ignore the other bits in this register
#define DMA_SERQ_SAER | ( | x | ) | (((uint8_t)(((uint8_t)(x)) << DMA_SERQ_SAER_SHIFT)) & DMA_SERQ_SAER_MASK) |
SAER - Set All Enable Requests 0b0..Set only the ERQ bit specified in the SERQ field 0b1..Set all bits in ERQ
#define DMA_SERQ_SAER | ( | x | ) | (((uint8_t)(((uint8_t)(x)) << DMA_SERQ_SAER_SHIFT)) & DMA_SERQ_SAER_MASK) |
SAER - Set All Enable Requests 0b0..Set only the ERQ bit specified in the SERQ field 0b1..Set all bits in ERQ
#define DMA_SERQ_SAER | ( | x | ) | (((uint8_t)(((uint8_t)(x)) << DMA_SERQ_SAER_SHIFT)) & DMA_SERQ_SAER_MASK) |
SAER - Set All Enable Requests 0b0..Set only the ERQ bit specified in the SERQ field 0b1..Set all bits in ERQ
#define DMA_SERQ_SAER | ( | x | ) | (((uint8_t)(((uint8_t)(x)) << DMA_SERQ_SAER_SHIFT)) & DMA_SERQ_SAER_MASK) |
SAER - Set All Enable Requests 0b0..Set only the ERQ bit specified in the SERQ field 0b1..Set all bits in ERQ
#define DMA_SERQ_SAER | ( | x | ) | (((uint8_t)(((uint8_t)(x)) << DMA_SERQ_SAER_SHIFT)) & DMA_SERQ_SAER_MASK) |
SAER - Set All Enable Requests 0b0..Set only the ERQ bit specified in the SERQ field 0b1..Set all bits in ERQ
#define DMA_SSRT_NOP | ( | x | ) | (((uint8_t)(((uint8_t)(x)) << DMA_SSRT_NOP_SHIFT)) & DMA_SSRT_NOP_MASK) |
NOP - No Op enable 0b0..Normal operation 0b1..No operation, ignore the other bits in this register
#define DMA_SSRT_NOP | ( | x | ) | (((uint8_t)(((uint8_t)(x)) << DMA_SSRT_NOP_SHIFT)) & DMA_SSRT_NOP_MASK) |
NOP - No Op enable 0b0..Normal operation 0b1..No operation, ignore the other bits in this register
#define DMA_SSRT_NOP | ( | x | ) | (((uint8_t)(((uint8_t)(x)) << DMA_SSRT_NOP_SHIFT)) & DMA_SSRT_NOP_MASK) |
NOP - No Op enable 0b0..Normal operation 0b1..No operation, ignore the other bits in this register
#define DMA_SSRT_NOP | ( | x | ) | (((uint8_t)(((uint8_t)(x)) << DMA_SSRT_NOP_SHIFT)) & DMA_SSRT_NOP_MASK) |
NOP - No Op enable 0b0..Normal operation 0b1..No operation, ignore the other bits in this register
#define DMA_SSRT_NOP | ( | x | ) | (((uint8_t)(((uint8_t)(x)) << DMA_SSRT_NOP_SHIFT)) & DMA_SSRT_NOP_MASK) |
NOP - No Op enable 0b0..Normal operation 0b1..No operation, ignore the other bits in this register
#define DMA_SSRT_SAST | ( | x | ) | (((uint8_t)(((uint8_t)(x)) << DMA_SSRT_SAST_SHIFT)) & DMA_SSRT_SAST_MASK) |
SAST - Set All START Bits (activates all channels) 0b0..Set only the TCDn_CSR[START] bit specified in the SSRT field 0b1..Set all bits in TCDn_CSR[START]
#define DMA_SSRT_SAST | ( | x | ) | (((uint8_t)(((uint8_t)(x)) << DMA_SSRT_SAST_SHIFT)) & DMA_SSRT_SAST_MASK) |
SAST - Set All START Bits (activates all channels) 0b0..Set only the TCDn_CSR[START] bit specified in the SSRT field 0b1..Set all bits in TCDn_CSR[START]
#define DMA_SSRT_SAST | ( | x | ) | (((uint8_t)(((uint8_t)(x)) << DMA_SSRT_SAST_SHIFT)) & DMA_SSRT_SAST_MASK) |
SAST - Set All START Bits (activates all channels) 0b0..Set only the TCDn_CSR[START] bit specified in the SSRT field 0b1..Set all bits in TCDn_CSR[START]
#define DMA_SSRT_SAST | ( | x | ) | (((uint8_t)(((uint8_t)(x)) << DMA_SSRT_SAST_SHIFT)) & DMA_SSRT_SAST_MASK) |
SAST - Set All START Bits (activates all channels) 0b0..Set only the TCDn_CSR[START] bit specified in the SSRT field 0b1..Set all bits in TCDn_CSR[START]
#define DMA_SSRT_SAST | ( | x | ) | (((uint8_t)(((uint8_t)(x)) << DMA_SSRT_SAST_SHIFT)) & DMA_SSRT_SAST_MASK) |
SAST - Set All START Bits (activates all channels) 0b0..Set only the TCDn_CSR[START] bit specified in the SSRT field 0b1..Set all bits in TCDn_CSR[START]
#define MCM_CR_AHBSPRI | ( | x | ) | (((uint32_t)(((uint32_t)(x)) << MCM_CR_AHBSPRI_SHIFT)) & MCM_CR_AHBSPRI_MASK) |
AHBSPRI - AHB Slave Interface Priority 0b0..SW accesses take priority over AHBS accesses 0b1..AHBS accesses take priority over SW accesses