X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=bertos%2Fcpu%2Fcortex-m3%2Fio%2Fsam3_dmac.h;h=009e4f81fcba8444dc54f8b3b5a173a07bf33a6d;hb=f1fab319eb3fe91c157b3a9564841aef62a03554;hp=5eb6884626e8a995f17c5d79b3ff1defe228a5a4;hpb=4a6c61fe16bd6cb872bc464f4b2002ed0a143504;p=bertos.git 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..