1    /*
     2     *  Copyright (c) 2015 by 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     * */
    12    
    13    requires ti.catalog.msp430.peripherals.clock;
    14    
    15    /*!
    16     *  ======== ti.catalog.msp430.peripherals.communication ========
    17     *  MSP430 USCI peripherals
    18     */
    19    package ti.catalog.msp430.peripherals.communication [1, 0, 0]
    20    {
    21        interface IUSI;
    22        interface IUSCI , IUSCI_I2C , IUSCI_SPI , IUSCI_UART;
    23        interface IUSCI_A0_UART , IUSCI_A0_SPI , IUSCI_A1_UART;
    24        interface IUSCI_B0_SPI , IUSCI_B0_I2C;
    25        interface IEUSCI;
    26        module USCI_A0_UART_2xx;
    27        module USCI_A0_SPI_2xx;
    28        module USCI_B0_SPI_2xx;
    29        module USCI_B0_I2C_2xx;
    30        module USCI_A1_UART_2xx;
    31        module USCI_A1_SPI_2xx;
    32        module USCI_B1_SPI_2xx;
    33        module USCI_B1_I2C_2xx;
    34        module USI;
    35        module EUSCI_A0;
    36        module EUSCI_A1;
    37        module EUSCI_B0;
    38    }
    39    /*
    40     *  @(#) ti.catalog.msp430.peripherals.communication; 1, 0, 0,; 8-14-2015 13:38:39; /db/ztree/library/trees/platform/platform-q07/src/
    41     */
    42