]>
Commit | Line | Data |
---|---|---|
1 | #ifndef __CONFIG_GPIO_H\r | |
2 | #define __CONFIG_GPIO_H\r | |
3 | \r | |
4 | #define GPIO_LED_A 0\r | |
5 | #define GPIO_PA1 1\r | |
6 | #define GPIO_LED_D 2\r | |
7 | #define GPIO_NVDD_ON 3\r | |
8 | #define GPIO_FPGA_NINIT 4\r | |
9 | #define GPIO_PA5 5\r | |
10 | #define GPIO_PCK0 6\r | |
11 | #define GPIO_LRST 7\r | |
12 | #define GPIO_LED_B 8\r | |
13 | #define GPIO_LED_C 9\r | |
14 | #define GPIO_NCS2 10\r | |
15 | #define GPIO_NCS0 11\r | |
16 | #define GPIO_MISO 12\r | |
17 | #define GPIO_MOSI 13\r | |
18 | #define GPIO_SPCK 14\r | |
19 | #define GPIO_SSC_FRAME 15\r | |
20 | #define GPIO_SSC_CLK 16\r | |
21 | #define GPIO_SSC_DOUT 17\r | |
22 | #define GPIO_SSC_DIN 18\r | |
23 | #define GPIO_MUXSEL_HIPKD 19\r | |
24 | #define GPIO_MUXSEL_LOPKD 20\r | |
25 | #define GPIO_MUXSEL_HIRAW 21\r | |
26 | #define GPIO_MUXSEL_LORAW 22\r | |
27 | #define GPIO_BUTTON 23\r | |
28 | #define GPIO_USB_PU 24\r | |
29 | #define GPIO_RELAY 25\r | |
30 | #define GPIO_FPGA_ON 26\r | |
31 | #define GPIO_FPGA_DONE 27\r | |
32 | #define GPIO_FPGA_NPROGRAM 28\r | |
33 | #define GPIO_FPGA_CCLK 29\r | |
34 | #define GPIO_FPGA_DIN 30\r | |
35 | #define GPIO_FPGA_DOUT 31\r | |
36 | \r | |
37 | #define ANIN_AMPL_LO 4\r | |
38 | #define ANIN_AMPL_HI 5\r | |
39 | \r | |
40 | #endif\r |