1    /* --COPYRIGHT--,EPL
     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     * --/COPYRIGHT--*/
    12    /*!
    13     *  ======== IREF ========
    14     *  MSP430 REF Interface
    15     */
    16    metaonly interface IREF inherits xdc.platform.IPeripheral {
    17    
    18        /*!
    19        *  ======== ForceSetDefaultRegister_t ========
    20        *  Force Set Default Register
    21        *
    22        *  Type to store if each register needs to be forced initialized
    23        *  even if the register is in default state.
    24        *
    25        *  @see #ForceSetDefaultRegister_t
    26        */
    27        struct ForceSetDefaultRegister_t {
    28            String     register;
    29            Bool       regForceSet;
    30        }
    31    }