代码搜索:COM0

找到约 88 项符合「COM0」的源代码

代码结果 88
www.eeworm.com/read/105860/15657761

h main.h

#define RXBUF 512 //汉字(Asc)字模buf unsigned char gDataBuf[1920]={0}; //汉字(Asc)字符长度 int gDataLen; //socked 的 fd ,com0的fd int gfdsock_sr; //串口 int gfdcom; //grxbuf unsigned char grxbuf[RXBUF]
www.eeworm.com/read/172441/9708135

h dsp2812_rs232.h

#include "oem/odk_prj.h" #include "oem/datatype.h" #define COM0 0 /* 串口UART0 */ #define COM1 1 /* 串口UART1 */ #define TxClear 0 #define RxClear 1 /*----------------------------串口函数原型定
www.eeworm.com/read/166286/10025110

h usart.h

//Usart.h //Catinux 040811 #ifndef __USART_H #define __USART_H #define COM0 0 #define COM1 1 #define COM2 2 void ResetTxBuffer(char UsartNo); void ResetRxBuffer(char UsartNo); int Us_Send
www.eeworm.com/read/303914/13806268

h usart.h

//Usart.h //Catinux 040811 #ifndef __USART_H #define __USART_H #define COM0 0 #define COM1 1 #define COM2 2 void ResetTxBuffer(char UsartNo); void ResetRxBuffer(char UsartNo); int Us_Send
www.eeworm.com/read/450492/7482964

h sci.h

#define INVALID_COM (-1) #define COM0 0 #define COM1 1 #define COM3 2 enum tagSCI_Config { SCICFG_5DataBit=0, SCICFG_6DataBit, SCICFG_7DataBit, SCICFG_8DataBit, SCICFG_ParityNone, SC
www.eeworm.com/read/450490/7483052

h sci.h

#define INVALID_COM (-1) #define COM0 0 #define COM1 1 #define COM3 2 enum tagSCI_Config { SCICFG_5DataBit=0, SCICFG_6DataBit, SCICFG_7DataBit, SCICFG_8DataBit, SCICFG_ParityNone, SC
www.eeworm.com/read/450486/7483112

h sci.h

#define INVALID_COM (-1) #define COM0 0 #define COM1 1 #define COM3 2 enum tagSCI_Config { SCICFG_5DataBit=0, SCICFG_6DataBit, SCICFG_7DataBit, SCICFG_8DataBit, SCICFG_ParityNone, SC
www.eeworm.com/read/467365/7011012

c main.c

//app.c #include #define TASK_STK_SIZE 128 #define TASK_START_PRIO 5 #define IRQ1_PIO_INTERRUPT_LEVEL 3 OS_STK AppStartTaskStk[TASK_STK_SIZE]; AT91PS_USART COM0 = AT91C_B
www.eeworm.com/read/401327/11559355

112

#include #include #include #include #include #define MAX 10000 //long Max; long dlta[10000]; int a[MAX+1]; int store[MAX+1]; long int com0=0,mov0
www.eeworm.com/read/187582/8622409

c uart2.c

#include #include #define com0 #define fosc 4000000 //晶振4MHZ #define baud 2400 //波特率 #define RXC_BUFF_SIZE 64 #define TXC_BUFF_SIZE 64 unsigned char RXC_BUFF[RXC_BUFF_SIZ