📄 inithw_a9.h
字号:
//===============================================================================
// 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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -