代码搜索:uint8
找到约 10,000 项符合「uint8」的源代码
代码结果 10,000
www.eeworm.com/read/438634/7728838
c key.c
/******************************************************************
本程序只供学习使用,未经作者许可,不得用于其它任何用途
欢迎访问我的USB专区:http://group.ednchina.com/93/
欢迎访问我的blog: http://www.ednchina.com/
www.eeworm.com/read/438225/7733658
c light.c
#include "light.h"
#include
/*PTQ的8个脚控制小灯*/
void LightInit(void)
{
/*设为输出*/
DDRQ = 0xff;
}
void Light(UINT8 data)
{
/*相应位为低则点亮小灯*/
PTQ = data;
}
www.eeworm.com/read/438225/7733659
c sci.c
//[SCI.c]串行通信----------------------------------------------------------*
//本文件包含: *
// (1)SCIInit:串行口初始化
www.eeworm.com/read/438204/7734725
h lpc213x.h
/****************************************Copyright (c)**************************************************
** File name: LPC213X.h
** Last modified Date: 2005-12-05
** Last Version: 1.0
** Des
www.eeworm.com/read/437619/7744674
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/437619/7744721
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/437619/7744731
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/437619/7744737
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
www.eeworm.com/read/437619/7744742
c ax25.c
/* Low level AX.25 code:
*/
#include
#include "global.h"
#include "mbuf.h"
#include "iface.h"
#include "arp.h"
#include "slip.h"
#include "ax25.h"
#include "lapb.h"
#include "netr
www.eeworm.com/read/437619/7744785
h lapb.h
#ifndef _LAPB_H
#define _LAPB_H
#ifndef _GLOBAL_H
#include "global.h"
#endif
#ifndef _MBUF_H
#include "mbuf.h"
#endif
#ifndef _IFACE_H
#include "iface.h"
#endif
#ifndef _TIMER_H
#i