代码搜索:uint8

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

代码结果 10,000
www.eeworm.com/read/282174/9116317

c main.c

#include "config.h" #include "stdio.h" #define MAX_RS232_BUF 512 //串口接收缓存区 #define UART_BPS 9600 const char Hold_String[]={"Intek"}; extern void DelayNS(uint32 dly); e
www.eeworm.com/read/184184/9118551

h usbhost.h

/* * Start of Zoran Standard Header * Copyright (c) 2003 Zoran Corporation * * * All rights reserved. Proprietary and confidential. * * DESCRIPTION for usbhost.h * Include
www.eeworm.com/read/183948/9129588

c test2.c

#define uint8 unsigned char #define uint32 unsigned int extern uint32 Add(uint32 x, uint32 y); uint32 sum; // 调用汇编程序Add实现加法运算 void Main(void) { sum = Add(555, 168); whil
www.eeworm.com/read/183948/9129595

c test1.c

#define uint8 unsigned char #define uint32 unsigned int #define N 100 uint32 sum; // 使用加法运算来计算1+2+3+...+(N-1)+N的值。(N>0) void Main(void) { uint32 i; sum = 0; for(i=0;
www.eeworm.com/read/380728/9132198

c lan91c111.c

/* * Ethernet card over the Au1xxx Static Bus * version date description author * -------+------+-----------------------------------+------ * 0.1 080104 initial w
www.eeworm.com/read/380716/9133604

c gpio.c

/**************************************************************** * 文件名 GPIO.c * 作者 wpj * 时间 2008.4.5 * 版本 1.0 * * 修改时间 * * * *********************************
www.eeworm.com/read/380647/9135856

h nor.h

/* -------------------------------------------------------------------------- FILE : nor.h PURPOSE : NOR driver header file PROJECT : DaVinci User Boot-Loader and Flasher
www.eeworm.com/read/183725/9142954

h sysled.h

/* sysLed.h - system-dependent LED driver Header File */ /* Copyright 1984-2001 Wind River Systems, Inc. */ /* modification history -------------------- 01b,05may01,g_h add support for cplusplus 01
www.eeworm.com/read/183698/9144019

h arp.h

#ifndef _ARP_H #define _ARP_H_ #include typedef struct ArpPkt { struct _EMAC_Pkt *pPrev; /* Previous record */ struct _EMAC_Pkt *pNext;
www.eeworm.com/read/281625/9145930

h serial.h

/*命令类型*/ /*参数配置部分*/ /*宏定义*/ #ifndef SERIALH #define SERIALH #define ParaSystemWorkMode 0x01 /*工作模式定义*/ //------------------------------------------- #define PacketMode