Comply register name to datasheet.
[bertos.git] / bertos / cpu / cortex-m3 / io / sam3_adc.h
index 6f761b142ee87f03f0e244eb6e8291952d4970a7..2545f23d07ec119867a25dd176f13aa3f7d78a87 100644 (file)
  */
 #define ADC_STARTUP_MASK         0x000F0000   ///< Start up timer mask.
 #define ADC_STARTUP_SHIFT                16   ///< Start up timer shift.
-#define ADC_SUT0                          0   ///< 0 period of ADCClock.
-#define ADC_SUT1                          1   ///< 8 period of ADCClock.
-#define ADC_SUT2                          2   ///< 16 period of ADCClock.
-#define ADC_SUT3                          3   ///< 24 period of ADCClock.
-#define ADC_SUT4                          4   ///< 64 period of ADCClock.
-#define ADC_SUT5                          5   ///< 80 period of ADCClock.
-#define ADC_SUT6                          6   ///< 96 period of ADCClock.
-#define ADC_SUT7                          7   ///< 112 period of ADCClock.
-#define ADC_SUT8                          8   ///< 512 period of ADCClock.
-#define ADC_SUT9                          9   ///< 576 period of ADCClock.
-#define ADC_SUT10                         10   ///< 640 period of ADCClock.
-#define ADC_SUT11                         11   ///< 704 period of ADCClock.
-#define ADC_SUT12                         12   ///< 768 period of ADCClock.
-#define ADC_SUT13                         13   ///< 832 period of ADCClock.
-#define ADC_SUT14                         14   ///< 832 period of ADCClock.
-#define ADC_SUT15                         15   ///< 896 period of ADCClock.
-#define ADC_SUT16                         16   ///< 960 period of ADCClock.
 
+#define ADC_SUT0                          0   ///< 0 period of ADCClock.
+#define ADC_SUT8                          1   ///< 8 period of ADCClock.
+#define ADC_SUT16                         2   ///< 16 period of ADCClock.
+#define ADC_SUT24                         3   ///< 24 period of ADCClock.
+#define ADC_SUT64                         4   ///< 64 period of ADCClock.
+#define ADC_SUT80                         5   ///< 80 period of ADCClock.
+#define ADC_SUT96                         6   ///< 96 period of ADCClock.
+#define ADC_SUT112                        7   ///< 112 period of ADCClock.
+#define ADC_SUT512                        8   ///< 512 period of ADCClock.
+#define ADC_SUT576                        9   ///< 576 period of ADCClock.
+#define ADC_SUT640                        10   ///< 640 period of ADCClock.
+#define ADC_SUT704                        11   ///< 704 period of ADCClock.
+#define ADC_SUT768                        12   ///< 768 period of ADCClock.
+#define ADC_SUT832                        13   ///< 832 period of ADCClock.
+#define ADC_SUT896                        14   ///< 896 period of ADCClock.
+#define ADC_SUT960                        15   ///< 896 period of ADCClock.
 
 /**
  * Sample & hold time.