代码搜索:uint8

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

代码结果 10,000
www.eeworm.com/read/184872/9068525

c serial.c

/**************************************************************************** * * MODULE: uart.c * * COMPONENT: $RCSfile: serial.c,v $ * * VERSION: $Name:
www.eeworm.com/read/184871/9068540

c coordinator.c

/**************************************************************************** * * MODULE: Demo coordinator code * * COMPONENT: $RCSfile: Coordinator.c,v $ * * VERSION:
www.eeworm.com/read/381308/9098791

txt tt.txt

#include #include #include #include typedef unsigned char UINT8; typedef unsigned short UINT16; typedef unsigned long UINT32; const UINT8 C_data[]
www.eeworm.com/read/381308/9098815

txt plain.txt

#include #include #include #include typedef unsigned char UINT8; typedef unsigned short UINT16; typedef unsigned long UINT32; const UINT8 C_data[]
www.eeworm.com/read/184415/9104456

c sysproteus.c

/* sysProteus.c - Wind River PROTEUS FPGA board driver */ /* Copyright 1984-2001 Wind River Systems, Inc. */ /* modification history -------------------- 01a,22nov01,g_h created. */ /* DESCRIPTION
www.eeworm.com/read/184415/9104524

h sysvware.h

/* sysVware.h - visionWare-dependent definitions */ /* Copyright 2001 Wind River Systems, Inc. */ /* modification history -------------------- 01c,12jun02,kab SPR 74987: cplusplus protection 01b,25
www.eeworm.com/read/184414/9104637

c syswancomend.c

/* sysWancomEnd.c - system configuration module for wancomEnd */ /* Copyright 2002 Wind River Systems, Inc. */ /* modification history -------------------- 01f,13jan03,dee fix SPR# 85611 01e,06jan0
www.eeworm.com/read/184413/9104823

h sysvware.h

/* sysVware.h - visionWare-dependent definitions */ /* Copyright 2001 Wind River Systems, Inc. */ /* modification history -------------------- 01c,12jun02,kab SPR 74987: cplusplus protection 01b,25
www.eeworm.com/read/381042/9114158

c 1107.c

#define _PRO1107_C_ //#include "var.h" //#include "reg52.h" #include "1107.h" //uint8 ASC2HEX(uint8 vdin1,uint8 vdin2) //{ // uint8 temp1,temp2; // // temp1 = vdin1 - 0x30; // temp1 *=
www.eeworm.com/read/380728/9131441

c getput.c

/************************************************************************ * * getput.c * - get/put of 8, 16 and 32 bit numbers as big or little endian data * * * #####################