1    /* --COPYRIGHT--,EPL
     2     *  Copyright (c) 2008 Texas Instruments and others.
     3     *  All rights reserved. This program and the accompanying materials
     4     *  are made available under the terms of the Eclipse Public License v1.0
     5     *  which accompanies this distribution, and is available at
     6     *  http://www.eclipse.org/legal/epl-v10.html
     7     *
     8     *  Contributors:
     9     *      Texas Instruments - initial implementation
    10     *
    11     * --/COPYRIGHT--*/
    12    /*!
    13     *  ======== ti.catalog.msp430.peripherals.gpio ========
    14     *  MSP430 GPIO peripheral
    15     */
    16    package ti.catalog.msp430.peripherals.gpio [1, 0, 0] {
    17        module      GPIO_MSP430G2210;
    18        module      GPIO_MSP430G2230;
    19        module      GPIO_MSP430G2x01;
    20        module      GPIO_MSP430G2x11;
    21        module      GPIO_MSP430G2x21;
    22        module      GPIO_MSP430G2x31;
    23        module      GPIO_MSP430G2x02;
    24        module      GPIO_MSP430G2x12;
    25        module      GPIO_MSP430G2x32;
    26        module      GPIO_MSP430G2x52;
    27        module      GPIO_MSP430G2x03;
    28        module      GPIO_MSP430G2x13;
    29        module      GPIO_MSP430G2x33;
    30        module      GPIO_MSP430G2x53;
    31        module      GPIO_MSP430F20x1;
    32        module      GPIO_MSP430F20x2;
    33        module      GPIO_MSP430F20x3;
    34        module      GPIO_MSP430F21x1;
    35        module      GPIO_MSP430F21x2;
    36        module      GPIO_MSP430F22x2;
    37        module      GPIO_MSP430F22x4;
    38        module      GPIO_MSP430F261x;
    39        module      GPIO_MSP430F241x;
    40        module      GPIO_MSP430F23x0;
    41        module      GPIO_MSP430F23x;
    42        module      GPIO_MSP430F24x1;
    43        module      GPIO_MSP430F24x;
    44        module      GPIO_MSP430F543xA;
    45        module      GPIO_MSP430FR5739_35_31_29_25_21;
    46        module      GPIO_MSP430FR5737_33_27_23;
    47        module      GPIO_MSP430FR5738_34_30_28_24_20;
    48        module      GPIO_MSP430FR5736_32_26_22;
    49        module      GPIO_MSP430FR59xx_FR58xx;
    50        interface   IGPIO;
    51    }