1    requires ti.catalog.msp430.peripherals.clock;
     2    requires ti.catalog.msp430.peripherals.special_function;
     3    
     4    /*!
     5     *  ======== ti.catalog.msp430.peripherals.pinmux ========
     6     */
     7    package ti.catalog.msp430.peripherals.pinmux [1, 0, 0] {
     8        interface IPinMux;
     9        module  pinMux;
    10    }