inithw_a9.h
来自「有关于USB的一些主机端驱动」· 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.
//
// Filename : InitHW_a9.h
//
// Description : Functions for the initialization of ARM9 and DSP hardware
//
// Project : OMAP3
//
// Author : Arnaud Balmelle (a-balmelle@ti.com)
//
//===============================================================================
#ifndef _INIT_HW_H_
#define _INIT_HW_H_
//---------------------------------------------------------------------------
// NAME : InitARM9HW
// DESCRIPTION : Basic initialization of ARM9 hardware
//
// PARAMETERS : None
//
// RETURN VALUE: None
// LIMITATIONS : None
//---------------------------------------------------------------------------
void InitARM9HW( void );
//---------------------------------------------------------------------------
// NAME : InitDSPMMU
// DESCRIPTION : Initialization of DSP MMU
//
// PARAMETERS : None
//
// RETURN VALUE: None
// LIMITATIONS : None
//---------------------------------------------------------------------------
void InitDSPMMU( void );
//---------------------------------------------------------------------------
// NAME : StartUpDSP
// DESCRIPTION : Release DSP Reset
//
// PARAMETERS : None
//
// RETURN VALUE: None
// LIMITATIONS : None
//---------------------------------------------------------------------------
void StartUpDSP( void );
void InitLCD_STN12BPP( void );
#endif /* _INIT_HW_H_ */
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?