K64 pinmap: Use uppercase to math k60 pin naming
This commit is contained in:
parent
4ad7129ac9
commit
f1d0214c61
@ -62,10 +62,10 @@
|
||||
|
||||
#define PIN_ADC0_DM2 (PIN_ALT0 | PIN_PORTE | PIN3)
|
||||
#define PIN_ADC0_DP2 (PIN_ALT0 | PIN_PORTE | PIN2)
|
||||
#define PIN_ADC0_SE4b (PIN_ALT0 | PIN_PORTC | PIN2)
|
||||
#define PIN_ADC0_SE5b (PIN_ALT0 | PIN_PORTD | PIN1)
|
||||
#define PIN_ADC0_SE6b (PIN_ALT0 | PIN_PORTD | PIN5)
|
||||
#define PIN_ADC0_SE7b (PIN_ALT0 | PIN_PORTD | PIN6)
|
||||
#define PIN_ADC0_SE4B (PIN_ALT0 | PIN_PORTC | PIN2)
|
||||
#define PIN_ADC0_SE5B (PIN_ALT0 | PIN_PORTD | PIN1)
|
||||
#define PIN_ADC0_SE6B (PIN_ALT0 | PIN_PORTD | PIN5)
|
||||
#define PIN_ADC0_SE7B (PIN_ALT0 | PIN_PORTD | PIN6)
|
||||
#define PIN_ADC0_SE8 (PIN_ALT0 | PIN_PORTB | PIN0)
|
||||
#define PIN_ADC0_SE9 (PIN_ALT0 | PIN_PORTB | PIN1)
|
||||
#define PIN_ADC0_SE10 (PIN_ALT0 | PIN_PORTA | PIN7)
|
||||
@ -77,14 +77,14 @@
|
||||
#define PIN_ADC0_SE17 (PIN_ALT0 | PIN_PORTE | PIN24)
|
||||
#define PIN_ADC0_SE18 (PIN_ALT0 | PIN_PORTE | PIN25)
|
||||
|
||||
#define PIN_ADC1_SE4a (PIN_ALT0 | PIN_PORTE | PIN0)
|
||||
#define PIN_ADC1_SE4b (PIN_ALT0 | PIN_PORTC | PIN8)
|
||||
#define PIN_ADC1_SE5a (PIN_ALT0 | PIN_PORTE | PIN1)
|
||||
#define PIN_ADC1_SE5b (PIN_ALT0 | PIN_PORTC | PIN9)
|
||||
#define PIN_ADC1_SE6a (PIN_ALT0 | PIN_PORTE | PIN2)
|
||||
#define PIN_ADC1_SE6b (PIN_ALT0 | PIN_PORTC | PIN10)
|
||||
#define PIN_ADC1_SE7a (PIN_ALT0 | PIN_PORTE | PIN3)
|
||||
#define PIN_ADC1_SE7b (PIN_ALT0 | PIN_PORTC | PIN11)
|
||||
#define PIN_ADC1_SE4A (PIN_ALT0 | PIN_PORTE | PIN0)
|
||||
#define PIN_ADC1_SE4B (PIN_ALT0 | PIN_PORTC | PIN8)
|
||||
#define PIN_ADC1_SE5A (PIN_ALT0 | PIN_PORTE | PIN1)
|
||||
#define PIN_ADC1_SE5B (PIN_ALT0 | PIN_PORTC | PIN9)
|
||||
#define PIN_ADC1_SE6A (PIN_ALT0 | PIN_PORTE | PIN2)
|
||||
#define PIN_ADC1_SE6B (PIN_ALT0 | PIN_PORTC | PIN10)
|
||||
#define PIN_ADC1_SE7A (PIN_ALT0 | PIN_PORTE | PIN3)
|
||||
#define PIN_ADC1_SE7B (PIN_ALT0 | PIN_PORTC | PIN11)
|
||||
#define PIN_ADC1_SE8 (PIN_ALT0 | PIN_PORTB | PIN0)
|
||||
#define PIN_ADC1_SE9 (PIN_ALT0 | PIN_PORTB | PIN1)
|
||||
#define PIN_ADC1_SE10 (PIN_ALT0 | PIN_PORTB | PIN4)
|
||||
|
Loading…
x
Reference in New Issue
Block a user