?? osc.h
字號(hào):
//osc.h - code recommendation for C header file
/***********************************************************************
MODULE: Osc
VERSION: 1.04
CONTAINS: Routines for configuring the clock source on the Philips
P89LPC932
COPYRIGHT: Embedded Systems Academy, Inc. - www.esacademy.com
LICENSE: May be freely used in commercial and non-commercial code
without royalties provided this copyright notice remains
in this file and unaltered
WARNING: IF THIS FILE IS REGENERATED BY CODE ARCHITECT ANY CHANGES
MADE WILL BE LOST. WHERE POSSIBLE USE ONLY CODE ARCHITECT
TO CHANGE THE CONTENTS OF THIS FILE
GENERATED: On "Feb 24 2004" at "11:21:50" by Code Architect 2.03
***********************************************************************/
#ifndef _OSCH_
#define _OSCH_
/***********************************************************************
DESC: Initializes the oscillator to generate a CPU clock at
7.3728 MHz
Uses on-chip oscillator
RETURNS: Nothing
************************************************************************/
extern void osc_init
(
void
);
#endif // _OSCH_
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -