代码搜索:handler
找到约 10,000 项符合「handler」的源代码
代码结果 10,000
www.eeworm.com/read/100319/15877186
c getkey.c
/*
* Getkey:
*
* A machine dependent function to prompt for and read a keystring from stdin
*
* Input:
* prompt - A string output to display prior to requesting input
* str - where to pu
www.eeworm.com/read/290192/8498273
list mx21_vectors.s.list
;;**********************************************************************
;;
;; (C) COPYRIGHT 2004 FREESC
www.eeworm.com/read/188592/8526215
c memdma_isr_init.c
#include ".\h_file\system.h"
uchar aa = 0x2a;
ushort bb = 0;
EX_INTERRUPT_HANDLER( memDMA_ISR )
{
aa = ~aa;
*pLight = aa;
bb++;
}
memDMA_ISR_init()
{
ushort i;
register_handle
www.eeworm.com/read/289593/8540731
h signal.h
#ifndef SIGNAL_H
#define SIGNAL_H
#include
#include
sigset_t signal_set;
void * signal_waiter(void *arg);
void sigint_handler(void);
void sigalrm_handler(void);
#endif
www.eeworm.com/read/166377/10022167
list mx21_vectors.s.list
;;**********************************************************************
;;
;; (C) COPYRIGHT 2004 FREESC
www.eeworm.com/read/273135/10925246
c serial.c
/*
********************************************************************************
* Wiznet.
* 5F Simmtech Bldg., 228-3, Nonhyun-dong, Kangnam-gu,
* Seoul, Korea
*
* (c) Copyright 2002, Wiznet,
www.eeworm.com/read/240024/13240144
h main.h
#ifndef __MAIN_DEFINED
#define __MAIN_DEFINED
#include "..\system.h"
/********************************************************************************/
/***** Global variables and types
www.eeworm.com/read/240024/13240166
h main.h
#ifndef __MAIN_DEFINED
#define __MAIN_DEFINED
#include "..\system.h"
/********************************************************************************/
/***** Current Global variables and typ
www.eeworm.com/read/152843/5663159
c evregion.c
/******************************************************************************
*
* Module Name: evregion - ACPI address_space (op_region) handler dispatch
*
**************************************
www.eeworm.com/read/137626/5823232
h gopher.h
/* $Id: gopher.h,v 1.2 2004/10/08 17:19:26 zas Exp $ */
#ifndef EL__PROTOCOL_GOPHER_GOPHER_H
#define EL__PROTOCOL_GOPHER_GOPHER_H
#include "modules/module.h"
#include "protocol/protocol.h"
#ifdef C