📄 hardwareinit.h
字号:
/*
** ###################################################################
** This code is generated by the Device Initialization Tool.
** It is overwritten during code generation.
** USER MODIFICATION ARE NOT PRESERVED IN THIS FILE.
**
** Project : ucos2formc68jl16
** Processor : MC68HC908JL16CFJE
** Version : Bean 01.046, Driver 01.00, CPU db: 2.87.069
** Datasheet : MC68HC908JL16 Rev. 1.1 11/2005
** Date/Time : 2007-8-6, 8:53
** Abstract :
** This bean "MC68HC908JL16_32FA" provides initialization of the
** CPU core and shared peripherals.
** Settings :
** Clock setting
** External clock : 9.8304 MHz
** CPU mode selection : 1
** Initialization interrupt priority : 0
** Stop instruction enabled : no
** LVI module : yes
**
** Source clock : Main clock frequency / 1
** Internal bus clock : 2.4576 MHz
** Contents :
** Function "MCU_init" initializes selected peripherals
**
** (c) Copyright UNIS, spol. s r.o. 1997-2006
** UNIS, spol s r.o.
** Jundrovska 33
** 624 00 Brno
** Czech Republic
** http : www.processorexpert.com
** mail : info@processorexpert.com
** ###################################################################
*/
#ifndef __ucos2formc68jl16_H
#define __ucos2formc68jl16_H 1
/* Include shared modules, which are used for whole project */
extern void MCU_init(void);
/*
** ===================================================================
** Method : MCU_init (bean MC68HC908JL16_32FA)
**
** Description :
** Device initialization code for selected peripherals.
** ===================================================================
*/
__interrupt void OSTickISR(void);
/*
** ===================================================================
** Interrupt handler : OSTickISR
**
** Description :
** User interrupt service routine.
** Parameters : None
** Returns : Nothing
** ===================================================================
*/
/* END ucos2formc68jl16 */
#endif
/*
** ###################################################################
**
** This file was created by UNIS Processor Expert 2.98 [03.80]
** for the Freescale HC08 series of microcontrollers.
**
** ###################################################################
*/
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -