代码搜索:uint8
找到约 10,000 项符合「uint8」的源代码
代码结果 10,000
www.eeworm.com/read/176436/9498885
h iic.h
/***********************************************************/
/* Copyright 2003 by SEED Incorporated. */
/* All rights reserved. Property of SEED Incorporated. */
/*
www.eeworm.com/read/372061/9523394
bak w79e201.c.bak
#include
#include "at24x.h"
#include
#include
#define uint8 unsigned char
#define uint16 unsigned int
#define uchar unsigned char
#define uint unsigned int
www.eeworm.com/read/372061/9523412
c w79e201.c
#include
#include "at24x.h"
#include
#include
#define uint8 unsigned char
#define uint16 unsigned int
#define uchar unsigned char
#define uint unsigned int
www.eeworm.com/read/175861/9528491
h iic.h
/***********************************************************/
/* Copyright 2003 by SEED Incorporated. */
/* All rights reserved. Property of SEED Incorporated. */
/*
www.eeworm.com/read/175545/9541618
c uart0.c
/****************************************Copyright (c)**************************************************
** 广州周立功单片机发展有限公司
** 研 究
www.eeworm.com/read/175532/9542108
h iic.h
/***********************************************************/
/* Copyright 2003 by SEED Incorporated. */
/* All rights reserved. Property of SEED Incorporated. */
/*
www.eeworm.com/read/175532/9542139
c dm642main.c
/********************************************************************/
/* Copyright 2004 by SEED Incorporated. */
/* All rights reserved. Property of SEED Incorporated. */
/* Restricted
www.eeworm.com/read/371669/9542963
h osupdata.h
#include "config.h"
void UartExfDataInit(void); //串口通信变量初始化
void __irq IRQ_UART0(void); //串口中断
uint8 UART0_Init(void); //串口初始化函数
void DealPack(void); //接收函数
void PackHead(void); //抄收包头
void
www.eeworm.com/read/175483/9544967
h common.h
#ifndef COMMON_H
#define COMMON_H
typedef unsigned char UINT8;
typedef unsigned short UINT16;
typedef unsigned int UINT32;
//typedef unsigned long UINT64;
typedef signed char INT8;
typedef si
www.eeworm.com/read/371551/9549378
h osdutil.h
/*
* Copyright 2003 by Texas Instruments Incorporated.
* All rights reserved. Property of Texas Instruments Incorporated.
* Restricted rights to use, duplicate or disclose this code are
*