代码搜索:uint8
找到约 10,000 项符合「uint8」的源代码
代码结果 10,000
www.eeworm.com/read/253165/6966429
h total.h
#if !defined (_TOTAL_H)
#define _TOTAL_H
/*
; 单片机内置USB调试固件程序 之 计算机接口程序 V1.0
; 用于连接CH372或者CH375的单片机进行简单的调试功能
; 可以用include直接包含到应用系统的主程序中,或者添加到工程项目中
;
; Website: http://winchiphead.com
; Ema
www.eeworm.com/read/441860/6969358
h memalloc.h
/*
*2006/08/16 WXL 2.0
* came from vendor sources with
*
*/
/*
V0.2 added PC-based binding 21/July/2006
V0.1 Initial Release 10/July/2006
*/
#ifndef _MEMAL
www.eeworm.com/read/468053/6998765
c sdcmd.c
/************************************************************************
* WWW.3721IT.COM为你提供服务,请保留表头谢谢,硬件工程师之家 *
* *
*****************************************************************
www.eeworm.com/read/467490/7004245
c irq_timer0.c
#define IRQ_GLOBALES 1
#include "LPC2294.h" //调用LPC2129寄存器定义
#include "IRQ_Timer0.H"
#include "UART1.h"
#include "InitDev.h"
#include "driver.h"
uint8 TimeIndex = 0;
// ui
www.eeworm.com/read/467497/7004447
h i2c.h
/*********************************************************************
微 雪 电 子 WaveShare http://www.waveShare.net
目 的
www.eeworm.com/read/467383/7011354
h font24_32.h
/****************************************************************************************
* 文件名:FONT24_32.H
* 功能:24*32 ASCII码字体显示函数。(头文件)
* 作者:黄绍斌
* 日期:2004.02.26
* 备注:使用GUI_SetColor()函数设置前景颜色及背景
www.eeworm.com/read/466775/7020691
h i2c.h
/*********************************************************************
目 的: 建立I2C操作库
目标系统: 基于AVR单片机
应用软件: GCCAVR
www.eeworm.com/read/466870/7022362
h zlg_socket.h
#ifdef SOCKET_GLOBALS
#define SOCKET_EXT
#else
#define SOCKET_EXT extern
#endif
#define PF_INET 0
#define AF_INET 1
#define SOCK_STREAM 0
#define SOCK_DGRAM 1
#define TCP_PROTOCOL 0
www.eeworm.com/read/466596/7029561
h hash_sha1.h
//#define F0(x,y,z) (z ^ (x & (y ^ z)))
//#define F1(x,y,z) (x ^ y ^ z)
//#define F2(x,y,z) ((x & y) | (z & (x | y)))
//#define F3(x,y,z) (x ^ y ^ z)
//#define F0(x,y,z) ((x & y) ^ ((0xffffff
www.eeworm.com/read/465278/7052630
c hal_base.c
/* CH374芯片 硬件抽象层 V1.0 */
/* 提供基本子程序,提供中断查询子程序 */
#include "HAL.H"
/* 延时指定微秒时间,根据单片机主频调整,不精确 */
void mDelayuS( UINT8 us )
{
while ( us -- ); // 24MHz MCS51
}
/* 延时指定毫秒时间 */
void mDelay