From: asterix Date: Wed, 20 Jul 2011 10:28:16 +0000 (+0000) Subject: Reformat. X-Git-Url: https://codewiz.org/gitweb?a=commitdiff_plain;h=4a6c61fe16bd6cb872bc464f4b2002ed0a143504;p=bertos.git Reformat. git-svn-id: https://src.develer.com/svnoss/bertos/trunk@4976 38d2e660-2303-0410-9eaa-f027e97ec537 --- diff --git a/bertos/cpu/cortex-m3/io/sam3_dmac.h b/bertos/cpu/cortex-m3/io/sam3_dmac.h index ed6c5c80..5eb68846 100644 --- a/bertos/cpu/cortex-m3/io/sam3_dmac.h +++ b/bertos/cpu/cortex-m3/io/sam3_dmac.h @@ -346,9 +346,9 @@ #define DMAC_CTRLB_IEN 30 ///< (DMAC_CTRLB). /* DMAC_CFG : (DMAC Offset: N/A) DMAC Channel Configuration Register*/ -#define DMAC_CFG_SRC_PER_MASK 0xf ///< (DMAC_CFG) Source with Peripheral identifier. -#define DMAC_CFG_DST_PER_MASK 0xf0 ///< (DMAC_CFG) Destination with Peripheral identifier. -#define DMAC_CFG_DST_PER_SHIFT 4 ///< (DMAC_CFG) Destination with Peripheral identifier. +#define DMAC_CFG_SRC_PER_MASK 0xf ///< (DMAC_CFG) Source with Peripheral identifier. +#define DMAC_CFG_DST_PER_MASK 0xf0 ///< (DMAC_CFG) Destination with Peripheral identifier. +#define DMAC_CFG_DST_PER_SHIFT 4 ///< (DMAC_CFG) Destination with Peripheral identifier. #define DMAC_CFG_SRC_H2SEL 9 ///< (DMAC_CFG) Software or Hardware Selection for the Source. #define DMAC_CFG_DST_H2SEL 13 ///< (DMAC_CFG) Software or Hardware Selection for the Destination. #define DMAC_CFG_SOD 16 ///< (DMAC_CFG) Stop On Done.