代码搜索:uint8
找到约 10,000 项符合「uint8」的源代码
代码结果 10,000
www.eeworm.com/read/416244/11036751
h ds1302.h
//*********************************************************************
// 实时时钟模块 时钟芯片型号:DS1302 //
//*********************************************************************
/**
www.eeworm.com/read/416125/11040539
c key.c
/******************************************************************
本程序只供学习使用,未经作者许可,不得用于其它任何用途
欢迎访问我的USB专区:http://group.ednchina.com/93/
欢迎访问我的blog: http://www.ednchina.com/
www.eeworm.com/read/270284/11043047
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/416047/11043503
h fat16.h
typedef unsigned char uint8;
typedef unsigned int uint16;
typedef unsigned long uint32;
#pragma pack(1)
typedef struct
{
uint8 BS_jmpBoot[3];
uint8 BS_OEMName[8];
uint16 BPB_BytesPerSec
www.eeworm.com/read/470921/6901715
h daq.h
extern "C" int __declspec(dllexport) DigitalLineIn(const char *line, uInt8 *data);
extern "C" int __declspec(dllexport) DigitalLineOut(const char *line, uInt8 *data);
extern "C" int __declspec(dll
www.eeworm.com/read/470936/6902091
h memory_t.h
/*
* Copyright (c) 2001 - 2003
* NetGroup, Politecnico di Torino (Italy)
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are p
www.eeworm.com/read/220239/6915535
c saa7114.c
/*
* Copyright 2003 by Texas Instruments Incorporated.
* All rights reserved. Property of Texas Instruments Incorporated.
* Restricted rights to use, duplicate or disclose this code are
*
www.eeworm.com/read/220239/6915537
h _saa7114.h
/*
* Copyright 2003 by Texas Instruments Incorporated.
* All rights reserved. Property of Texas Instruments Incorporated.
* Restricted rights to use, duplicate or disclose this code are
*
www.eeworm.com/read/301717/6934308
c lcd.c
#include "config.h"
uint8 BCD[6];
/****************************************************************************
* 名称:ChkBusy()
* 功能:检查总线是否忙
******************************************************