Marlin/buildroot/share/PlatformIO/variants/MARLIN_FYSETC_S6/PinNamesVar.h

31 lines
498 B
C
Raw Normal View History

2019-11-26 22:15:03 +00:00
/* SYS_WKUP */
#ifdef PWR_WAKEUP_PIN1
2020-05-11 00:28:49 +00:00
SYS_WKUP1 = PA_0, /* SYS_WKUP0 */
2019-11-26 22:15:03 +00:00
#endif
#ifdef PWR_WAKEUP_PIN2
2020-05-11 00:28:49 +00:00
SYS_WKUP2 = NC,
2019-11-26 22:15:03 +00:00
#endif
#ifdef PWR_WAKEUP_PIN3
2020-05-11 00:28:49 +00:00
SYS_WKUP3 = NC,
2019-11-26 22:15:03 +00:00
#endif
#ifdef PWR_WAKEUP_PIN4
2020-05-11 00:28:49 +00:00
SYS_WKUP4 = NC,
2019-11-26 22:15:03 +00:00
#endif
#ifdef PWR_WAKEUP_PIN5
2020-05-11 00:28:49 +00:00
SYS_WKUP5 = NC,
2019-11-26 22:15:03 +00:00
#endif
#ifdef PWR_WAKEUP_PIN6
2020-05-11 00:28:49 +00:00
SYS_WKUP6 = NC,
2019-11-26 22:15:03 +00:00
#endif
#ifdef PWR_WAKEUP_PIN7
2020-05-11 00:28:49 +00:00
SYS_WKUP7 = NC,
2019-11-26 22:15:03 +00:00
#endif
#ifdef PWR_WAKEUP_PIN8
2020-05-11 00:28:49 +00:00
SYS_WKUP8 = NC,
2019-11-26 22:15:03 +00:00
#endif
/* USB */
#ifdef USBCON
2020-05-11 00:28:49 +00:00
USB_OTG_FS_DM = PA_11,
USB_OTG_FS_DP = PA_12,
2019-11-26 22:15:03 +00:00
#endif