K64 pin mux fixes: No PIN_ALT1, use PIN_ANALOG. Remove GPIO pin mux definitions.
This commit is contained in:
parent
f1d0214c61
commit
ba8e6083bf
@ -60,68 +60,80 @@
|
||||
* pins in the initial version of this file.
|
||||
*/
|
||||
|
||||
#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_SE8 (PIN_ALT0 | PIN_PORTB | PIN0)
|
||||
#define PIN_ADC0_SE9 (PIN_ALT0 | PIN_PORTB | PIN1)
|
||||
#define PIN_ADC0_SE10 (PIN_ALT0 | PIN_PORTA | PIN7)
|
||||
#define PIN_ADC0_SE11 (PIN_ALT0 | PIN_PORTA | PIN8)
|
||||
#define PIN_ADC0_SE12 (PIN_ALT0 | PIN_PORTB | PIN2)
|
||||
#define PIN_ADC0_SE13 (PIN_ALT0 | PIN_PORTB | PIN3)
|
||||
#define PIN_ADC0_SE14 (PIN_ALT0 | PIN_PORTC | PIN0)
|
||||
#define PIN_ADC0_SE15 (PIN_ALT0 | PIN_PORTC | PIN1)
|
||||
#define PIN_ADC0_SE17 (PIN_ALT0 | PIN_PORTE | PIN24)
|
||||
#define PIN_ADC0_SE18 (PIN_ALT0 | PIN_PORTE | PIN25)
|
||||
/* ADC */
|
||||
|
||||
#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)
|
||||
#define PIN_ADC1_SE11 (PIN_ALT0 | PIN_PORTB | PIN5)
|
||||
#define PIN_ADC1_SE12 (PIN_ALT0 | PIN_PORTB | PIN6)
|
||||
#define PIN_ADC1_SE13 (PIN_ALT0 | PIN_PORTB | PIN7)
|
||||
#define PIN_ADC1_SE14 (PIN_ALT0 | PIN_PORTB | PIN10)
|
||||
#define PIN_ADC1_SE15 (PIN_ALT0 | PIN_PORTB | PIN11)
|
||||
#define PIN_ADC1_SE17 (PIN_ALT0 | PIN_PORTA | PIN17)
|
||||
#define PIN_ADC0_DM2 (PIN_ANALOG | PIN_PORTE | PIN3)
|
||||
#define PIN_ADC0_DP2 (PIN_ANALOG | PIN_PORTE | PIN2)
|
||||
#define PIN_ADC0_SE4B (PIN_ANALOG | PIN_PORTC | PIN2)
|
||||
#define PIN_ADC0_SE5B (PIN_ANALOG | PIN_PORTD | PIN1)
|
||||
#define PIN_ADC0_SE6B (PIN_ANALOG | PIN_PORTD | PIN5)
|
||||
#define PIN_ADC0_SE7B (PIN_ANALOG | PIN_PORTD | PIN6)
|
||||
#define PIN_ADC0_SE8 (PIN_ANALOG | PIN_PORTB | PIN0)
|
||||
#define PIN_ADC0_SE9 (PIN_ANALOG | PIN_PORTB | PIN1)
|
||||
#define PIN_ADC0_SE10 (PIN_ANALOG | PIN_PORTA | PIN7)
|
||||
#define PIN_ADC0_SE11 (PIN_ANALOG | PIN_PORTA | PIN8)
|
||||
#define PIN_ADC0_SE12 (PIN_ANALOG | PIN_PORTB | PIN2)
|
||||
#define PIN_ADC0_SE13 (PIN_ANALOG | PIN_PORTB | PIN3)
|
||||
#define PIN_ADC0_SE14 (PIN_ANALOG | PIN_PORTC | PIN0)
|
||||
#define PIN_ADC0_SE15 (PIN_ANALOG | PIN_PORTC | PIN1)
|
||||
#define PIN_ADC0_SE17 (PIN_ANALOG | PIN_PORTE | PIN24)
|
||||
#define PIN_ADC0_SE18 (PIN_ANALOG | PIN_PORTE | PIN25)
|
||||
|
||||
#define PIN_ADC1_SE4A (PIN_ANALOG | PIN_PORTE | PIN0)
|
||||
#define PIN_ADC1_SE4B (PIN_ANALOG | PIN_PORTC | PIN8)
|
||||
#define PIN_ADC1_SE5A (PIN_ANALOG | PIN_PORTE | PIN1)
|
||||
#define PIN_ADC1_SE5B (PIN_ANALOG | PIN_PORTC | PIN9)
|
||||
#define PIN_ADC1_SE6A (PIN_ANALOG | PIN_PORTE | PIN2)
|
||||
#define PIN_ADC1_SE6B (PIN_ANALOG | PIN_PORTC | PIN10)
|
||||
#define PIN_ADC1_SE7A (PIN_ANALOG | PIN_PORTE | PIN3)
|
||||
#define PIN_ADC1_SE7B (PIN_ANALOG | PIN_PORTC | PIN11)
|
||||
#define PIN_ADC1_SE8 (PIN_ANALOG | PIN_PORTB | PIN0)
|
||||
#define PIN_ADC1_SE9 (PIN_ANALOG | PIN_PORTB | PIN1)
|
||||
#define PIN_ADC1_SE10 (PIN_ANALOG | PIN_PORTB | PIN4)
|
||||
#define PIN_ADC1_SE11 (PIN_ANALOG | PIN_PORTB | PIN5)
|
||||
#define PIN_ADC1_SE12 (PIN_ANALOG | PIN_PORTB | PIN6)
|
||||
#define PIN_ADC1_SE13 (PIN_ANALOG | PIN_PORTB | PIN7)
|
||||
#define PIN_ADC1_SE14 (PIN_ANALOG | PIN_PORTB | PIN10)
|
||||
#define PIN_ADC1_SE15 (PIN_ANALOG | PIN_PORTB | PIN11)
|
||||
#define PIN_ADC1_SE17 (PIN_ANALOG | PIN_PORTA | PIN17)
|
||||
|
||||
/* CAN */
|
||||
|
||||
#define PIN_CAN0_RX_1 (PIN_ALT2 | PIN_PORTA | PIN13)
|
||||
#define PIN_CAN0_RX_2 (PIN_ALT2 | PIN_PORTB | PIN19)
|
||||
#define PIN_CAN0_TX_1 (PIN_ALT2 | PIN_PORTA | PIN12)
|
||||
#define PIN_CAN0_TX_2 (PIN_ALT2 | PIN_PORTB | PIN18)
|
||||
|
||||
/* Output clock */
|
||||
|
||||
#define PIN_CLKOUT_1 (PIN_ALT5 | PIN_PORTA | PIN6)
|
||||
#define PIN_CLKOUT_2 (PIN_ALT5 | PIN_PORTC | PIN3)
|
||||
|
||||
#define PIN_CMP0_IN0 (PIN_ALT0 | PIN_PORTC | PIN6)
|
||||
#define PIN_CMP0_IN1 (PIN_ALT0 | PIN_PORTC | PIN7)
|
||||
#define PIN_CMP0_IN2 (PIN_ALT0 | PIN_PORTC | PIN8)
|
||||
#define PIN_CMP0_IN3 (PIN_ALT0 | PIN_PORTC | PIN9)
|
||||
/* Comparators */
|
||||
|
||||
#define PIN_CMP0_IN0 (PIN_ANALOG | PIN_PORTC | PIN6)
|
||||
#define PIN_CMP0_IN1 (PIN_ANALOG | PIN_PORTC | PIN7)
|
||||
#define PIN_CMP0_IN2 (PIN_ANALOG | PIN_PORTC | PIN8)
|
||||
#define PIN_CMP0_IN3 (PIN_ANALOG | PIN_PORTC | PIN9)
|
||||
#define PIN_CMP0_OUT_1 (PIN_ALT6 | PIN_PORTB | PIN20)
|
||||
#define PIN_CMP0_OUT_2 (PIN_ALT6 | PIN_PORTC | PIN5)
|
||||
|
||||
#define PIN_CMP1_IN0 (PIN_ALT0 | PIN_PORTC | PIN2)
|
||||
#define PIN_CMP1_IN1 (PIN_ALT0 | PIN_PORTC | PIN3)
|
||||
#define PIN_CMP1_IN0 (PIN_ANALOG | PIN_PORTC | PIN2)
|
||||
#define PIN_CMP1_IN1 (PIN_ANALOG | PIN_PORTC | PIN3)
|
||||
#define PIN_CMP1_OUT_1 (PIN_ALT6 | PIN_PORTB | PIN21)
|
||||
#define PIN_CMP1_OUT_2 (PIN_ALT6 | PIN_PORTC | PIN4)
|
||||
|
||||
#define PIN_CMP2_IN0 (PIN_ALT0 | PIN_PORTA | PIN12)
|
||||
#define PIN_CMP2_IN1 (PIN_ALT0 | PIN_PORTA | PIN13)
|
||||
#define PIN_CMP2_IN0 (PIN_ANALOG | PIN_PORTA | PIN12)
|
||||
#define PIN_CMP2_IN1 (PIN_ANALOG | PIN_PORTA | PIN13)
|
||||
#define PIN_CMP2_OUT_1 (PIN_ALT5 | PIN_PORTA | PIN5)
|
||||
#define PIN_CMP2_OUT_2 (PIN_ALT6 | PIN_PORTB | PIN22)
|
||||
|
||||
/* Carrier Modulator Transmittor (CMT) */
|
||||
|
||||
#define PIN_CMT_IRO (PIN_ALT2 | PIN_PORTD | PIN7)
|
||||
|
||||
/* Ethernet */
|
||||
|
||||
#define PIN_ENET_1588_CLKIN (PIN_ALT2 | PIN_PORTE | PIN26)
|
||||
#define PIN_ENET0_1588_TMR0_1 (PIN_ALT4 | PIN_PORTB | PIN2)
|
||||
#define PIN_ENET0_1588_TMR0_2 (PIN_ALT4 | PIN_PORTC | PIN16)
|
||||
@ -132,6 +144,8 @@
|
||||
#define PIN_ENET0_1588_TMR3_1 (PIN_ALT4 | PIN_PORTB | PIN5)
|
||||
#define PIN_ENET0_1588_TMR3_2 (PIN_ALT4 | PIN_PORTC | PIN19)
|
||||
|
||||
/* External Watchdog Monitor (EWM) */
|
||||
|
||||
#define PIN_EWM_IN_1 (PIN_ALT6 | PIN_PORTB | PIN16)
|
||||
#define PIN_EWM_IN_2 (PIN_ALT6 | PIN_PORTD | PIN4)
|
||||
#define PIN_EWM_IN_3 (PIN_ALT6 | PIN_PORTE | PIN25)
|
||||
@ -139,7 +153,7 @@
|
||||
#define PIN_EWM_OUT_2 (PIN_ALT6 | PIN_PORTD | PIN5)
|
||||
#define PIN_EWM_OUT_3 (PIN_ALT6 | PIN_PORTE | PIN24)
|
||||
|
||||
#define PIN_EXTAL0 (PIN_ALT0 | PIN_PORTA | PIN18)
|
||||
/* FlexBus */
|
||||
|
||||
#define PIN_FB_A16 (PIN_ALT6 | PIN_PORTD | PIN8)
|
||||
#define PIN_FB_A17 (PIN_ALT6 | PIN_PORTD | PIN9)
|
||||
@ -206,6 +220,8 @@
|
||||
#define PIN_FB_TSIZ0 (PIN_ALT5 | PIN_PORTC | PIN17)
|
||||
#define PIN_FB_TSIZ1 (PIN_ALT5 | PIN_PORTC | PIN16)
|
||||
|
||||
/* FlexTimer Module (FTM) */
|
||||
|
||||
#define PIN_FTM_CLKIN0_1 (PIN_ALT4 | PIN_PORTA | PIN18)
|
||||
#define PIN_FTM_CLKIN0_2 (PIN_ALT4 | PIN_PORTB | PIN16)
|
||||
#define PIN_FTM_CLKIN1_1 (PIN_ALT4 | PIN_PORTA | PIN19)
|
||||
@ -287,6 +303,8 @@
|
||||
#define PIN_FTM3_FLT0_1 (PIN_ALT3 | PIN_PORTD | PIN12)
|
||||
#define PIN_FTM3_FLT0_2 (PIN_ALT6 | PIN_PORTC | PIN12)
|
||||
|
||||
/* I2C */
|
||||
|
||||
#define PIN_I2C0_SCL_1 (PIN_ALT2 | PIN_PORTB | PIN0)
|
||||
#define PIN_I2C0_SCL_2 (PIN_ALT2 | PIN_PORTB | PIN2)
|
||||
#define PIN_I2C0_SCL_3 (PIN_ALT2 | PIN_PORTD | PIN8)
|
||||
@ -308,6 +326,8 @@
|
||||
#define PIN_I2C2_SDA_1 (PIN_ALT5 | PIN_PORTA | PIN11)
|
||||
#define PIN_I2C2_SDA_2 (PIN_ALT5 | PIN_PORTA | PIN13)
|
||||
|
||||
/* I2S */
|
||||
|
||||
#define PIN_I2S0_MCLK_1 (PIN_ALT4 | PIN_PORTC | PIN8)
|
||||
#define PIN_I2S0_MCLK_2 (PIN_ALT4 | PIN_PORTE | PIN6)
|
||||
#define PIN_I2S0_MCLK_3 (PIN_ALT6 | PIN_PORTA | PIN17)
|
||||
@ -341,12 +361,16 @@
|
||||
#define PIN_I2S0_TXD1_2 (PIN_ALT6 | PIN_PORTC | PIN0)
|
||||
#define PIN_I2S0_TXD1_3 (PIN_ALT7 | PIN_PORTA | PIN14)
|
||||
|
||||
/* JTAG */
|
||||
|
||||
#define PIN_JTAG_TCLK (PIN_ALT7 | PIN_PORTA | PIN0)
|
||||
#define PIN_JTAG_TDI (PIN_ALT7 | PIN_PORTA | PIN1)
|
||||
#define PIN_JTAG_TDO (PIN_ALT7 | PIN_PORTA | PIN2)
|
||||
#define PIN_JTAG_TMS (PIN_ALT7 | PIN_PORTA | PIN3)
|
||||
#define PIN_JTAG_TRST (PIN_ALT7 | PIN_PORTA | PIN5)
|
||||
|
||||
/* Low-leakage wakeup module (LLWU, actually GPIO configurations) */
|
||||
|
||||
#define PIN_LLWU_P0 (PIN_ALT1 | PIN_PORTE | PIN1)
|
||||
#define PIN_LLWU_P1 (PIN_ALT1 | PIN_PORTE | PIN2)
|
||||
#define PIN_LLWU_P2 (PIN_ALT1 | PIN_PORTE | PIN4)
|
||||
@ -364,9 +388,13 @@
|
||||
#define PIN_LLWU_P14 (PIN_ALT1 | PIN_PORTD | PIN4)
|
||||
#define PIN_LLWU_P15 (PIN_ALT1 | PIN_PORTD | PIN6)
|
||||
|
||||
/* Low-Power Timer (LPTMR) */
|
||||
|
||||
#define PIN_LPTMR0_ALT1 (PIN_ALT6 | PIN_PORTA | PIN19)
|
||||
#define PIN_LPTMR0_ALT2 (PIN_ALT3 | PIN_PORTC | PIN5)
|
||||
|
||||
/* MII */
|
||||
|
||||
#define PIN_MII0_COL (PIN_ALT4 | PIN_PORTA | PIN29)
|
||||
#define PIN_MII0_CRS (PIN_ALT4 | PIN_PORTA | PIN27)
|
||||
#define PIN_MII0_MDC (PIN_ALT4 | PIN_PORTB | PIN1)
|
||||
@ -386,117 +414,16 @@
|
||||
#define PIN_MII0_TXEN (PIN_ALT4 | PIN_PORTA | PIN15)
|
||||
#define PIN_MII0_TXER (PIN_ALT4 | PIN_PORTA | PIN28)
|
||||
|
||||
/* NMI */
|
||||
|
||||
#define PIN_NMI (PIN_ALT7 | PIN_PORTA | PIN4)
|
||||
|
||||
/* Programmable Delay Block (PDB) */
|
||||
|
||||
#define PIN_PDB0_EXTRG_1 (PIN_ALT3 | PIN_PORTC | PIN0)
|
||||
#define PIN_PDB0_EXTRG_2 (PIN_ALT3 | PIN_PORTC | PIN6)
|
||||
|
||||
#define PIN_PTA0 (PIN_ALT1 | PIN_PORTA | PIN0)
|
||||
#define PIN_PTA1 (PIN_ALT1 | PIN_PORTA | PIN1)
|
||||
#define PIN_PTA2 (PIN_ALT1 | PIN_PORTA | PIN2)
|
||||
#define PIN_PTA3 (PIN_ALT1 | PIN_PORTA | PIN3)
|
||||
#define PIN_PTA4 (PIN_ALT1 | PIN_PORTA | PIN4)
|
||||
#define PIN_PTA5 (PIN_ALT1 | PIN_PORTA | PIN5)
|
||||
#define PIN_PTA6 (PIN_ALT1 | PIN_PORTA | PIN6)
|
||||
#define PIN_PTA7 (PIN_ALT1 | PIN_PORTA | PIN7)
|
||||
#define PIN_PTA8 (PIN_ALT1 | PIN_PORTA | PIN8)
|
||||
#define PIN_PTA9 (PIN_ALT1 | PIN_PORTA | PIN9)
|
||||
#define PIN_PTA10 (PIN_ALT1 | PIN_PORTA | PIN10)
|
||||
#define PIN_PTA11 (PIN_ALT1 | PIN_PORTA | PIN11)
|
||||
#define PIN_PTA12 (PIN_ALT1 | PIN_PORTA | PIN12)
|
||||
#define PIN_PTA13 (PIN_ALT1 | PIN_PORTA | PIN13)
|
||||
#define PIN_PTA14 (PIN_ALT1 | PIN_PORTA | PIN14)
|
||||
#define PIN_PTA15 (PIN_ALT1 | PIN_PORTA | PIN15)
|
||||
#define PIN_PTA16 (PIN_ALT1 | PIN_PORTA | PIN16)
|
||||
#define PIN_PTA17 (PIN_ALT1 | PIN_PORTA | PIN17)
|
||||
#define PIN_PTA18 (PIN_ALT1 | PIN_PORTA | PIN18)
|
||||
#define PIN_PTA19 (PIN_ALT1 | PIN_PORTA | PIN19)
|
||||
#define PIN_PTA24 (PIN_ALT1 | PIN_PORTA | PIN24)
|
||||
#define PIN_PTA25 (PIN_ALT1 | PIN_PORTA | PIN25)
|
||||
#define PIN_PTA26 (PIN_ALT1 | PIN_PORTA | PIN26)
|
||||
#define PIN_PTA27 (PIN_ALT1 | PIN_PORTA | PIN27)
|
||||
#define PIN_PTA28 (PIN_ALT1 | PIN_PORTA | PIN28)
|
||||
#define PIN_PTA29 (PIN_ALT1 | PIN_PORTA | PIN29)
|
||||
|
||||
#define PIN_PTB0 (PIN_ALT1 | PIN_PORTB | PIN0)
|
||||
#define PIN_PTB1 (PIN_ALT1 | PIN_PORTB | PIN1)
|
||||
#define PIN_PTB2 (PIN_ALT1 | PIN_PORTB | PIN2)
|
||||
#define PIN_PTB3 (PIN_ALT1 | PIN_PORTB | PIN3)
|
||||
#define PIN_PTB4 (PIN_ALT1 | PIN_PORTB | PIN4)
|
||||
#define PIN_PTB5 (PIN_ALT1 | PIN_PORTB | PIN5)
|
||||
#define PIN_PTB6 (PIN_ALT1 | PIN_PORTB | PIN6)
|
||||
#define PIN_PTB7 (PIN_ALT1 | PIN_PORTB | PIN7)
|
||||
#define PIN_PTB8 (PIN_ALT1 | PIN_PORTB | PIN8)
|
||||
#define PIN_PTB9 (PIN_ALT1 | PIN_PORTB | PIN9)
|
||||
#define PIN_PTB10 (PIN_ALT1 | PIN_PORTB | PIN10)
|
||||
#define PIN_PTB11 (PIN_ALT1 | PIN_PORTB | PIN11)
|
||||
#define PIN_PTB12 (PIN_ALT1 | PIN_PORTB | PIN12)
|
||||
#define PIN_PTB13 (PIN_ALT1 | PIN_PORTB | PIN13)
|
||||
#define PIN_PTB16 (PIN_ALT1 | PIN_PORTB | PIN16)
|
||||
#define PIN_PTB17 (PIN_ALT1 | PIN_PORTB | PIN17)
|
||||
#define PIN_PTB18 (PIN_ALT1 | PIN_PORTB | PIN18)
|
||||
#define PIN_PTB19 (PIN_ALT1 | PIN_PORTB | PIN19)
|
||||
#define PIN_PTB20 (PIN_ALT1 | PIN_PORTB | PIN20)
|
||||
#define PIN_PTB21 (PIN_ALT1 | PIN_PORTB | PIN21)
|
||||
#define PIN_PTB22 (PIN_ALT1 | PIN_PORTB | PIN22)
|
||||
#define PIN_PTB23 (PIN_ALT1 | PIN_PORTB | PIN23)
|
||||
|
||||
#define PIN_PTC0 (PIN_ALT1 | PIN_PORTC | PIN0)
|
||||
#define PIN_PTC1 (PIN_ALT1 | PIN_PORTC | PIN1)
|
||||
#define PIN_PTC2 (PIN_ALT1 | PIN_PORTC | PIN2)
|
||||
#define PIN_PTC3 (PIN_ALT1 | PIN_PORTC | PIN3)
|
||||
#define PIN_PTC4 (PIN_ALT1 | PIN_PORTC | PIN4)
|
||||
#define PIN_PTC5 (PIN_ALT1 | PIN_PORTC | PIN5)
|
||||
#define PIN_PTC6 (PIN_ALT1 | PIN_PORTC | PIN6)
|
||||
#define PIN_PTC7 (PIN_ALT1 | PIN_PORTC | PIN7)
|
||||
#define PIN_PTC8 (PIN_ALT1 | PIN_PORTC | PIN8)
|
||||
#define PIN_PTC9 (PIN_ALT1 | PIN_PORTC | PIN9)
|
||||
#define PIN_PTC10 (PIN_ALT1 | PIN_PORTC | PIN10)
|
||||
#define PIN_PTC11 (PIN_ALT1 | PIN_PORTC | PIN11)
|
||||
#define PIN_PTC12 (PIN_ALT1 | PIN_PORTC | PIN12)
|
||||
#define PIN_PTC13 (PIN_ALT1 | PIN_PORTC | PIN13)
|
||||
#define PIN_PTC14 (PIN_ALT1 | PIN_PORTC | PIN14)
|
||||
#define PIN_PTC15 (PIN_ALT1 | PIN_PORTC | PIN15)
|
||||
#define PIN_PTC16 (PIN_ALT1 | PIN_PORTC | PIN16)
|
||||
#define PIN_PTC17 (PIN_ALT1 | PIN_PORTC | PIN17)
|
||||
#define PIN_PTC18 (PIN_ALT1 | PIN_PORTC | PIN18)
|
||||
#define PIN_PTC19 (PIN_ALT1 | PIN_PORTC | PIN19)
|
||||
|
||||
#define PIN_PTD0 (PIN_ALT1 | PIN_PORTD | PIN0)
|
||||
#define PIN_PTD1 (PIN_ALT1 | PIN_PORTD | PIN1)
|
||||
#define PIN_PTD2 (PIN_ALT1 | PIN_PORTD | PIN2)
|
||||
#define PIN_PTD3 (PIN_ALT1 | PIN_PORTD | PIN3)
|
||||
#define PIN_PTD4 (PIN_ALT1 | PIN_PORTD | PIN4)
|
||||
#define PIN_PTD5 (PIN_ALT1 | PIN_PORTD | PIN5)
|
||||
#define PIN_PTD6 (PIN_ALT1 | PIN_PORTD | PIN6)
|
||||
#define PIN_PTD7 (PIN_ALT1 | PIN_PORTD | PIN7)
|
||||
#define PIN_PTD8 (PIN_ALT1 | PIN_PORTD | PIN8)
|
||||
#define PIN_PTD9 (PIN_ALT1 | PIN_PORTD | PIN9)
|
||||
#define PIN_PTD10 (PIN_ALT1 | PIN_PORTD | PIN10)
|
||||
#define PIN_PTD11 (PIN_ALT1 | PIN_PORTD | PIN11)
|
||||
#define PIN_PTD12 (PIN_ALT1 | PIN_PORTD | PIN12)
|
||||
#define PIN_PTD13 (PIN_ALT1 | PIN_PORTD | PIN13)
|
||||
#define PIN_PTD14 (PIN_ALT1 | PIN_PORTD | PIN14)
|
||||
#define PIN_PTD15 (PIN_ALT1 | PIN_PORTD | PIN15)
|
||||
|
||||
#define PIN_PTE0 (PIN_ALT1 | PIN_PORTE | PIN0)
|
||||
#define PIN_PTE1 (PIN_ALT1 | PIN_PORTE | PIN1)
|
||||
#define PIN_PTE2 (PIN_ALT1 | PIN_PORTE | PIN2)
|
||||
#define PIN_PTE3 (PIN_ALT1 | PIN_PORTE | PIN3)
|
||||
#define PIN_PTE4 (PIN_ALT1 | PIN_PORTE | PIN4)
|
||||
#define PIN_PTE5 (PIN_ALT1 | PIN_PORTE | PIN5)
|
||||
#define PIN_PTE6 (PIN_ALT1 | PIN_PORTE | PIN6)
|
||||
#define PIN_PTE7 (PIN_ALT1 | PIN_PORTE | PIN7)
|
||||
#define PIN_PTE8 (PIN_ALT1 | PIN_PORTE | PIN8)
|
||||
#define PIN_PTE9 (PIN_ALT1 | PIN_PORTE | PIN9)
|
||||
#define PIN_PTE10 (PIN_ALT1 | PIN_PORTE | PIN10)
|
||||
#define PIN_PTE11 (PIN_ALT1 | PIN_PORTE | PIN11)
|
||||
#define PIN_PTE12 (PIN_ALT1 | PIN_PORTE | PIN12)
|
||||
#define PIN_PTE24 (PIN_ALT1 | PIN_PORTE | PIN24)
|
||||
#define PIN_PTE25 (PIN_ALT1 | PIN_PORTE | PIN25)
|
||||
#define PIN_PTE26 (PIN_ALT1 | PIN_PORTE | PIN26)
|
||||
#define PIN_PTE27 (PIN_ALT1 | PIN_PORTE | PIN27)
|
||||
#define PIN_PTE28 (PIN_ALT1 | PIN_PORTE | PIN28)
|
||||
/* RMII */
|
||||
|
||||
#define PIN_RMII0_CRS_DV (PIN_ALT4 | PIN_PORTA | PIN14)
|
||||
#define PIN_RMII0_MDC (PIN_ALT4 | PIN_PORTB | PIN1)
|
||||
@ -508,9 +435,13 @@
|
||||
#define PIN_RMII0_TXD1 (PIN_ALT4 | PIN_PORTA | PIN17)
|
||||
#define PIN_RMII0_TXEN (PIN_ALT4 | PIN_PORTA | PIN15)
|
||||
|
||||
/* Real-Time Clock (RTC) */
|
||||
|
||||
#define PIN_RTC_CLKOUT_1 (PIN_ALT6 | PIN_PORTE | PIN26)
|
||||
#define PIN_RTC_CLKOUT_2 (PIN_ALT7 | PIN_PORTE | PIN0)
|
||||
|
||||
/* Secured digital host controller (SDHC) */
|
||||
|
||||
#define PIN_SDHC0_CLKIN (PIN_ALT4 | PIN_PORTD | PIN11)
|
||||
#define PIN_SDHC0_CMD (PIN_ALT4 | PIN_PORTE | PIN3)
|
||||
#define PIN_SDHC0_D0 (PIN_ALT4 | PIN_PORTE | PIN1)
|
||||
@ -523,6 +454,8 @@
|
||||
#define PIN_SDHC0_D7 (PIN_ALT4 | PIN_PORTD | PIN15)
|
||||
#define PIN_SDHC0_DCLK (PIN_ALT4 | PIN_PORTE | PIN2)
|
||||
|
||||
/* SPI */
|
||||
|
||||
#define PIN_SPI0_PCS0_1 (PIN_ALT2 | PIN_PORTA | PIN14)
|
||||
#define PIN_SPI0_PCS0_2 (PIN_ALT2 | PIN_PORTC | PIN4)
|
||||
#define PIN_SPI0_PCS0_3 (PIN_ALT2 | PIN_PORTD | PIN0)
|
||||
@ -573,9 +506,13 @@
|
||||
#define PIN_SPI2_SOUT_1 (PIN_ALT2 | PIN_PORTB | PIN22)
|
||||
#define PIN_SPI2_SOUT_2 (PIN_ALT2 | PIN_PORTD | PIN13)
|
||||
|
||||
/* SWD */
|
||||
|
||||
#define PIN_SWD_CLK (PIN_ALT7 | PIN_PORTA | PIN0)
|
||||
#define PIN_SWD_DIO (PIN_ALT7 | PIN_PORTA | PIN3)
|
||||
|
||||
/* Trace */
|
||||
|
||||
#define PIN_TRACE_CLKOUT_1 (PIN_ALT5 | PIN_PORTE | PIN0)
|
||||
#define PIN_TRACE_CLKOUT_2 (PIN_ALT7 | PIN_PORTA | PIN6)
|
||||
#define PIN_TRACE_D0_1 (PIN_ALT5 | PIN_PORTE | PIN4)
|
||||
@ -588,6 +525,8 @@
|
||||
#define PIN_TRACE_D3_2 (PIN_ALT7 | PIN_PORTA | PIN7)
|
||||
#define PIN_TRACE_SWO (PIN_ALT7 | PIN_PORTA | PIN2)
|
||||
|
||||
/* UARTs */
|
||||
|
||||
#define PIN_UART0_COL_1 (PIN_ALT2 | PIN_PORTA | PIN0)
|
||||
#define PIN_UART0_COL_2 (PIN_ALT3 | PIN_PORTA | PIN16)
|
||||
#define PIN_UART0_COL_3 (PIN_ALT3 | PIN_PORTB | PIN3)
|
||||
@ -656,13 +595,18 @@
|
||||
#define PIN_UART5_TX_1 (PIN_ALT3 | PIN_PORTD | PIN9)
|
||||
#define PIN_UART5_TX_2 (PIN_ALT3 | PIN_PORTE | PIN8)
|
||||
|
||||
/* USB */
|
||||
|
||||
#define PIN_USB_CLKIN_1 (PIN_ALT2 | PIN_PORTA | PIN5)
|
||||
#define PIN_USB_CLKIN_2 (PIN_ALT7 | PIN_PORTE | PIN26)
|
||||
#define PIN_USB_SOF_OUT_1 (PIN_ALT3 | PIN_PORTC | PIN7)
|
||||
#define PIN_USB_SOF_OUT_2 (PIN_ALT4 | PIN_PORTC | PIN0)
|
||||
#define PIN_USB_SOF_OUT_3 (PIN_ALT7 | PIN_PORTE | PIN6)
|
||||
|
||||
#define PIN_XTAL0 (PIN_ALT0 | PIN_PORTA | PIN19)
|
||||
/* External Crystal */
|
||||
|
||||
#define PIN_EXTAL0 (PIN_ANALOG | PIN_PORTA | PIN18)
|
||||
#define PIN_XTAL0 (PIN_ANALOG | PIN_PORTA | PIN19)
|
||||
|
||||
/********************************************************************************************
|
||||
* Public Types
|
||||
|
Loading…
Reference in New Issue
Block a user