1    requires ti.catalog.msp430.peripherals.clock;
     2    
     3    /*!
     4     *  ======== ti.catalog.msp430.peripherals.communication ========
     5     *  MSP430 USCI peripherals
     6     */
     7    package ti.catalog.msp430.peripherals.communication [1, 0, 0]
     8    {
     9        interface IUSI;
    10        interface IUSCI , IUSCI_I2C , IUSCI_SPI , IUSCI_UART;
    11        interface IUSCI_A0_UART , IUSCI_A0_SPI , IUSCI_A1_UART;
    12        interface IUSCI_B0_SPI , IUSCI_B0_I2C;
    13        module USCI_A0_UART_2xx;
    14        module USCI_A0_SPI_2xx;
    15        module USCI_B0_SPI_2xx;
    16        module USCI_B0_I2C_2xx;
    17        module USCI_A1_UART_2xx;
    18        module USCI_A1_SPI_2xx;
    19        module USCI_B1_SPI_2xx;
    20        module USCI_B1_I2C_2xx;
    21        module USI;
    22    }