代码搜索结果
找到约 10,000 项符合
MCU 的代码
mcu.h
#define LED PTC_PTC4 //系统工作指示灯
unsigned char LED_count=0; //系统工作指示灯计数器
typedef union {
byte Byte;
struct {
byte BIT0 :1;
byte BIT1 :1;
byte BIT2 :1;
mcu.h
#define LED PTC_PTC4 //系统工作指示灯
unsigned char LED_count=0; //系统工作指示灯计数器
typedef union {
byte Byte;
struct {
byte BIT0 :1;
byte BIT1 :1;
byte BIT2 :1;
mcu.lst
C51 COMPILER V7.50 MCU 05/22/2007 20:05:13 PAGE 1
C51 COMPILER V7.50, COMPILATION OF MODULE MCU
OBJECT MODULE PLACED IN .\m
mcu.c
/***************************************************************************************
****************************************************************************************
* FILE : mcu.c
*
mcu.h
/***************************************************************************************
****************************************************************************************
* FILE : mcu.h
*
mcu.c
/***************************************************************
mcu_8255A
copyright software keil inc
***************************************************************/
#include
#include
mcu.bsf
/*
WARNING: Do NOT edit the input and output ports in this file in a text
editor if you plan to continue editing the block that represents it in
the Block Editor! File corruption is VERY likely to
mcu.cdf
/* Quartus II Version 7.1 Build 156 04/30/2007 SJ Full Version */
JedecChain;
FileRevision(JESD32A);
DefaultMfr(6E);
P ActionCode(Cfg)
Device PartName(EP1C3T144) Path("E:/project/zhm1101/p