代码搜索:uint8
找到约 10,000 项符合「uint8」的源代码
代码结果 10,000
www.eeworm.com/read/298304/7967697
c main.c
/****************************************Copyright (c)**************************************************
** Guangzou ZLG-MCU Development Co.,LTD.
**
www.eeworm.com/read/298300/7967968
h uart0.h
#ifdef __SRC
#define EXTERN
#else
#define EXTERN extern
#endif
////////////////////////////////////////////////
#define UART0_BPS 9600
#define UART0_LENGTH_RECVDATA 160
www.eeworm.com/read/298106/7973848
h ist.h
/**************************************************************************************************
*
* Copyright (c) 2002
www.eeworm.com/read/197254/8009279
c dataret.c
/****************************************************************************
* File:DATARET.C
* 功能:使用串口UART0接收上位机发送的数据,当接收到8个连续数据后,取反LED1控制,
* 并将数据原封不动地发送回上位机。
* 说明:将跳线器JP2、JP8_LED1短接。
****
www.eeworm.com/read/397916/8016385
c lcm_demo.c
/***********************************************************************
* 文件名:LCM_DEMO.C
* 功能:DP_51PRO实验仪字符型液晶显示实验。在屏幕的第一行中央显示"DP-51PRO",第
* 二行则显示"WWW.ZLGMCU.COM"和"020-38730916",并不断的循环向左移动。
www.eeworm.com/read/397916/8016390
bak lcm_demo.c.bak
/***********************************************************************
* 文件名:LCM_DEMO.C
* 功能:DP_51PRO实验仪字符型液晶显示实验。在屏幕的第一行中央显示"DP-51PRO",第
* 二行则显示"WWW.ZLGMCU.COM"和"020-38730916",并不断的循环向左移动。
www.eeworm.com/read/397679/8029502
h ide.h
#ifndef __IDE_H__
#define __IDE_H__
#include
#define uint8 unsigned char
#define uint16 unsigned int
#define uint32 unsigned long
#define IDE_RST_DDR DDRG
#define IDE_RST_PORT
www.eeworm.com/read/197100/8031334
cpp bitstrm.cpp
/**********************************************************************
* File: bitstrm.c (Formerly bits.c)
* Description: Bitstream read/write class member functions.
* Author: Ray Smi
www.eeworm.com/read/196797/8060084
h ixp425i2c.h
/* ixp425I2c.h - Intel IXP425 I2c header file */
/* Copyright 2002 Wind River Systems, Inc. */
/*
modification history
--------------------
01a,05jun02,jb initial version...
*/
#ifndef __INCixp425
www.eeworm.com/read/196797/8060152
h ixp425pci_p.h
/* ixp425Pci_p.h - private header file for the ixp425 PCI unit driver */
/* Copyright 2002 Wind River Systems, Inc. */
/*
modification history
--------------------
01b,27feb03,jb3 add C++ protecti