]> git.zerfleddert.de Git - proxmark3-svn/blob - include/config_gpio.h
1a189a9ee912748758c5bd0243be7e5feafbcf6b
[proxmark3-svn] / include / config_gpio.h
1 #ifndef __CONFIG_GPIO_H
2 #define __CONFIG_GPIO_H
3
4 #define GPIO_LED_A 0
5 #define GPIO_PA1 1
6 #define GPIO_LED_D 2
7 #define GPIO_NVDD_ON 3
8 #define GPIO_FPGA_NINIT 4
9 #define GPIO_PA5 5
10 #define GPIO_PCK0 6
11 #define GPIO_LRST 7
12 #define GPIO_LED_B 8
13 #define GPIO_LED_C 9
14 #define GPIO_NCS2 10
15 #define GPIO_NCS0 11
16 #define GPIO_MISO 12
17 #define GPIO_MOSI 13
18 #define GPIO_SPCK 14
19 #define GPIO_SSC_FRAME 15
20 #define GPIO_SSC_CLK 16
21 #define GPIO_SSC_DOUT 17
22 #define GPIO_SSC_DIN 18
23 #define GPIO_MUXSEL_HIPKD 19
24 #define GPIO_MUXSEL_LOPKD 20
25 #define GPIO_MUXSEL_HIRAW 21
26 #define GPIO_MUXSEL_LORAW 22
27 #define GPIO_BUTTON 23
28 #define GPIO_USB_PU 24
29 #define GPIO_RELAY 25
30 #define GPIO_FPGA_ON 26
31 #define GPIO_FPGA_DONE 27
32 #define GPIO_FPGA_NPROGRAM 28
33 #define GPIO_FPGA_CCLK 29
34 #define GPIO_FPGA_DIN 30
35 #define GPIO_FPGA_DOUT 31
36
37 #define ANIN_AMPL_LO 4
38 #define ANIN_AMPL_HI 5
39
40 #endif
Impressum, Datenschutz