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_MSP430G2x01;
    18        module              GPIO_MSP430G2x11;
    19        module              GPIO_MSP430G2x21;
    20        module              GPIO_MSP430G2x31;
    21        module              GPIO_MSP430G2x02; 
    22        module              GPIO_MSP430G2x12;    
    23        module              GPIO_MSP430G2x32;
    24        module              GPIO_MSP430G2x52;
    25        module              GPIO_MSP430G2x03;  
    26        module              GPIO_MSP430G2x13;  
    27        module              GPIO_MSP430G2x33;  
    28        module              GPIO_MSP430G2x53;          
    29        module              GPIO_MSP430F20x1;
    30        module              GPIO_MSP430F20x2;
    31        module              GPIO_MSP430F20x3;           
    32        module              GPIO_MSP430F21x1;
    33        module              GPIO_MSP430F21x2;
    34        module              GPIO_MSP430F22x2;
    35        module              GPIO_MSP430F22x4;
    36        module      GPIO_MSP430F261x;
    37        module      GPIO_MSP430F241x;
    38        module      GPIO_MSP430F23x0;
    39        module      GPIO_MSP430F23x;
    40        module      GPIO_MSP430F24x1;
    41        module      GPIO_MSP430F24x;
    42        interface   IGPIO;
    43    }