代码搜索:uint8

找到约 10,000 项符合「uint8」的源代码

代码结果 10,000
www.eeworm.com/read/365098/9879540

_c delay._c

// 文件名 delay.c 延时 #include "config.h" /*************************************************************************** 延时 M32 7.3728M 粗略计算 */ void Delay100us(uint8 x) { uint8 i; //4cloc
www.eeworm.com/read/168134/9936855

txt 51+ch375读写u盘超精简原程序.txt

51+ch375读写U盘超精简原程序(啊雨) 雁舞白沙 发表于 2005-10-16 19:50:00 /* 这个程序用180行C代码就能够读取FAT16文件系统U盘的根目录,可以看到根目录下的文件 名,并可显示 首文件内容,不过,该程序很不严谨,也没有任何错误处理,对U盘兼容性较差,只是用于简单试 验,作为参考. 这个程序可以支持WINDOWS按FAT16格式化的U盘,因为程 ...
www.eeworm.com/read/363501/9949124

c sdcmd.c

/***************************************************************************************************** ** Descriptions: sd 卡驱动软件包: SD卡物理层 ---- SD卡SPI模式支持的命令 ***************************************
www.eeworm.com/read/165852/10048954

h at91twi.h

#ifndef _AT91_TWI_DEFINE_HEADER #define _AT91_TWI_DEFINE_HEADER #define TWI_BASE_ADDR 0xFFFB8000 #define EEPROM_PAGE_SIZE 32 #define EEPROM_MAX_SIZE 8192 #define IICCLK 50000 #ifnd
www.eeworm.com/read/165545/10057727

c printertest.c

/**************************************************************************** * 文件名:PrinterTest.C * 功能:用底层编程实现在MP-T153PC上写出字符 * 说明: * 完成日期:2006-02-09 *******************************************
www.eeworm.com/read/165545/10057730

bak printertest.c.bak

/**************************************************************************** * 文件名:PrinterTest.C * 功能:用底层编程实现在MP-T153PC上写出字符 * 说明: * 完成日期:2006-02-09 *******************************************
www.eeworm.com/read/360951/10071324

lst os_core.lst

C51 COMPILER V7.10 OS_CORE 07/02/2005 23:47:35 PAGE 1 C51 COMPILER V7.10, COMPILATION OF MODULE OS_CORE OBJECT MODULE PLACED IN
www.eeworm.com/read/360590/10085610

_c delay._c

// 文件名 delay.c 延时 #include "config.h" /*************************************************************************** 延时 M32 7.3728M 粗略计算 */ void Delay100us(uint8 x) { uint8 i; //4cloc
www.eeworm.com/read/360590/10085614

c delay.c

// 文件名 delay.c 延时 #include "config.h" /*************************************************************************** 延时 M32 7.3728M 粗略计算 */ void Delay100us(uint8 x) { uint8 i; //4cloc
www.eeworm.com/read/360277/10104908

c i2c_test.c

#define LPCEB2000_I /********************************************************************************************* * File: i2c_test.c * Author: Embest w.h.xie * Desc: test I2C bus read and write