代码搜索:uint8

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

代码结果 10,000
www.eeworm.com/read/358336/10192702

c key.c

#include"key.h" #include"mytype.h" volatile uint8 idata KeyCurrent,KeyOld,KeyNoChangedTime; volatile uint8 idata KeyPress; volatile uint8 idata KeyDown,KeyUp,KeyLast; volatile uint8 KeyCanChan
www.eeworm.com/read/348762/10868528

h convert.h

//Head file for convert.c #ifndef __CONVERT__ #define __CONVERT__ // Reverse the direction of bits uint8 RvsByte(uint8 dByte); // Convert 123 to '1','2','3' uint8* NumberToChar(uint8 Number);
www.eeworm.com/read/735/4753

c lvuint8.c

#include "extcode.h" _declspec(dllexport) void LVuInt8(uInt8 input, uInt8 *output); _declspec(dllexport) void LVuInt8(uInt8 input, uInt8 *output) { *output = input +input; }
www.eeworm.com/read/10316/184653

c lvuint8.c

#include "extcode.h" _declspec(dllexport) void LVuInt8(uInt8 input, uInt8 *output); _declspec(dllexport) void LVuInt8(uInt8 input, uInt8 *output) { *output = input +input; }
www.eeworm.com/read/17156/720659

c lvuint8.c

#include "extcode.h" _declspec(dllexport) void LVuInt8(uInt8 input, uInt8 *output); _declspec(dllexport) void LVuInt8(uInt8 input, uInt8 *output) { *output = input +input; }
www.eeworm.com/read/392140/8362052

h lcddrv.h

#ifndef __TFT018_H #define __TFT018_H // Port 0 #define LCD_RST (1
www.eeworm.com/read/292174/8370248

h ds1302.h

/********************************************************************* 微 雪 电 子 WaveShare http://www.waveShare.net 目 的: 建立DS1302操作子程序 目标系统: 基于任何兼容C51的微处理器 应用软件: Keil C
www.eeworm.com/read/391723/8388873

h pi.h

/* *********************************************************************** * For test BLDC * 2008-1-7 *********************************************************************** */ #ifndef __PI_H_
www.eeworm.com/read/192082/8408163

m loaddata.m

%% Load original data load waferdata.mat X=uint8(round(((X-70)/40)*(2^8-1))); %X(5,:)=X(5,:)+5; % add offset X=repmat(X,100,1); a=whos('X'); Blocksize=a.bytes; % Size of raw data %% How man
www.eeworm.com/read/192053/8409532

h iic_master.h

/********************************************************************************************************* ** Small RTOS(51) ** Th