]> 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
Replace Gecko Simplicity Studio project that had multiple build configurations with...
[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
deleted file mode 100644 (file)
index 9b58d07..0000000
+++ /dev/null
@@ -1,56 +0,0 @@
-/**************************************************************************//**\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