1    
     2    /* requires ti.catalog.msp430.peripherals.special_function; ?? */
     3    
     4    /*!
     5     *  ======== ti.catalog.msp430.peripherals.rtc ========
     6     *  MSP430 RTC (real time clock) peripheral
     7     */
     8    package ti.catalog.msp430.peripherals.rtc [1, 0, 0] {
     9        interface IRTC;
    10        module RTC_B;
    11    }