|
@@ -184,3 +184,96 @@ void peripheral_free_list(const unsigned short per[]);
|
|
|
|
|
|
#ifndef P_TMR0
|
|
|
#define P_TMR0 P_UNDEF
|
|
|
+#endif
|
|
|
+
|
|
|
+#ifndef P_TMR1
|
|
|
+#define P_TMR1 P_UNDEF
|
|
|
+#endif
|
|
|
+
|
|
|
+#ifndef P_TMR2
|
|
|
+#define P_TMR2 P_UNDEF
|
|
|
+#endif
|
|
|
+
|
|
|
+#ifndef P_TMR3
|
|
|
+#define P_TMR3 P_UNDEF
|
|
|
+#endif
|
|
|
+
|
|
|
+#ifndef P_SPORT0_TFS
|
|
|
+#define P_SPORT0_TFS P_UNDEF
|
|
|
+#endif
|
|
|
+
|
|
|
+#ifndef P_SPORT0_DTSEC
|
|
|
+#define P_SPORT0_DTSEC P_UNDEF
|
|
|
+#endif
|
|
|
+
|
|
|
+#ifndef P_SPORT0_DTPRI
|
|
|
+#define P_SPORT0_DTPRI P_UNDEF
|
|
|
+#endif
|
|
|
+
|
|
|
+#ifndef P_SPORT0_TSCLK
|
|
|
+#define P_SPORT0_TSCLK P_UNDEF
|
|
|
+#endif
|
|
|
+
|
|
|
+#ifndef P_SPORT0_RFS
|
|
|
+#define P_SPORT0_RFS P_UNDEF
|
|
|
+#endif
|
|
|
+
|
|
|
+#ifndef P_SPORT0_DRSEC
|
|
|
+#define P_SPORT0_DRSEC P_UNDEF
|
|
|
+#endif
|
|
|
+
|
|
|
+#ifndef P_SPORT0_DRPRI
|
|
|
+#define P_SPORT0_DRPRI P_UNDEF
|
|
|
+#endif
|
|
|
+
|
|
|
+#ifndef P_SPORT0_RSCLK
|
|
|
+#define P_SPORT0_RSCLK P_UNDEF
|
|
|
+#endif
|
|
|
+
|
|
|
+#ifndef P_SD_D0
|
|
|
+#define P_SD_D0 P_UNDEF
|
|
|
+#endif
|
|
|
+
|
|
|
+#ifndef P_SD_D1
|
|
|
+#define P_SD_D1 P_UNDEF
|
|
|
+#endif
|
|
|
+
|
|
|
+#ifndef P_SD_D2
|
|
|
+#define P_SD_D2 P_UNDEF
|
|
|
+#endif
|
|
|
+
|
|
|
+#ifndef P_SD_D3
|
|
|
+#define P_SD_D3 P_UNDEF
|
|
|
+#endif
|
|
|
+
|
|
|
+#ifndef P_SD_CLK
|
|
|
+#define P_SD_CLK P_UNDEF
|
|
|
+#endif
|
|
|
+
|
|
|
+#ifndef P_SD_CMD
|
|
|
+#define P_SD_CMD P_UNDEF
|
|
|
+#endif
|
|
|
+
|
|
|
+#ifndef P_MMCLK
|
|
|
+#define P_MMCLK P_UNDEF
|
|
|
+#endif
|
|
|
+
|
|
|
+#ifndef P_MBCLK
|
|
|
+#define P_MBCLK P_UNDEF
|
|
|
+#endif
|
|
|
+
|
|
|
+#ifndef P_PPI1_D0
|
|
|
+#define P_PPI1_D0 P_UNDEF
|
|
|
+#endif
|
|
|
+
|
|
|
+#ifndef P_PPI1_D1
|
|
|
+#define P_PPI1_D1 P_UNDEF
|
|
|
+#endif
|
|
|
+
|
|
|
+#ifndef P_PPI1_D2
|
|
|
+#define P_PPI1_D2 P_UNDEF
|
|
|
+#endif
|
|
|
+
|
|
|
+#ifndef P_PPI1_D3
|
|
|
+#define P_PPI1_D3 P_UNDEF
|
|
|
+#endif
|