]> git.zerfleddert.de Git - proxmark3-svn/blobdiff - include/config_gpio.h
Initial commit for the firmware. Used the 20090306_ela version as baseline.
[proxmark3-svn] / include / config_gpio.h
diff --git a/include/config_gpio.h b/include/config_gpio.h
new file mode 100644 (file)
index 0000000..1a189a9
--- /dev/null
@@ -0,0 +1,40 @@
+#ifndef __CONFIG_GPIO_H\r
+#define __CONFIG_GPIO_H\r
+\r
+#define GPIO_LED_A                     0\r
+#define GPIO_PA1                       1\r
+#define GPIO_LED_D                     2\r
+#define GPIO_NVDD_ON           3\r
+#define GPIO_FPGA_NINIT                4\r
+#define GPIO_PA5                       5\r
+#define GPIO_PCK0                      6\r
+#define GPIO_LRST                      7\r
+#define GPIO_LED_B                     8\r
+#define GPIO_LED_C                     9\r
+#define GPIO_NCS2                      10\r
+#define GPIO_NCS0                      11\r
+#define GPIO_MISO                      12\r
+#define GPIO_MOSI                      13\r
+#define GPIO_SPCK                      14\r
+#define GPIO_SSC_FRAME         15\r
+#define GPIO_SSC_CLK           16\r
+#define GPIO_SSC_DOUT          17\r
+#define GPIO_SSC_DIN           18\r
+#define GPIO_MUXSEL_HIPKD      19\r
+#define GPIO_MUXSEL_LOPKD      20\r
+#define GPIO_MUXSEL_HIRAW      21\r
+#define GPIO_MUXSEL_LORAW      22\r
+#define GPIO_BUTTON                    23\r
+#define GPIO_USB_PU                    24\r
+#define GPIO_RELAY                     25\r
+#define GPIO_FPGA_ON           26\r
+#define GPIO_FPGA_DONE         27\r
+#define GPIO_FPGA_NPROGRAM     28\r
+#define GPIO_FPGA_CCLK         29\r
+#define GPIO_FPGA_DIN          30\r
+#define GPIO_FPGA_DOUT         31\r
+\r
+#define ANIN_AMPL_LO           4\r
+#define ANIN_AMPL_HI           5\r
+\r
+#endif\r
Impressum, Datenschutz