代码搜索结果
找到约 10,000 项符合
MCU 的代码
dds_mcu.vwf
/*
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_keyscan.c
#include
#define uchar unsigned char
#define unit unsigned int
void delay(void);
uchar keyscan();
unit j,h;
void main()
{
uchar *p,*c, key;
*p=0x40;*c=0x40;
*(p+1)=0xf
ctkav_mcu.h
#ifndef __CTKAV_MCU_H__
#define __CTKAV_MCU_H__
#ifdef __cplusplus
extern "C" {
#endif //__cplusplus
#define REG_MCU_BASE (CT909_IO_START+0x880)
#define REG_MCU_MR0 (*((volatile DWOR
init_mcu.asm
;************Setting config register and I/O port, interruptions*******
;PTB0,1,2,3,4 AS DOT0,1,2,3,4 PTB5 TO CONTROL DC-DC CONVERTER
;PTD0,1,3 AS DOT5,6&MOTOR DRIVER SIGNAL PTD4 AS INPUT CAPTURE
mcu_command.lst
C51 COMPILER V8.02 MCU_COMMAND 06/13/2007 17:08:12 PAGE 1
C51 COMPILER V8.02, COMPILATION OF MODULE MCU_COMMAND
OBJECT MODULE PLACE
mcu_command.c
#include
#define Clock 11059200
#define Bauder 4800
//#define PatternClock INT0
//#define SEND0 INT1
//#define BUS P1
unsigned char bdata ByteH,ByteL;
bit SEND0,SEND1,SEND2;
sb