代码搜索:timeout
找到约 9,694 项符合「timeout」的源代码
代码结果 9,694
www.eeworm.com/read/258550/11856043
conf lilo.conf
prompt
timeout=50
boot=/dev/fd0
install=/boot/boot.b
map=/boot/map
message=/boot/message
read-write
ramdisk=8000
backup=/dev/null
compact
image=bzImage
label=SDLinux
root=/dev/fd0
other=/dev/hda1
op
www.eeworm.com/read/342967/11987587
c lcd128_64.c
#include "RF04EB.h"
#include "hal.h"
#include "Font.h"
#include "string.h"
#define RECALIB_TIMEOUT 12000 // Every 2 minutes
#define MSG_PING 0x00
#define MSG_SEND 0x1
www.eeworm.com/read/230678/14278387
h messagetext.h
#ifndef MESSAGETEXT_H
#define MESSAGETEXT_H
#include
#define MSG_ERROR_PASSWORD "密码不正确"
#define MSG_ERROR_USER "帐户不存在"
#define MSG_ERROR_TIMEOUT "等待登录返回超时"
#define MSG_ERR
www.eeworm.com/read/227380/14429427
~inc viaprohosts.~inc
const
SMBBA1 = $90;
SMBBA2 = $80;
SMBBA3 = $D0;
//Other settings
MAX_TIMEOUT = 500;
//ENABLE_INT9 = 0;
//VT82C596 constants
VT596_QUICK = $00;
VT596_BYTE = $0
www.eeworm.com/read/26932/972574
cc2430
#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/489559/1216400
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