代码搜索:uint8
找到约 10,000 项符合「uint8」的源代码
代码结果 10,000
www.eeworm.com/read/438918/7719409
c my_nokia6610.c
#include "LCD_6610_Config.h"
#include "LCD_ASCII.h"
uint8 Red =0x00;
uint8 Green =0x00;
uint8 Blue =0x00;
uint8 CurX_MIN = X_MIN;
uint8 CurX_MAX = X_MAX;
uint8 CurY_MIN = Y_MIN;
uint8 C
www.eeworm.com/read/249164/7118452
h interleaving.h
#include "typedef.h"
void interleaving (Uint8 *pInterleavingIn, Uint16 ncbps,
Uint8 ncpc, Uint8 *pInterleavingOut);
www.eeworm.com/read/362891/9977373
c main.c
#include"LPC2124.h"
#include"config.h"
void writecmd(uint8 cmd,uint8 busyc);
void writedata(uint8 dat);
void display1(uint8 *str1);
void display2(uint8 *str2);
void display3(uint8 key);
void de
www.eeworm.com/read/249164/7118392
h rsencoding.h
#include "typedef.h"
extern Uint8 genFunc[];
extern Uint8 AlfaOf[];
extern Uint8 IndexOf[];
void rsEncoding(Uint8 *pRsEncodingIn,
Uint16 rsEncodingInLengthK,
Uint16 rsParity
www.eeworm.com/read/482769/6611649
c mainled.c
#include "config.h"
uint8 LedFlag;
uint32 DisCtl;
uint8 FlashStatuts;
void SysInit(void);
void Delay(uint8 In,uint8 Out);
int main(void)
{
SysInit();
Delay
www.eeworm.com/read/226829/4780076
h fservice.h
#ifndef _FSERVICE_H
#define _FSERVICE_H
typedef struct {
uint8 ErrClass;
uint8 ErrCode;
uint8 AdditionalCode;
uint8 Reserved;
VisualString AdditionalDpt;
} Class_Err;
typedef struct
www.eeworm.com/read/226829/4780088
h fservice.h
#ifndef _FSERVICE_H
#define _FSERVICE_H
typedef struct {
uint8 ErrClass;
uint8 ErrCode;
uint8 AdditionalCode;
uint8 Reserved;
VisualString AdditionalDpt;
} Class_Err;
typedef struct
www.eeworm.com/read/110988/15521043
h hal.h
#ifndef _HAL_H
#define _HAL_H
#include
void HALsetVolume(uint8 vol);
void HALsetLED(uint8,uint8);
void HALsetMicrophone(uint8 gain);
#endif
www.eeworm.com/read/353162/10468567
h lcd_driver_user.h
extern void LCD_DataWrite(uint8 Data);
extern void LCD_RegWrite(uint8 Command);
extern void LCD_Fill(uint8 a);
extern void Port_Int(void);
extern void SetRamAddr (uint8 Page, uint8 Col);
extern v
www.eeworm.com/read/469766/6926492
h music.h
//=======================
uint8 WAVTICKsp=84;
#define pang_buf_size 256
uint8 pang_buf[pang_buf_size];
uint8 pang_buf_sw=off;
uint8 copy_sd_buf_sw=off;
uint8 next_music_sw ;
//============