Fix flash start address.
[bertos.git] / bertos / cpu / cortex-m3 / io / sam3_dmac.h
index 5eb6884626e8a995f17c5d79b3ff1defe228a5a4..009e4f81fcba8444dc54f8b3b5a173a07bf33a6d 100644 (file)
 #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..