1    /* 
     2     *  Copyright (c) 2008 Texas Instruments and others.
     3     *  All rights reserved. This program and the accompanying materials
     4     *  are made available under the terms of the Eclipse Public License v1.0
     5     *  which accompanies this distribution, and is available at
     6     *  http://www.eclipse.org/legal/epl-v10.html
     7     * 
     8     *  Contributors:
     9     *      Texas Instruments - initial implementation
    10     * 
    11     * */
    12    requires ti.catalog.msp430.peripherals.clock;
    13    
    14    /*!
    15     *  ======== ti.catalog.msp430.peripherals.timer ========
    16     *  MSP430 Timer_A and Timer_B peripherals
    17     */
    18    package ti.catalog.msp430.peripherals.timer [1, 0, 0] {
    19        module Timer_A2, Timer1_A2;
    20        module Timer_A5, Timer0_A5;
    21        module Timer_A3, Timer0_A3, Timer1_A3, Timer2_A3;
    22        module Timer_B3;
    23        module Timer_B7, Timer0_B7;
    24        module Timer0_B3, Timer1_B3, Timer2_B3;
    25        module Timer2_A2, Timer3_A2, Timer3_A5;
    26        interface ITimer, ITimer_A, ITimer_B;
    27    }
    28    /*
    29     *  @(#) ti.catalog.msp430.peripherals.timer; 1, 0, 0,; 12-4-2015 21:40:22; /db/ztree/library/trees/platform/platform-q16/src/
    30     */
    31