]> git.sur5r.net Git - freertos/blobdiff - FreeRTOS/Demo/CORTEX_EFM32_Gecko_Starter_Kit_Simplicity_Studio/Source/SilLabs_Code/Device/SiliconLabs/EFM32PG1B/Include/efm32pg1b_gpio_p.h
Add files necessary to create a Pearl Gecko build configuration in the new EFM32...
[freertos] / FreeRTOS / Demo / CORTEX_EFM32_Gecko_Starter_Kit_Simplicity_Studio / Source / SilLabs_Code / Device / SiliconLabs / EFM32PG1B / Include / efm32pg1b_gpio_p.h
diff --git a/FreeRTOS/Demo/CORTEX_EFM32_Gecko_Starter_Kit_Simplicity_Studio/Source/SilLabs_Code/Device/SiliconLabs/EFM32PG1B/Include/efm32pg1b_gpio_p.h b/FreeRTOS/Demo/CORTEX_EFM32_Gecko_Starter_Kit_Simplicity_Studio/Source/SilLabs_Code/Device/SiliconLabs/EFM32PG1B/Include/efm32pg1b_gpio_p.h
new file mode 100644 (file)
index 0000000..9b58d07
--- /dev/null
@@ -0,0 +1,56 @@
+/**************************************************************************//**\r
+ * @file efm32pg1b_gpio_p.h\r
+ * @brief EFM32PG1B_GPIO_P register and bit field definitions\r
+ * @version 4.2.1\r
+ ******************************************************************************\r
+ * @section License\r
+ * <b>Copyright 2015 Silicon Laboratories, Inc. http://www.silabs.com</b>\r
+ ******************************************************************************\r
+ *\r
+ * Permission is granted to anyone to use this software for any purpose,\r
+ * including commercial applications, and to alter it and redistribute it\r
+ * freely, subject to the following restrictions:\r
+ *\r
+ * 1. The origin of this software must not be misrepresented; you must not\r
+ *    claim that you wrote the original software.@n\r
+ * 2. Altered source versions must be plainly marked as such, and must not be\r
+ *    misrepresented as being the original software.@n\r
+ * 3. This notice may not be removed or altered from any source distribution.\r
+ *\r
+ * DISCLAIMER OF WARRANTY/LIMITATION OF REMEDIES: Silicon Laboratories, Inc.\r
+ * has no obligation to support this Software. Silicon Laboratories, Inc. is\r
+ * providing the Software "AS IS", with no express or implied warranties of any\r
+ * kind, including, but not limited to, any implied warranties of\r
+ * merchantability or fitness for any particular purpose or warranties against\r
+ * infringement of any proprietary rights of a third party.\r
+ *\r
+ * Silicon Laboratories, Inc. will not be liable for any consequential,\r
+ * incidental, or special damages, or any other relief, or for any claim by\r
+ * any third party, arising from your use of this Software.\r
+ *\r
+ *****************************************************************************/\r
+/**************************************************************************//**\r
+* @addtogroup Parts\r
+* @{\r
+******************************************************************************/\r
+/**************************************************************************//**\r
+ * @brief GPIO_P EFM32PG1B GPIO P\r
+ *****************************************************************************/\r
+typedef struct\r
+{\r
+  __IO uint32_t CTRL;         /**< Port Control Register  */\r
+  __IO uint32_t MODEL;        /**< Port Pin Mode Low Register  */\r
+  __IO uint32_t MODEH;        /**< Port Pin Mode High Register  */\r
+  __IO uint32_t DOUT;         /**< Port Data Out Register  */\r
+  uint32_t      RESERVED0[2]; /**< Reserved for future use **/\r
+  __IO uint32_t DOUTTGL;      /**< Port Data Out Toggle Register  */\r
+  __I uint32_t  DIN;          /**< Port Data In Register  */\r
+  __IO uint32_t PINLOCKN;     /**< Port Unlocked Pins Register  */\r
+  uint32_t      RESERVED1[1]; /**< Reserved for future use **/\r
+  __IO uint32_t OVTDIS;       /**< Over Voltage Disable for all modes  */\r
+  uint32_t      RESERVED2[1]; /**< Reserved future */\r
+} GPIO_P_TypeDef;\r
+\r
+/** @} End of group Parts */\r
+\r
+\r