From b408d0f4e762633cc43268c1b60861dfb5ce80b6 Mon Sep 17 00:00:00 2001 From: asterix Date: Fri, 18 Mar 2011 12:37:30 +0000 Subject: [PATCH] Comply register name to datasheet. git-svn-id: https://src.develer.com/svnoss/bertos/trunk@4783 38d2e660-2303-0410-9eaa-f027e97ec537 --- bertos/cpu/cortex-m3/io/sam3_adc.h | 33 +++++++++++++++--------------- 1 file changed, 16 insertions(+), 17 deletions(-) diff --git a/bertos/cpu/cortex-m3/io/sam3_adc.h b/bertos/cpu/cortex-m3/io/sam3_adc.h index 6f761b14..2545f23d 100644 --- a/bertos/cpu/cortex-m3/io/sam3_adc.h +++ b/bertos/cpu/cortex-m3/io/sam3_adc.h @@ -83,24 +83,23 @@ */ #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. -- 2.25.1