ADC settings are consolidated into the driver

This commit is contained in:
NIIBE Yutaka
2015-07-14 21:31:18 +09:00
parent a48ffaef47
commit 27f42c8522
9 changed files with 22 additions and 34 deletions

View File

@@ -56,5 +56,3 @@
(RCC_APB2ENR_IOPAEN | RCC_APB2ENR_IOPDEN | RCC_APB2ENR_IOPEEN)
#define RCC_RSTR_IOP_RST \
(RCC_APB2RSTR_IOPARST | RCC_APB2RSTR_IOPDRST | RCC_APB2RSTR_IOPERST)
/* NeuG settings for ADC2 is default (PA0: Analog IN0, PA1: Analog IN1). */