Marlin_Firmware/buildroot/share/PlatformIO/variants/FYSETC_S6/PinNamesVar.h

31 lines
498 B
C
Raw Normal View History

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