From ee5e827aab0f9c9a1bb2a86208f1b98e26035e32 Mon Sep 17 00:00:00 2001 From: asterix Date: Fri, 2 Sep 2011 15:57:56 +0000 Subject: [PATCH] Add missing define. git-svn-id: https://src.develer.com/svnoss/bertos/trunk@5009 38d2e660-2303-0410-9eaa-f027e97ec537 --- bertos/cpu/cortex-m3/io/sam3_dmac.h | 1 + 1 file changed, 1 insertion(+) diff --git a/bertos/cpu/cortex-m3/io/sam3_dmac.h b/bertos/cpu/cortex-m3/io/sam3_dmac.h index 5eb68846..009e4f81 100644 --- a/bertos/cpu/cortex-m3/io/sam3_dmac.h +++ b/bertos/cpu/cortex-m3/io/sam3_dmac.h @@ -355,6 +355,7 @@ #define DMAC_CFG_LOCK_IF 20 ///< (DMAC_CFG) Interface Lock. #define DMAC_CFG_LOCK_B 21 ///< (DMAC_CFG) Bus Lock. #define DMAC_CFG_LOCK_IF_L 22 ///< (DMAC_CFG) Master Interface Arbiter Lock. +#define DMAC_CFG_AHB_PROT_SHIFT 24 ///< (DMAC_CFG) AHB Protection. #define DMAC_CFG_AHB_PROT_MASK 0x7000000 ///< (DMAC_CFG) AHB Protection. #define DMAC_CFG_FIFOCFG_MASK 0x70000000 ///< (DMAC_CFG) FIFO Configuration. #define DMAC_CFG_FIFOCFG_ALAP_CFG 0x00000000 ///< (DMAC_CFG) The largest defined length AHB burst is performed on the destination AHB interface.. -- 2.25.1