omap30_system_init.h
来自「有关于USB的一些主机端驱动」· C头文件 代码 · 共 42 行
H
42 行
//-------------------------------------------------------------------------------
// 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 1999 Texas Instruments. All rights reserved.
//
//-------------------------------------------------------------------------------
#ifndef _OMAP30_SYSTEM_INIT__H_
#define _OMAP30_SYSTEM_INIT__H_
//-------------------------------------------------------------------------------
//
// FUNCTIONS
//
//-------------------------------------------------------------------------------
//-------------------------------------------------------------------------------
// NAME : BOOT_SystemInit
// DESCRIPTION : Gather all standard initialization
// PARAMETERS : None
// RETURN VALUE: None
// LIMITATIONS : None
//-------------------------------------------------------------------------------
void BOOT_SystemInit (void);
//-------------------------------------------------------------------------------
// NAME : BOOT_DSP
// DESCRIPTION : Release DSP Reset
// PARAMETERS : None
// RETURN VALUE: None
// LIMITATIONS : None
//-------------------------------------------------------------------------------
void BOOT_DSP (void);
#endif /* _OMAP30_SYSTEM_INIT__H_ */
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?