1 requires ti.catalog.msp430.peripherals.clock; 2 requires ti.catalog.msp430.peripherals.special_function; 3 4 /*! 5 * ======== ti.catalog.msp430.peripherals.pmm ======== 6 * MSP430 PMM (Power Management Module) peripheral 7 */ 8 package ti.catalog.msp430.peripherals.pmm [1, 0, 0] { 9 interface IPMM; 10 module PMM; 11 }