Updated STM32 ADC driver

git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4181 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
patacongo
2011-12-15 00:29:35 +00:00
parent 1b0f79e2bd
commit f1b2a1ed8c
2 changed files with 429 additions and 47 deletions
+1 -1
View File
@@ -190,7 +190,7 @@
#define RCC_APB2RSTR_SPI1RST (1 << 12) /* Bit 12: SPI 1 reset */
#define RCC_APB2RSTR_TIM8RST (1 << 13) /* Bit 13: TIM8 Timer reset */
#define RCC_APB2RSTR_USART1RST (1 << 14) /* Bit 14: USART1 reset */
#define RCC_APB2RTST_ADC2RST (1 << 15) /* Bit 15: ADC3 interface reset */
#define RCC_APB2RSTR_ADC3RST (1 << 15) /* Bit 15: ADC3 interface reset */
/* APB1 Peripheral reset register */
File diff suppressed because it is too large Load Diff