test_otg_reg.h
来自「一个USB主机核的驱动程序」· C头文件 代码 · 共 30 行
H
30 行
/****************************************************************
* MT View Silicon Tech. Inc.
*
* Copyright 2007, MT View Silicon Tech. Inc., ShangHai, China
* All rights reserved.
*
*
* Filename: test_reg.h
*
* Programmer: Grey
*
* Created: 11/xx/2007
*
* Description: OTG register init value and read write test head file
*
*
*****************************************************************/
#ifndef __TEST_OTG_REG_H__
#define __TEST_OTG_REG_H__
#include "otg_hal.h"
extern BOOL
IsOTGRegInitValueOk(VOID);
extern BOOL
IsOTGRegRWOk(VOID);
#endif
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?