代码搜索:senddata

找到约 2,248 项符合「senddata」的源代码

代码结果 2,248
www.eeworm.com/read/436720/7764242

c testtcp.c

#include "DSP28_Device.h" Uint16 AicRegs; Uint16 FrameLenth; Uint16 RxSuccessFlag; extern Uint16 TCPTimeout; //------------------- Uint16 TxEthnetFrameBuffer[1518/2]; Uint16 RxEthnetFrameB
www.eeworm.com/read/436720/7764357

c lcd_test.c

#include "DSP28_Device.h" extern Uint16 SYSTAB[]; extern Uint16 SCRTAB[]; void SendData(Uint16 data); void main(void) { /*初始化系统*/ InitSysCtrl(); /*关中断*/ DINT; IER = 0x0000;
www.eeworm.com/read/436720/7764778

c testip.c

#include "DSP28_Device.h" Uint16 FrameLenth; Uint16 RxSuccessFlag; //------------------- Uint16 TxEthnetFrameBuffer[1518/2]; Uint16 RxEthnetFrameBuffer[1518/2]; //------------------- void
www.eeworm.com/read/433998/7898528

cpp testcandlg.cpp

// TestCanDlg.cpp : implementation file // #include "stdafx.h" #include "TestCan.h" #include "TestCanDlg.h" #include "D:\WINCE420\PLATFORM\SMDK2410\DRIVERS\CAN\sja1000.h" //#include "C:\Progra
www.eeworm.com/read/298720/7943102

h wzdprtio.h

// PortIO.h: interface for the CPortIO class. // ////////////////////////////////////////////////////////////////////// #if !defined(AFX_PORTIO_H__81CE0F20_8C16_11D2_A18D_99620BDF6820__INCLUDED_)
www.eeworm.com/read/197427/7994523

cpp mysocket.cpp

//MySocket.cpp #include #include #include #include #include #include #include #include #include "MySocket.h"
www.eeworm.com/read/242777/12986113

c nrf24l01bak.c

//-------------------------------------------------------- //-------------------------------------------------------- void SPI_SendData(uchar *nrfTxData, uchar *nrfRxData, uchar No) { uchar i;
www.eeworm.com/read/242777/12986148

lst wdct.lst

__start: __text_start: 0032 E5CF LDI R28,0x5F 0033 E0D4 LDI R29,4 0034 BFCD OUT 0x3D,R28 0035 BFDE OUT 0x3E,R29 0036 52C0 SUBI R28,0x20 0037 40D
www.eeworm.com/read/326436/13142070

c lightenled.c

//名称:MAX7219串口驱动显示 //函数:sendData_7219(unsigned int,unsigned int); //硬件端口:IOB0-BIN IOB1-LOAD(低电平有效) IOB2-CLK //*********** 定义各个引脚********************************** // IOB4 ----------- SCK // IOB
www.eeworm.com/read/239130/13301843

h rs232.h

extern void rs232_initialize(void); extern void rs232_senddata(unsigned char ch); extern unsigned char rs232_getdata(unsigned char access_mode); #ifndef IN_UART #endif