代码搜索:uint8

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

代码结果 10,000
www.eeworm.com/read/331233/12837631

c minpnalarmlock2.c

//包含所需头文件 #include #include //定义可移植的关键字 #define uint8 unsigned char #define int8 signed char #define uint16 unsigned int #define int16 signed int
www.eeworm.com/read/331233/12837673

c minpnalarmlock1.c

//包含所需头文件 #include #include //定义可移植的关键字 #define uint8 unsigned char #define int8 signed char #define uint16 unsigned int #define int16 signed int
www.eeworm.com/read/244692/12849430

c main.c

//------------------------------------------------------------- // Copyright of xxxx Corp. // Model : // Version : // Date : //------------------------------------------------------------
www.eeworm.com/read/244691/12849438

h time.h

#ifndef _TIME_H //-------------------------------------------------------------------------------- #define _TIME_H /* //-------------------------------------------------- // private definitio
www.eeworm.com/read/244691/12849440

h main.h

#ifndef _MAIN_H //-------------------------------------------------------------------------------- #define _MAIN_H //-------------------------------------------------- // Global data type re_def
www.eeworm.com/read/330867/12863902

c wsn_router.c

/**************************************************************************** * * MODULE: WSN - Router * * COMPONENT: $RCSfile: WSN_Router.c,v $ * * VERSION: $Name
www.eeworm.com/read/143516/12868690

h netrom.h

#ifndef _NETROM_H #define _NETROM_H #ifndef _MBUF_H #include "mbuf.h" #endif #ifndef _IFACE_H #include "iface.h" #endif #ifndef _AX25_H #include "ax25.h" #endif #ifndef _LAPB_H #in
www.eeworm.com/read/143516/12868801

h domain.h

#ifndef _DOMAIN_H #define _DOMAIN_H #ifndef _GLOBAL_H #include "global.h" #endif #ifndef _MBUF_H #include "mbuf.h" #endif #ifndef _PROC_H #include "proc.h" #endif #define INITRTT 2
www.eeworm.com/read/143516/12868836

h n8250.h

/* Various I/O definitions specific to asynch I/O on the IBM PC */ #ifndef _N8250_H #define _N8250_H #ifndef _MBUF_H #include "mbuf.h" #endif #ifndef _PROC_H #include "proc.h" #endif #i
www.eeworm.com/read/143516/12868864

h ax25.h

#ifndef _AX25_H #define _AX25_H #ifndef _GLOBAL_H #include "global.h" #endif #ifndef _MBUF_H #include "mbuf.h" #endif #ifndef _IFACE_H #include "iface.h" #endif #ifndef _SOCKADDR_H