test.h

来自「OMAP1030 处理器的ARM 侧硬件测试代码 OMAP1030 是TI」· C头文件 代码 · 共 60 行

H
60
字号
//--------------------------------------------------------------------------------
//
//            TEXAS INSTRUMENTS INCORPORATED PROPRIETARY INFORMATION
//
//   Property of Texas Instruments
//   For  Unrestricted  Internal  Use  Only
//   Unauthorized reproduction and/or distribution is strictly prohibited.
//   This product is protected under copyright law and trade secret law
//   as an unpublished work.
//   Created 2000, (C) Copyright 2000 Texas Instruments.  All rights reserved.
//
//
//   Description        : values to define the result of the different test
//
//
//===============================================================================
#include "errorcodes.h"
#include "testaccess.h"

#ifndef _TEST_H
#define _TEST_H

//-----------------------------------------------------------------------
#define   INPUT_CHIP_FREQUENCY              12000000

//------------------------------------------------------------------------
//  Common define to set the dpll and run the test at the same frequency
//------------------------------------------------------------------------
// DPLL_COMMON_MULTIPLIER in range 2-31
#define   DPLL_COMMON_MULTIPLIER        (UWORD8)5
#define   DPLL_COMMON_MULTIPLIER1       (UWORD8)16
#define   DPLL_COMMON_MULTIPLIER2       (UWORD8)16
#define   DPLL_COMMON_MULTIPLIER3       (UWORD8)15
#define   DPLL_COMMON_MULTIPLIER4       (UWORD8)23
#define   DPLL_COMMON_MULTIPLIER5       (UWORD8)1
#define   DPLL_COMMON_MULTIPLIER6       (UWORD8)10
#define   DPLL_COMMON_MULTIPLIER7       (UWORD8)20
#define   DPLL_COMMON_MULTIPLIER8       (UWORD8)30

// DPLL_COMMON_DIVIDER in range 1-4
#define   DPLL_COMMON_DIVIDER           (UWORD8)1
#define   DPLL_COMMON_DIVIDER1          (UWORD8)2 // added by vp 2/18
#define   DPLL_COMMON_DIVIDER2          (UWORD8)3
// m=8  d=1 ->104 Mhz
// m=12 d=2 -> 78 Mhz
// m=16 d=3 -> 69.33 Mhz
// m=5 d=1 -> 65 Mhz

#define   DPLL_BOARD_MULTIPLIER        (UWORD8)5
// DPLL_COMMON_DIVIDER in range 1-4
#define   DPLL_BOARD_DIVIDER           (UWORD8)1

#endif






⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?