This repository has been archived on 2022-01-28. You can view files and clone it, but cannot push or open issues or pull requests.
Marlin-Artillery-M600/buildroot/share/PlatformIO/variants/FYSETC_S6/PinNamesVar.h

31 lines
498 B
C
Raw Normal View History

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