File tree Expand file tree Collapse file tree 1 file changed +24
-21
lines changed
libraries/mbed/targets/hal/TARGET_Freescale/TARGET_KPSDK_MCUS/TARGET_K64F Expand file tree Collapse file tree 1 file changed +24
-21
lines changed Original file line number Diff line number Diff line change @@ -30,7 +30,10 @@ typedef enum {
30
30
#define GPIO_PORT_SHIFT 12
31
31
32
32
typedef enum {
33
- /* PTA0 - PTA3 reserved for JTAG pins */
33
+ PTA0 = (0 << GPIO_PORT_SHIFT | 0 ),
34
+ PTA1 = (0 << GPIO_PORT_SHIFT | 1 ),
35
+ PTA2 = (0 << GPIO_PORT_SHIFT | 2 ),
36
+ PTA3 = (0 << GPIO_PORT_SHIFT | 3 ),
34
37
PTA4 = (0 << GPIO_PORT_SHIFT | 4 ),
35
38
PTA5 = (0 << GPIO_PORT_SHIFT | 5 ),
36
39
PTA6 = (0 << GPIO_PORT_SHIFT | 6 ),
@@ -203,29 +206,29 @@ typedef enum {
203
206
USBRX = PTB16 ,
204
207
205
208
// Arduino Headers
206
- D0 = PTE1 ,
207
- D1 = PTE0 ,
208
- D2 = PTA5 ,
209
- D3 = PTD4 ,
210
- D4 = PTC8 ,
211
- D5 = PTE1 ,
212
- D6 = PTC3 ,
213
- D7 = PTC4 ,
214
- D8 = PTA12 ,
215
- D9 = PTE1 ,
216
- D10 = PTC2 ,
209
+ D0 = PTC16 ,
210
+ D1 = PTC17 ,
211
+ D2 = PTB9 ,
212
+ D3 = PTA1 ,
213
+ D4 = PTB23 ,
214
+ D5 = PTA2 ,
215
+ D6 = PTC2 ,
216
+ D7 = PTC3 ,
217
+ D8 = PTA0 ,
218
+ D9 = PTC4 ,
219
+ D10 = PTD0 ,
217
220
D11 = PTD2 ,
218
221
D12 = PTD3 ,
219
222
D13 = PTD1 ,
220
- D14 = PTB3 ,
221
- D15 = PTB2 ,
222
-
223
- A0 = PTC0 ,
224
- A1 = PTC1 ,
225
- A2 = PTD6 ,
226
- A3 = PTD5 ,
227
- A4 = PTB1 ,
228
- A5 = PTB0 ,
223
+ D14 = PTE24 ,
224
+ D15 = PTE25 ,
225
+
226
+ A0 = PTB2 ,
227
+ A1 = PTB3 ,
228
+ A2 = PTB10 ,
229
+ A3 = PTB11 ,
230
+ A4 = PTC10 ,
231
+ A5 = PTC11 ,
229
232
230
233
DAC0_OUT = 0xFEFE , /* DAC does not have Pin Name in RM */
231
234
You can’t perform that action at this time.
0 commit comments