cam1regtst.h
来自「OMAP1030 处理器的ARM 侧硬件测试代码 OMAP1030 是TI」· C头文件 代码 · 共 87 行
H
87 行
/*****************************************************************************
* 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 2004, (C) Copyright 2004 Texas Instruments. All rights reserved.
*
*
* File content: C Header file containing EASI-Checker function
* declarations
*
* Generated by: EASI-GEN from Beach Solutions Ltd.
*
* Generator version: 2.0
*
* Template version: 18
*
*
*
* Filename: CAM1RegTst.h
*
* Description: CAM1 register test functions
*
* Module name: CAM1
*
* Module version: 0.1
*
*****************************************************************************/
#ifndef _CAM1_REG_TST_H
#define _CAM1_REG_TST_H
#if defined(__cplusplus)
extern "C" {
#endif /* defined(__cplusplus) */
/*****************************************************************************
* EXPORTED DEFINITIONS
******************************************************************************
*/
/*****************************************************************************
* EXPORTED TYPES
******************************************************************************
*/
/*****************************************************************************
* EXPORTED VARIABLES
******************************************************************************
*/
/*****************************************************************************
* EXPORTED FUNCTIONS
******************************************************************************
*/
/* Module PowerOn Reset Value Test Function */
extern void CAM1PowerOnResetTest(const UWORD32 baseAddress);
/* Module Register Exlusivity Test Functions */
extern void CAM1RegisterExclusivityTestUp(const UWORD32 baseAddress);
extern void CAM1RegisterExclusivityTestDown(const UWORD32 baseAddress);
/* Module Register Integrity Tests Functions */
extern void CAM1RegisterIntegrityTest(const UWORD32 baseAddress);
extern void CAM1RegisterIntegrityRW0ToSetTest(const UWORD32 baseAddress);
extern void CAM1RegisterIntegrityRW1ToSetTest(const UWORD32 baseAddress);
extern void CAM1RegisterIntegrityRW0ToClrTest(const UWORD32 baseAddress);
extern void CAM1RegisterIntegrityRW0ToClrTest(const UWORD32 baseAddress);
extern void CAM1RegisterIntegrityRW1TogPerBitTest(const UWORD32 baseAddress);
/* Module Read Only Register / Write Only Register Test Function */
extern void CAM1RegisterROWOTest(const UWORD32 baseAddress);
#if defined(__cplusplus)
} /* End of C++ extern block */
#endif /* defined(__cplusplus) */
#endif /* _CAM1_REG_TST_H */
/* EOF */
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?