代码搜索:uint8
找到约 10,000 项符合「uint8」的源代码
代码结果 10,000
www.eeworm.com/read/426852/8994967
h ide.h
#ifndef __IDE_H
#define __IDE_H
typedef unsigned char uint8; /* 无符号8位整型变量 */
typedef signed char int8; /* 有符号8位整型变量
www.eeworm.com/read/426756/9001423
h sysled.h
/************************************************
* modify : hugang hgxxx@51eda.com *
* data : 2004-05-05 *
************************************************/
/* sysLed.h - LED driver Head
www.eeworm.com/read/382745/9003691
lst udisk.lst
C51 COMPILER V8.05a UDISK 10/10/2008 20:18:58 PAGE 1
C51 COMPILER V8.05a, COMPILATION OF MODULE UDISK
OBJECT MODULE PLACED IN
www.eeworm.com/read/382745/9003705
c uart.c
#include
#include "config.h"
//参数配置
#define MCLK 11059200L //定义CPU主频(Hz)
//#define BAUD_RATE 9600L //设置波特率
void ReceOneChar(char ReceChar);
void UartSendChar(char c);
www.eeworm.com/read/426693/9003958
h sha1.h
#ifndef _SHA1_H
#define _SHA1_H
#ifndef uint8
#define uint8 unsigned char
#endif
#ifndef uint32
#define uint32 unsigned long int
#endif
typedef struct
{
uint32 total[2];
uint
www.eeworm.com/read/283499/9015340
h i2c.h
#ifndef _I2C_POLL_H
#define _I2C_POLL_H
#include "configLPC.h"
//
// Does not define slave RX statuses. Bus errors (I2C_STAT == 0) is remapped
// to I2CERR_ERROR in i2cStatus() so that we
www.eeworm.com/read/382607/9016322
c disk.c
/****************************************Copyright (c)**************************************************
** 广州周立功单片机发展有限公司
** 研 究
www.eeworm.com/read/382482/9024591
c cs9255.c
#include
#include
#include
#include
#include
#define CS9255_Delay() _nop_();_nop_();_nop_();_nop_();_nop_()
extern Disp DISP;
www.eeworm.com/read/283391/9025431
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/283313/9030449
h ds1302.h
/*********************************************************************
微 雪 电 子 WaveShare http://www.waveShare.net
目 的: 建立DS1302操作子程序
目标系统: 基于任何兼容C51的微处理器
应用软件: Keil C