]> git.proxmox.com Git - mirror_edk2.git/blobdiff - Omap35xxPkg/Include/Omap3530/Omap3530PadConfiguration.h
Added DebugAgentTimerLib. Cleaned up .h files and other code.
[mirror_edk2.git] / Omap35xxPkg / Include / Omap3530 / Omap3530PadConfiguration.h
index baae8c68c88c89534333dc24f2b6969254ca6fa9..49a6f221361cf23baa3ad2f3008cee23724e9877 100644 (file)
 #define WAKEUP_MASK          (0x2UL << WAKEUP_OFFSET)
 
 #define PULLUDDISABLE        (0x0UL << 0)
-#define PULLUDENABLE         (0x1UL << 0)
+#define PULLUDENABLE         BIT0
 #define PULLTYPENOSELECT     (0x0UL << 1)
-#define PULLTYPESELECT       (0x1UL << 1)
+#define PULLTYPESELECT       BIT1
 
 #define OUTPUT               (0x0UL) //Pin is configured in output only mode.
 #define INPUT                (0x1UL) //Pin is configured in bi-directional mode.