XMC4xxx: Add pin multiplexing header file.

This commit is contained in:
Gregory Nutt
2017-03-18 11:25:14 -06:00
parent b582d0b5df
commit 9769c67d4d
2 changed files with 753 additions and 1 deletions
File diff suppressed because it is too large Load Diff
+1 -1
View File
@@ -65,7 +65,7 @@
/* See chip/xmc4_ports.h for the IOCR definitions */
/* Direct input */
# define GPIO_INPUT_NOPULL (IOCR_INPUT_NOPULL << GPIO_PINTYPE_SHIFT)
# define GPIO_INPUT (IOCR_INPUT_NOPULL << GPIO_PINTYPE_SHIFT)
# define GPIO_INPUT_PULLDOWN (IOCR_INPUT_PULLDOWN << GPIO_PINTYPE_SHIFT)
# define GPIO_INPUT_PULLUP (IOCR_INPUT_PULLUP << GPIO_PINTYPE_SHIFT)
# define GPIO_INPUT_CONT (IOCR_INPUT_CONT << GPIO_PINTYPE_SHIFT)