代码搜索:senddata
找到约 2,248 项符合「senddata」的源代码
代码结果 2,248
www.eeworm.com/read/109724/15551548
h isr.h
unsigned char bdata FLAGS;
sbit Configured = FLAGS^0;
sbit STALL = FLAGS^1;
sbit SendData = FLAGS^2;
sbit IsDescriptor = FLAGS^3;
sbit SetAddr = FLAGS^4;
sbit
www.eeworm.com/read/219265/14890264
h halexm.h
/* Copyright (c) 1999-2002 ITRAN Communications, Ltd. All rights reserved */
#ifndef _example_code_HAL_949872_
#define _example_code_HAL_949872_
#include "Portability.h"
extern void HalExm_I
www.eeworm.com/read/187785/8601083
h resource.h
//{{NO_DEPENDENCIES}}
// Microsoft Developer Studio generated include file.
// Used by SendData.rc
//
#define IDM_ABOUTBOX 0x0010
#define IDD_ABOUTBOX 100
#
www.eeworm.com/read/363837/9934143
h resource.h
//{{NO_DEPENDENCIES}}
// Microsoft Visual C++ generated include file.
// Used by SendData.rc
//
#define IDD_SEND 129
#define IDC_DATA 1001
#define I
www.eeworm.com/read/436821/7762215
c t.c
#include
#include
#include
//===========================函数声明=====================================//
void SendData(unsigned char Serial_data) ;
unsigned char ReadCode();
www.eeworm.com/read/299708/7838235
h resource.h
//{{NO_DEPENDENCIES}}
// Microsoft Developer Studio generated include file.
// Used by Host.rc
//
#define ID_SENDDATA 3
#define ID_RECDATA 5
#define IDD_
www.eeworm.com/read/150305/12300229
h comctrl.h
//the two function are for converting string to hex
char ConvertHexChar(char ch);
int String2Hex(CString str, CByteArray &senddata);
DWORD CheckSum(DWORD array[] , int start , int end);
//requi
www.eeworm.com/read/14232/323983
h nrf905.h
#define SIZE 32
extern uchar TxBuf[SIZE],RxBuf[SIZE];
extern void nrf905_Init();
extern void nrf905_SendData();
extern void nrf905_ReadData();
www.eeworm.com/read/431518/8672127
s lcddrive.s
.module LcdDrive.c
.area text(rom, con, rel)
; i -> R16,R17
.even
_LCD_Delay::
; #include "SYS_Config.H"
; #include "GUI_Config.H"
;
; INT8U LCD_BGColor;
; INT8U LCD_PenColor
www.eeworm.com/read/167690/9955733
c 3510i.c
#include "3510i.h"
#include "math.h"
#include "english_6x8_pixel.h"
uchar LCD_BGColor;
uchar LCD_PenColor;
void LCD_Delay(void)
{
uint i;
for(i = 0; i < 32768; i ++)
asm("NOP");
}
v