代码搜索:timeout
找到约 9,694 项符合「timeout」的源代码
代码结果 9,694
www.eeworm.com/read/474766/1391737
c lcd128_64.c
#include "app_ex_main.h"
#include "app_ex_util.h"
#include "RF04EB.h"
#include "hal.h"
#include "Font.h"
#define RECALIB_TIMEOUT 12000 // Every 2 minutes
#define MSG_PING 0x00
#
www.eeworm.com/read/463616/1536821
cmu200-prep
ABORT BUSY
ABORT ERROR
ABORT 'NO CARRIER'
REPORT CONNECT
TIMEOUT 20
"" "ATZ"
OK "AT+CFUN=4"
OK "AT+CGDCONT=1,\042IP\042,,,0,0"
OK "AT%SETRAT=33"
OK "AT*TFDDBAND=\042FDD_BAND_I\042"
OK "AT+CFUN=1"
OK "
www.eeworm.com/read/239930/4593572
c serial_core.c
#include "config.h"
#include "machine.h"
#include "serial.h"
#include "processor.h"
#include
int getc_errno = 0;
__u8 do_getc(vfuncp idler, unsigned long timeout, int *statp)
{
__u8 c, rxs
www.eeworm.com/read/233554/4666614
3 arlib.3
.TH arlib 3
.SH NAME
ar_answer, ar_close, ar_delete, ar_gethostbyname, ar_gethostbyaddr,
ar_init, ar_open, ar_timeout - Asynchronous DNS library routines
.SH SYNOPSIS
.nf
.B #include "arlib.h"
.B str
www.eeworm.com/read/226162/4787804
c mx1611drv.c
#include
#if ( _FLASH_TYPE==MX1611 )
#include
#define TimeOut 0x2100
#define CmdOffset1 0xDFC0AAAA
#define CmdOffset2 0xDFC05554
#define PageSize 64
extern voi
www.eeworm.com/read/205153/5025757
js najax_optimized.js
var NAJAX_ERROR_USER=0x400;var NAJAX_ERROR_TIMEOUT=0x401;var najax={};najax.errorHandler=null;najax.callbacks={};najax.callbacks.table={};najax.callbacks.count=0;najax.events={};najax.events.table=[];
www.eeworm.com/read/205153/5025805
js xoad_optimized.js
var XOAD_ERROR_USER = 0x400;
var XOAD_ERROR_TIMEOUT = 0x401;
var xoad = {};
xoad.errorHandler = null;
xoad.callbacks = {};
xoad.callbacks.table = {};
xoad.callbacks.count = 0;
xoad.events = {};
xoad.e