代码搜索:uint8
找到约 10,000 项符合「uint8」的源代码
代码结果 10,000
www.eeworm.com/read/429611/8799163
c ax25.c
/* Low level AX.25 code:
* incoming frame processing (including digipeating)
* IP encapsulation
* digipeater routing
*
* Copyright 1991 Phil Karn, KA9Q
*/
#include
#include
www.eeworm.com/read/429611/8799296
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
www.eeworm.com/read/429611/8799387
c axheard.c
/* AX25 link callsign monitoring. Also contains beginnings of
* an automatic link quality monitoring scheme (incomplete)
*
* Copyright 1991 Phil Karn, KA9Q
*/
#include "global.h"
#include "m
www.eeworm.com/read/429611/8799389
h display.h
#ifndef _DISPLAY_H
#define _DISPLAY_H
#ifndef _STDIO_H
#include
#endif
#define MAXARGS 5
struct display {
uint32 cookie; /* Magic cookie to detect bogus pointers */
#define D_
www.eeworm.com/read/429611/8799393
h mbuf.h
#ifndef _MBUF_H
#define _MBUF_H
#include
#ifndef _GLOBAL_H
#include "global.h"
#endif
extern unsigned Ibufsize; /* Size of interrupt buffers to allocate */
extern int Nibufs; /
www.eeworm.com/read/429611/8799544
c sppp.c
/* Simplified Point-to-Point Protocol
* No negotiation, no address or ctl fields, 1-byte pids
*/
#include "global.h"
#include "mbuf.h"
#include "iface.h"
#include "ip.h"
#include "slhc.h"
#i
www.eeworm.com/read/429130/8817297
c uart.c
/****************************************************************************
* 文件名:SENDSTR.C
* 功能:向串口发送数据。
* 说明:使用外部11.0592MHz晶振,根据CONFIG.H文件配置,Fpclk=11.0592MHz;
* 通讯波特率115200,8位数据位,1位停止位,无奇
www.eeworm.com/read/429129/8817345
c uart.c
/****************************************************************************
* 文件名:SENDSTR.C
* 功能:向串口发送数据。
* 说明:使用外部11.0592MHz晶振,根据CONFIG.H文件配置,Fpclk=11.0592MHz;
* 通讯波特率115200,8位数据位,1位停止位,无奇
www.eeworm.com/read/285657/8825231
h sysled.h
/************************************************
* modify : hugang hgxxx@51eda.com *
* data : 2004-05-05 *
************************************************/
/* sysLed.h - LED driver Head
www.eeworm.com/read/384940/8832183
m setup.m
function a = setup(a,varargin)
global Settings
switch nargin
case 2
Bus = varargin{1};
otherwise
global Bus
end
if isempty(a.con), return, end
a.bus = getint(Bus,a.con(:,1));
[b,h,k] = uniqu