1    requires ti.catalog.msp430.peripherals.clock;
     2    requires ti.catalog.msp430.peripherals.special_function;
     3    
     4    package ti.catalog.msp430.peripherals.communication
     5    {
     6        interface IUSCI , IUSCI_I2C , IUSCI_SPI , IUSCI_UART;
     7        interface IUSCI_A0_UART , IUSCI_A0_SPI , IUSCI_A1_UART;
     8        interface IUSCI_B0_SPI , IUSCI_B0_I2C;
     9        module USCI_A0_UART_2xx;
    10        module USCI_A0_SPI_2xx;
    11        module USCI_B0_SPI_2xx;
    12        module USCI_B0_I2C_2xx;
    13        module USCI_A1_UART_2xx;
    14    }