代码搜索:COM0
找到约 88 项符合「COM0」的源代码
代码结果 88
www.eeworm.com/read/103448/15731843
seg newlcd.seg
; Seg com0 com1 com2 com3 spec
0 9C0 9C1 9C2 A10 S
1 900 911 910 903 S
2 9D0 901 912 902 S
3 920 931 930 923 S
4 A00 921 932 922 S
5 940 951 950 943 S
6 9D2 941 952 942 S
7 960 971 970
www.eeworm.com/read/103448/15731866
bak r08lcd.seg.bak
; Seg com0 com1 com2 com3 spec
0 9C0 9C1 9C2 A10 S
1 900 911 910 903 S
2 9D0 901 912 902 S
3 920 931 930 923 S
4 A00 921 932 922 S
5 940 951 950 943 S
6 9D2 941 952 942 S
7 960 971 970
www.eeworm.com/read/103448/15731894
bak newlcd.seg.bak
; Seg com0 com1 com2 com3 spec
0 9C0 9C1 9C2 --- S
1 900 911 910 903 S
2 9D0 901 912 902 S
3 920 931 930 923 S
4 A00 921 932 922 S
5 940 951 950 943 S
6 9D2 941 952 942 S
7 960 971 970
www.eeworm.com/read/103448/15731898
bak 60r08lcd.seg.bak
; Seg com0 com1 com2 com3 spec
0 9C0 9C1 9C2 A10 S
1 900 911 910 903 S
2 9D0 901 912 902 S
3 920 931 930 923 S
4 A00 921 932 922 S
5 940 951 950 943 S
6 9D2 941 952 942 S
7 960 971 970
www.eeworm.com/read/169028/5428994
asm portassign.asm
;=================port assign===============
outctrl_p equ fp01
zero equ fp00
buzzer_p equ fp02
seg0 equ fp10
seg1 equ fp11
seg2 equ fp12
seg3 equ fp13
seg4 equ fp14
co
www.eeworm.com/read/17110/717017
txt a.txt
ass
*** error 34: undefined identifier
assin
*** error 34: undefined identifier
assin com1
*** error 34: undefined identifier
assin com0
*** error 34: undefined identifier
ASSIN
*** error 34:
www.eeworm.com/read/25215/846273
txt a.txt
ass
*** error 34: undefined identifier
assin
*** error 34: undefined identifier
assin com1
*** error 34: undefined identifier
assin com0
*** error 34: undefined identifier
ASSIN
*** error 34:
www.eeworm.com/read/231919/4709150
map main.map
Allocating common symbols
Common symbol size file
COM0 0x4 interrupt_Usart.o
pCDC 0x18 main.o
csrTab 0x
www.eeworm.com/read/183829/9135840
h libuart.h
#ifndef _LIB_COMM_
#define _LIB_COMM_
enum
{
COM0,
COM1,
COM2
};
extern void ComInit(int CommNum,int Baudrate);
extern void ComSendBuff(int CommNum,unsigned char *TxBuff,int Len)
www.eeworm.com/read/183829/9136023
h libuart.h
#ifndef _LIB_COMM_
#define _LIB_COMM_
enum
{
COM0,
COM1,
COM2
};
extern void ComInit(int CommNum,int Baudrate);
extern void ComSendBuff(int CommNum,unsigned char *TxBuff,int Len)