repo.or.cz
/
ExpressLRS.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
makes GPIO_PIN_RST optional for the sx1276
[ExpressLRS.git]
/
src
/
variants
/
r9mx
/
PinNamesVar.h
blob
9250480410e220cc201dadc5317134e5205b904d
1
/* SYS_WKUP */
2
#ifdef PWR_WAKEUP_PIN1
3
SYS_WKUP1
=
PA_0
,
4
#endif
5
#ifdef PWR_WAKEUP_PIN2
6
SYS_WKUP2
=
PC_13
,
7
#endif
8
#ifdef PWR_WAKEUP_PIN3
9
SYS_WKUP3
=
PE_6
,
10
#endif
11
#ifdef PWR_WAKEUP_PIN4
12
SYS_WKUP4
=
PA_2
,
13
#endif
14
#ifdef PWR_WAKEUP_PIN5
15
SYS_WKUP5
=
PC_5
,
16
#endif
17
#ifdef PWR_WAKEUP_PIN6
18
SYS_WKUP6
=
NC
,
19
#endif
20
#ifdef PWR_WAKEUP_PIN7
21
SYS_WKUP7
=
NC
,
22
#endif
23
#ifdef PWR_WAKEUP_PIN8
24
SYS_WKUP8
=
NC
,
25
#endif
26
/* USB */
27
#ifdef USBCON
28
USB_DM
=
PA_11
,
29
USB_DP
=
PA_12
,
30
/* USB_NOE = PA_13, */
31
/* USB_NOE = PC_9, */
32
#endif