代码搜索:uint8
找到约 10,000 项符合「uint8」的源代码
代码结果 10,000
www.eeworm.com/read/334554/12592021
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/334554/12592316
c main.c
/****************************************Copyright (c)**************************************************
** Guangzou ZLG-MCU Development Co.,LTD.
**
www.eeworm.com/read/334554/12592333
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/334357/12608915
bak main.c.bak
/****************************************Copyright (c)**************************************************
** Guangzou ZLG-MCU Development Co.,LTD.
**
www.eeworm.com/read/334357/12608918
c main.c
/****************************************Copyright (c)**************************************************
** Guangzou ZLG-MCU Development Co.,LTD.
**
www.eeworm.com/read/146808/12609973
h hdcache.h
/* some basic structures for ATAPI caching used in hdcache.c */
#ifndef _HDCACHE_H_
#define _HDCACHE_H_
#include "ide.h"
#include "errorcodes.h"
#define WRITE_THROUGH_CACHE 0x1
#define WRITE
www.eeworm.com/read/146770/12613760
h ide.h
#ifndef __IDE_H
#define __IDE_H
typedef unsigned char uint8; /* 无符号8位整型变量 */
typedef signed char int8; /* 有符号8位整型变量
www.eeworm.com/read/146486/12642815
c modem.c
/****************************************Copyright (c)**************************************************
** 广州周立功单片机发展有限公司
** 研 究
www.eeworm.com/read/334001/12648618
h mjt.h
//#include"config.h"
#ifndef _MJT_H
#define _MJT_H
//extern BEEP_CONTROL beepBuf;
#define SDA RC0
#define SCL RC1
//#define WP RC5
#define SDA_IO TRISC0
#define SCL_IO TRISC1
#define
www.eeworm.com/read/146400/12652299
c vjpeg.c
#include "v558api.h"
#include "v558def.h"
#include "vjpeg.h"
#include "vregdef.h"
#include "string.h"
#include "yuv2bmp.h"
V558_JPEG_CONTEXT gJpegContext;
extern UINT8 g_fbdiv,g_plldiv;
ex