NetBurner 3.5.8
PDF Version
SB800EX/include/pinconstant.h
1/*NB_REVISION*/
2
3/*NB_COPYRIGHT*/
4
5#ifndef SB800EX_PIN_CONSTANT
6#define SB800EX_PIN_CONSTANT
7
11
20
21#define PIN_GPIO (0)
22
25#define PIN_1_T3IN (3)
26#define PIN_1_T3OUT (2)
27#define PIN_1_USBO_VBUS_EN (1)
28#define PIN_1_GPIO (0)
30
33#define PIN_2_UART0_RTS (3)
34#define PIN_2_UART4_RXD (2)
35#define PIN_2_DSPI2_PCS0 (1)
36#define PIN_2_GPIO (0)
38
41#define PIN_3_UART0_CTS (3)
42#define PIN_3_UART4_TXD (2)
43#define PIN_3_DSPI2_SCK (1)
44#define PIN_3_GPIO (0)
46
49#define PIN_4_UART0_RXD (3)
50#define PIN_4_I2C4_SDA (2)
51#define PIN_4_DSPI2_SIN (1)
52#define PIN_4_GPIO (0)
54
57#define PIN_5_UART0_TXD (3)
58#define PIN_5_I2C4_SCL (2)
59#define PIN_5_DSPI2_SOUT (1)
60#define PIN_5_GPIO (0)
62
65#define PIN_6_SIM0_DATA (3)
66#define PIN_6_PWM_FAULT2 (2)
67#define PIN_6_SDHC_DAT7 (1)
68#define PIN_6_GPIO (0)
70
73#define PIN_7_IRQ3 (3)
74#define PIN_7_DSPI0_PCS3 (2)
75#define PIN_7_USBH_VBUS_EN (1)
76#define PIN_7_GPIO (0)
78
79// Pin: JP3-8 / CPU Pin: NA / Reserved For: VCC3V
80
81// Pin: JP3-9 / CPU Pin: NA / Reserved For: GND
82
85#define PORTC_3_IRQ3 (3)
86#define PORTC_3_DSPI0_PCS3 (2)
87#define PORTC_3_USBH_VBUS_EN (1)
88#define PORTC_3_GPIO (0)
90
93#define PORTC_2_IRQ2 (3)
94#define PORTC_2_DSPI0_PCS2 (2)
95#define PORTC_2_USBH_VBUS_OC (1)
96#define PORTC_2_GPIO (0)
98 // end of groupGPIOSB800EX
100
101#endif // SB800EX_PIN_CONSTANT