代码搜索:senddata
找到约 2,248 项符合「senddata」的源代码
代码结果 2,248
www.eeworm.com/read/17110/717050
c masterdevice.c
#include
#define uchar unsigned char
#define BN 16 //传送一次的字节数
uchar SLAVE=0x00; //从机地址
uchar idata ReceiveData[16];
uchar idata SendData[16]={"0123456789abcdef"};
void erro
www.eeworm.com/read/17110/717066
c slavedevice.c
#include
#define uchar unsigned char
#define SLAVE 0x00
#define BN 16
uchar idata SendData[16];
uchar idata ReceiveData[16];
void main(void)
{
SCON = 0x70; //设置串行口: 方式 1, 8位U
www.eeworm.com/read/432906/1886826
h tpm_drivers.h
#ifndef TPM_DRIVER_H
/* low level driver implementation */
struct tpm_driver {
uint32_t baseaddr;
uint32_t (*activate)(uint32_t baseaddr);
uint32_t (*ready)(uint32_t baseaddr);
uint32_t (*senddata
www.eeworm.com/read/385462/2589023
h tpm_drivers.h
#ifndef TPM_DRIVER_H
/* low level driver implementation */
struct tpm_driver {
uint32_t baseaddr;
uint32_t (*activate)(uint32_t baseaddr);
uint32_t (*ready)(uint32_t baseaddr);
uint32_t (*senddata
www.eeworm.com/read/421279/6767414
c lcd_test.c
#include "DSP28_Device.h"
unsigned int Led_Flag;
unsigned int * LedReg = (unsigned int *) 0x23FF;
unsigned int * Led8Lock= (unsigned int *) 0x25FF;
void SendData(Uint16 data);
void main
www.eeworm.com/read/392356/8348895
c lcd12864.c
#include
#include
#define SENDCOMM 0XF8 //0XF1000
#define READCOMM 0XFC //0XF1100
#define SENDDATA 0XFA //0XF1010
#define READDATA 0X
www.eeworm.com/read/268564/11134560
c lcd_test.c
#include "DSP28_Device.h"
unsigned int Led_Flag;
unsigned int * LedReg = (unsigned int *) 0x23FF;
unsigned int * Led8Lock= (unsigned int *) 0x25FF;
void SendData(Uint16 data);
void main
www.eeworm.com/read/187192/8844997
c app.c
#include "netcom.h"
#include "sys.h"
#include "net_fun.h"
extern u16_t AppDataLen;
extern u16_t AppDataBuf[];
extern u16_t RcvOk;
extern u16_t SendData();
extern u16_t bSendTokenStatus;
extern
www.eeworm.com/read/329666/12941586
c i2c.c
#include "DSP280x_Device.h" // DSP280x Headerfile Include File
#include "DSP280x_Examples.h" // DSP280x Examples Include File
void SendData(Uint16 num,Uint16 data);
void I2CA_Init
www.eeworm.com/read/242169/13091054
h can.h
#ifndef CAN_H
#define CAN_H
extern uint8 xdata CAN_SendDATA[8];
extern uint8 xdata CAN_RecvDATA[8];
#define CAN_6CLK 1 // 1(uS)
// sfr CAN0CN = 0xF8; /* CA