代码搜索:uint8
找到约 10,000 项符合「uint8」的源代码
代码结果 10,000
www.eeworm.com/read/346559/11738216
c sdcmd.c
/*****************************************************************************************************
** Descriptions: sd 卡驱动软件包: SD卡物理层 ---- SD卡SPI模式支持的命令
***************************************
www.eeworm.com/read/345636/11799446
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/345289/11823090
c main.c
#include "reg932.h"
#define CONID 0x42//00h-10h
#define STAID 0x92
#define CMDID 0xe2
#define MODE0 0
#define MODE1 1
#define MODE2 2
#define MODE3 3
#define uint8 unsigned char
www.eeworm.com/read/345289/11823113
lst main.lst
C51 COMPILER V7.06 MAIN 08/08/2003 11:35:03 PAGE 1
C51 COMPILER V7.06, COMPILATION OF MODULE MAIN
OBJECT MODULE PLACED IN Ma
www.eeworm.com/read/155950/11836936
c os_sem.c
/*********************************************************************************************************
** Small RTOS(51)
** Th
www.eeworm.com/read/258266/11874008
h i2c.h
/****************************************Copyright (c)**************************************************
** 广州周立功单片机发展有限公司
** 研 究
www.eeworm.com/read/258097/11884527
c osdshowfont.c
#include "global.h"
#include "func.h"
#include "user_init.h"
#if defined( OSD_FONT_API ) && defined( SUPPORT_FONT_UTIL )
#include "LanguageUtil.h"
#include "font_lowercase.c" //display lo
www.eeworm.com/read/258097/11886280
h jpegeffect.h
#ifndef __JPEGEFFECT_H
#define __JPEGEFFECT_H
#include "memmap.h"
#include "memmap0.h"
#include "types.h"
//extern BYTE FSIsZoomOK(); //Jeff 20010822
//extern UINT16 Is_MP3_STATE(void);
www.eeworm.com/read/258097/11886646
h dvdioctl.h
#ifndef __DVDIOCTL_H_
#define __DVDIOCTL_H_
#include "types.h"
/* DVD struct types */
#define DVD_STRUCT_PHYSICAL 0x00
#define DVD_STRUCT_COPYRIGHT 0x01
#define DVD_STRUCT_DISCKEY 0x02
www.eeworm.com/read/258097/11888385
h setup.h
//
// setup.h
//
// define external interface of setup module
//
// notes:
// side effect : these function calls do synchronous IO, so if caller want to do real-time job,
//