代码搜索:uint

找到约 10,000 项符合「uint」的源代码

代码结果 10,000
www.eeworm.com/read/429611/8799393

h mbuf.h

#ifndef _MBUF_H #define _MBUF_H #include #ifndef _GLOBAL_H #include "global.h" #endif extern unsigned Ibufsize; /* Size of interrupt buffers to allocate */ extern int Nibufs; /
www.eeworm.com/read/429130/8817297

c uart.c

/**************************************************************************** * 文件名:SENDSTR.C * 功能:向串口发送数据。 * 说明:使用外部11.0592MHz晶振,根据CONFIG.H文件配置,Fpclk=11.0592MHz; * 通讯波特率115200,8位数据位,1位停止位,无奇
www.eeworm.com/read/429129/8817345

c uart.c

/**************************************************************************** * 文件名:SENDSTR.C * 功能:向串口发送数据。 * 说明:使用外部11.0592MHz晶振,根据CONFIG.H文件配置,Fpclk=11.0592MHz; * 通讯波特率115200,8位数据位,1位停止位,无奇
www.eeworm.com/read/384905/8834843

c md5.c

/** * support MD5 for PPPoE CHAP mode * * taken from RFC-1321/Appendix A.3 * MD5C.C - RSA Data Security, Inc., MD5 message-digest algorithm */ /* ***************************************
www.eeworm.com/read/285161/8864303

c d12ci.c

#include "EPPHAL.H" #define D12_COMMAND 1 #define D12_DATA 0 #define D12_FULLEMPTY 0x01 #include "d12.h" #include "uart.h" sbit USB_A0 = 0xB5; sbit USB_WR = 0xB6; sbit USB_RD = 0
www.eeworm.com/read/285161/8864329

h d12ci.h

#ifndef __D12CI_H__ #define __D12CI_H__ #include "mytype.h" void D12_AcknowledgeEndpoint(uint8 endp); uint8 D12_WriteEndpoint(uint8 endp,uint8 len,uint8 * buf); uint8 D12_ReadEndpoint(uint8 endp,
www.eeworm.com/read/285161/8864352

h d12.h

#ifndef __d12_h__ #define __d12_h__ #include "mytype.h" #define MAX_CONTROLDATA_SIZE 16 #define D12_INT_ENDP0OUT 0x01 #define D12_INT_ENDP0IN 0x02 #define D12_INT_ENDP1OUT 0x04 #define D1
www.eeworm.com/read/285161/8864365

lst d12ci.lst

C51 COMPILER V8.02 D12CI 03/04/2008 13:50:50 PAGE 1 C51 COMPILER V8.02, COMPILATION OF MODULE D12CI OBJECT MODULE PLACED IN D
www.eeworm.com/read/284411/8934897

h types.h

#ifndef __TYPES_H #define __TYPES_H #ifdef __BORLANDC__ #define __attribute__(x) #define __alignof__(x) sizeof(x) typedef char INT8; typedef int INT16; typedef long INT32; typedef
www.eeworm.com/read/427300/8952908

c ov2630_hw.c

// // Copyright (c) Microsoft Corporation. All rights reserved. // // // Use of this sample source code is subject to the terms of the Microsoft // license agreement under which you licensed thi