代码搜索结果
找到约 10,000 项符合
MCU 的代码
mcu.c
/*
* mcu.c --
*
* Support for MCU allocation, deallocation, and printing.
*
*/
/*
* $Id: mcu.c,v 1.5 2004/08/18 21:38:43 enlf Exp $
*/
#include
#include
#include
mcu.h
/*
* mcu.h --
*
* Part of the Independent JPEG Group's software.
* See the file Copyright for more details.
*
*/
/*
* $Id: mcu.h,v 1.2 2004/12/14 22:59:34 enlf Exp $
*/
#ifndef _MCU
#define _M
mcu.c
#include "golbal.h"
/* define these variable for MTV230M chip configuration */
//BYTE xdata AUXRAM[768] _at_ 0x0800;
//Xdata use DPTR instruction
//Pdata use MOVX instruction set at BL51 C
mcu.lst
C51 COMPILER V7.07 MCU 12/01/2003 15:27:37 PAGE 1
C51 COMPILER V7.07, COMPILATION OF MODULE MCU
OBJECT MODULE PLACED IN MCU
mcu.h
#define ENABLE_WDT() byM230_WDT=0x40
//extern BYTE xdata AUXRAM[768];// _at_ 0x0800;
//Xdata use DPTR instruction
//Pdata use MOVX instruction set at BL51 Code/banking linker>size/locati
mcu.h
#ifndef __MCU_H__
#define __MCU_H__
void Init_Device(void);
void Clr_DOG(void);
void CloseWDT(void);
#endif
mcu.c
/////////////////////////////////////
// Generated Initialization File //
/////////////////////////////////////
#include "C8051F340.h"
#include
#include
#include