代码搜索:uint8
找到约 10,000 项符合「uint8」的源代码
代码结果 10,000
www.eeworm.com/read/312689/13606263
lst uart.lst
C51 COMPILER V8.08 UART 03/24/2008 14:29:57 PAGE 1
C51 COMPILER V8.08, COMPILATION OF MODULE UART
OBJECT MODULE PLACED IN UA
www.eeworm.com/read/310902/13641618
c ext1.c
/*********************************************************************************************************
** Small RTOS(51)
** Th
www.eeworm.com/read/310762/13644391
h rs485.h
#ifndef __RS485__
#define __RS485__
/************UART0******************/
extern uint8 UART0_GetByte (void);
extern void UART0_GetStr (uint8 *s, uint32 n) ;
extern void UART0_S
www.eeworm.com/read/310762/13644490
c main.c
/****************************************Copyright (c)**************************************************
** Guangzou ZLG-MCU Development Co.,LTD.
**
www.eeworm.com/read/310762/13644497
txt main.txt
; generated by ARM/Thumb C/C++ Compiler with , RVCT3.0 [Build 951] for uVision
; commandline ArmCC [--debug -c --asm --interleave -omain.o --device=DARMP --apcs=interwork -O0 -IC:\Keil\ARM\INC\Philip
www.eeworm.com/read/310353/13653192
h ch375hf9.h
/* 2004.06.05, 2004.09.20, 2004.10.22, 2004.11.20, 2004.12.12, 2004.12.28, 2005.01.04, 2005.01.12
****************************************
** Copyright (C) W.ch 1999-2005 **
** Web: http://
www.eeworm.com/read/310279/13653990
c c1.c
#define uint8 unsigned char
#define uint32 unsigned int
#define N 100
uint32 sum;
void Main(void)
{uint32 i;
sum=0;
for(i=0;i
www.eeworm.com/read/310279/13654077
c c2.c
#define uint8 unsigned char
#define uint32 unsigned int
extern uint32 Add(uint32 x,uint32 y);
uint32 sum;
void Main(void)
{sum=Add(555,168);
while(1);
}
www.eeworm.com/read/309293/13675146
c systhree.c
#include
#include
#include
#define uchar unsigned char
#define uint8 unsigned char
#define uint16 unsigned int
#define LED1 XBYTE [0xA000] //数码管地址
#define
www.eeworm.com/read/309291/13675160
lst sem.lst
C51 COMPILER V8.08 SEM 05/09/2008 17:57:19 PAGE 1
C51 COMPILER V8.08, COMPILATION OF MODULE SEM
OBJECT MODULE PLACED IN sem