1 /* 2 * Copyright (c) 2016, Texas Instruments Incorporated 3 * All rights reserved. 4 * 5 * Redistribution and use in source and binary forms, with or without 6 * modification, are permitted provided that the following conditions 7 * are met: 8 * 9 * * Redistributions of source code must retain the above copyright 10 * notice, this list of conditions and the following disclaimer. 11 * 12 * * Redistributions in binary form must reproduce the above copyright 13 * notice, this list of conditions and the following disclaimer in the 14 * documentation and/or other materials provided with the distribution. 15 * 16 * * Neither the name of Texas Instruments Incorporated nor the names of 17 * its contributors may be used to endorse or promote products derived 18 * from this software without specific prior written permission. 19 * 20 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" 21 * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, 22 * THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 23 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 24 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 25 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 26 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; 27 * OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, 28 * WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR 29 * OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, 30 * EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 31 */ 32 33 /*! 34 * ======== ti.catalog.msp430.peripherals.gpio ======== 35 * MSP430 GPIO peripheral 36 */ 37 package ti.catalog.msp430.peripherals.gpio [1, 0, 0] { 38 module GPIO_MSP430G2210; 39 module GPIO_MSP430G2230; 40 module GPIO_MSP430G2x01; 41 module GPIO_MSP430G2x11; 42 module GPIO_MSP430G2x21; 43 module GPIO_MSP430G2x31; 44 module GPIO_MSP430G2x02; 45 module GPIO_MSP430G2x12; 46 module GPIO_MSP430G2x32; 47 module GPIO_MSP430G2x44; 48 module GPIO_MSP430G2x52; 49 module GPIO_MSP430G2x55; 50 module GPIO_MSP430G2x03; 51 module GPIO_MSP430G2x13; 52 module GPIO_MSP430G2x33; 53 module GPIO_MSP430G2x53; 54 module GPIO_MSP430F20x1; 55 module GPIO_MSP430F20x2; 56 module GPIO_MSP430F20x3; 57 module GPIO_MSP430F21x1; 58 module GPIO_MSP430F21x2; 59 module GPIO_MSP430F22x2; 60 module GPIO_MSP430F22x4; 61 module GPIO_MSP430F261x; 62 module GPIO_MSP430F241x; 63 module GPIO_MSP430F23x0; 64 module GPIO_MSP430F23x; 65 module GPIO_MSP430F24x1; 66 module GPIO_MSP430F24x; 67 module GPIO_MSP430F543xA; 68 module GPIO_MSP430FR5739_35_31_29_25_21; 69 module GPIO_MSP430FR5737_33_27_23; 70 module GPIO_MSP430FR5738_34_30_28_24_20; 71 module GPIO_MSP430FR5736_32_26_22; 72 module GPIO_MSP430FR59xx_FR58xx; 73 interface IGPIO; 74 }